Home
last modified time | relevance | path

Searched defs:declarations (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/src/torque/
Ddeclarations.h167 NodeScopeActivator(Declarations* declarations, AstNode* node) in NodeScopeActivator()
176 ModuleScopeActivator(Declarations* declarations, const Module* module) in ModuleScopeActivator()
185 CleanNodeScopeActivator(Declarations* declarations, AstNode* node) in CleanNodeScopeActivator()
194 GenericScopeActivator(Declarations* declarations, in GenericScopeActivator()
204 ScopedGenericSpecializationKey(Declarations* declarations, in ScopedGenericSpecializationKey()
219 ScopedGenericScopeChainSnapshot(Declarations* declarations, in ScopedGenericScopeChainSnapshot()
Dfile-visitor.h36 Declarations* declarations() { return global_context_.declarations(); } in declarations() function
Dtype-oracle.h20 explicit TypeOracle(Declarations* declarations) in TypeOracle()
Dglobal-context.h99 Declarations* declarations() { return &declarations_; } in declarations() function
Dast.h167 std::vector<Declaration*> declarations; member
191 std::vector<Declaration*>& declarations() { in declarations() function
194 const std::vector<Declaration*>& declarations() const { in declarations() function
Dtorque-parser.cc371 auto declarations = child_results->NextAs<std::vector<Declaration*>>(); in MakeExplicitModuleDeclaration() local
/external/antlr/runtime/Ruby/lib/antlr3/
Drecognizers.rb145 def self.new( *declarations, &body )
/external/deqp-deps/SPIRV-Tools/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst137 .. _explicit-joining:
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst111 .. _explicit-joining:
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java467 private Vector declarations = null; field in Context2
/external/mesa3d/src/compiler/glsl/
Dast.h344 exec_list declarations; variable
846 exec_list declarations; variable
925 exec_list declarations; variable
1222 exec_list declarations; variable
Dast_to_hir.cpp7018 exec_list *declarations, in ast_process_struct_or_iface_block_members()
/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py185 def declarations(self): member in FunctionGenerator
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h62 uint declarations[I915_PROGRAM_SIZE]; member
/external/clang/docs/
DAutomaticReferenceCounting.rst824 .. _arc.ownership.semantics:
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.h169 GLuint declarations[I915_MAX_DECL_INSN * 3 + 1]; member
/external/v8/src/runtime/
Druntime-scopes.cc133 Object* DeclareGlobals(Isolate* isolate, Handle<FixedArray> declarations, in DeclareGlobals()
/external/v8/src/ast/
Dprettyprinter.cc799 void AstPrinter::PrintDeclarations(Declaration::List* declarations) { in PrintDeclarations()
Dast.h2743 void VisitDeclarations(Declaration::List* declarations) { in VisitDeclarations()
/external/v8/src/interpreter/
Dbytecode-generator.cc952 Handle<FixedArray> declarations = in AllocateDeferredConstants() local
1301 void BytecodeGenerator::VisitDeclarations(Declaration::List* declarations) { in VisitDeclarations()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp285 std::string declarations = ""; in PrepareProgram() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1104 struct tgsi_full_declaration *declarations; in tgsi_exec_machine_bind_shader() local
/external/v8/src/parsing/
Dparser-base.h541 std::vector<Declaration> declarations; member

12