Home
last modified time | relevance | path

Searched defs:varDecl (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Ddecl.go378 varDecl struct{ spec *ast.ValueSpec } argument
385 func (d varDecl) node() ast.Node { return d.spec }
485 func (check *Checker) varDecl(obj *Var, lhs []*Var, typ, init ast.Expr) { func
/aosp_15_r20/external/turbine/java/com/google/turbine/tree/
H A DPretty.java296 public @Nullable Void visitVarDecl(Tree.VarDecl varDecl, @Nullable Void input) { in visitVarDecl()
302 private void printVarDecl(Tree.VarDecl varDecl) { in printVarDecl()
H A DTree.java1386 O visitVarDecl(VarDecl varDecl, I input); in visitVarDecl()
/aosp_15_r20/external/skia/src/sksl/transform/
H A DSkSLEliminateDeadGlobalVariables.cpp33 const VarDeclaration& varDecl = global.varDeclaration(); in is_dead_variable() local
H A DSkSLEliminateDeadLocalVariables.cpp80 VarDeclaration& varDecl = stmt->as<VarDeclaration>(); in eliminate_dead_local_variables() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/contexts/
H A DLambdaExprContextResolutionTest.java100 VariableDeclarator varDecl = Navigator.demandVariableDeclaration(method, "a").get(); in solveParameterOfLambdaInVarDecl() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Ddecl.go410 func (check *Checker) varDecl(obj *Var, lhs []*Var, typ, init syntax.Expr) { func
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLVarDeclarations.cpp407 std::unique_ptr<VarDeclaration> varDecl = VarDeclaration::Make(context, var.get(), baseType, in Convert() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dparser.go747 func (p *parser) varDecl(group *Group) Decl { func
/aosp_15_r20/external/skia/src/core/
H A DSkRuntimeEffect.cpp581 const SkSL::VarDeclaration& varDecl = global.declaration()->as<SkSL::VarDeclaration>(); in MakeInternal() local
H A DSkMesh.cpp91 const SkSL::VarDeclaration& varDecl = global.declaration()->as<SkSL::VarDeclaration>(); in gather_uniforms_and_check_for_main() local
/aosp_15_r20/external/skia/tests/
H A DSkSLTest.cpp862 const SkSL::VarDeclaration& varDecl = global.declaration()->as<SkSL::VarDeclaration>(); in test_raster_pipeline() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
H A DContextTest.java689 … VariableDeclarationExpr varDecl = blockStmt.getStatement(1).asExpressionStmt().getExpression() in localVariablesExposedToChildWithinABlock() local
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp4687 static bool is_vardecl_compile_time_constant(const VarDeclaration& varDecl) { in is_vardecl_compile_time_constant()
4695 const VarDeclaration& varDecl) { in writeGlobalVarDeclaration()
4801 void SPIRVCodeGenerator::writeVarDeclaration(const VarDeclaration& varDecl, OutputStream& out) { in writeVarDeclaration()
H A DSkSLMetalCodeGenerator.cpp2850 void MetalCodeGenerator::writeVarDeclaration(const VarDeclaration& varDecl) { in writeVarDeclaration()
H A DSkSLWGSLCodeGenerator.cpp2402 void WGSLCodeGenerator::writeVarDeclaration(const VarDeclaration& varDecl) { in writeVarDeclaration()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp593 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp958 const glu::VariableDeclaration *varDecl = in getExplicitLocationFromPath() local
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h937 const internal::VariadicDynCastAllOfMatcher<Decl, VarDecl> varDecl; variable
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDlombok-ast-0.2.3.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
HDecj-4.4.jarorg/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/internal ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/turbine/0.1/
HDturbine-0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/turbine/turbine/linux_glibc_common/javac/
Dturbine.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/turbine/0.2.1/
HDturbine-0.2.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/
HDorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...

123