Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Drecognizers.rb145 def self.new( *declarations, &body )
/external/mesa3d/src/glsl/
Dast.h465 exec_list declarations; variable
529 exec_list declarations; variable
820 exec_list declarations; variable
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java467 private Vector declarations = null; field in Context2
/external/v8/src/ast/
Dast-expression-rewriter.cc24 ZoneList<Declaration*>* declarations) { in VisitDeclarations()
Dast-literal-reindexer.cc311 ZoneList<Declaration*>* declarations) { in VisitDeclarations()
Dscopes.h482 ZoneList<Declaration*>* declarations() { return &decls_; } in declarations() function
Dast-numbering.cc538 ZoneList<Declaration*>* declarations) { in VisitDeclarations()
Dprettyprinter.cc1117 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) { in PrintDeclarations()
1246 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) { in PrintDeclarations()
Dast.cc796 void AstVisitor::VisitDeclarations(ZoneList<Declaration*>* declarations) { in VisitDeclarations()
/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.h165 GLuint declarations[I915_MAX_DECL_INSN * 3 + 1]; member
/external/v8/src/parsing/
Dparser.h840 List<Declaration> declarations; member
/external/v8/src/full-codegen/
Dfull-codegen.cc388 ZoneList<Declaration*>* declarations) { in VisitDeclarations()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c637 struct tgsi_full_declaration *declarations; in tgsi_exec_machine_bind_shader() local
/external/v8/src/interpreter/
Dbytecode-generator.cc828 ZoneList<Declaration*>* declarations) { in VisitDeclarations()
/external/v8/src/compiler/
Dast-graph-builder.cc2982 void AstGraphBuilder::VisitDeclarations(ZoneList<Declaration*>* declarations) { in VisitDeclarations()
/external/v8/test/cctest/
Dtest-parsing.cc5898 i::ZoneList<i::Declaration*>* declarations = module_scope->declarations(); in TEST() local
/external/v8/src/crankshaft/
Dhydrogen.cc12331 ZoneList<Declaration*>* declarations) { in VisitDeclarations()