HomeSort by relevance Sort by last modified time
    Searched refs:Visit (Results 101 - 125 of 214) sorted by null

1 2 3 45 6 7 8 9

  /external/v8/test/mjsunit/regress/
regress-embedded-cons-string.js 52 // Visit embedded cons string during mark compact.
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 374 virtual void Visit() = 0;
451 Visit();
467 Visit();
475 Visit();
514 Visit();
532 Visit();
602 void Visit() SHARED_REQUIRES(Locks::mutator_lock_) OVERRIDE;
611 void BuildQuickShadowFrameVisitor::Visit() {
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 39 #define STMT(Node, Base) void Visit##Node(const Node *S);
42 /// \brief Visit a declaration that is referenced within an expression
46 /// \brief Visit a type that is referenced within an expression or
50 /// \brief Visit a name that occurs within an expression or statement.
53 /// \brief Visit a nested-name-specifier that occurs within an expression
57 /// \brief Visit a template name that occurs within an expression or
61 /// \brief Visit template arguments that occur within an expression or
66 /// \brief Visit a single template argument.
75 Visit(SubStmt);
114 // TODO: maybe visit attributes
    [all...]
DeclPrinter.cpp 112 Printer.Visit(const_cast<Decl*>(this));
332 Visit(*D);
875 Visit(*D->decls_begin());
945 Visit(D->getTemplatedDecl());
955 Visit(I);
968 Visit(I);
    [all...]
Type.cpp 676 QualType Visit##Class##Type(const Class##Type *T) { return QualType(T, 0); }
680 QualType Visit##Class##Type(const Class##Type *T) { return QualType(T, 0); }
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 357 Visit(expr);
364 Visit(expr);
371 Visit(expr);
381 Visit(expr);
739 // AST node visit functions.
740 #define DECLARE_VISIT(type) void Visit##type(type* node) override;
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 622 // Visit declarations within the function scope.
628 // Visit statements in the function body.
709 // Visit declarations and statements.
833 Visit(declarations->at(i));
860 Visit(stmt);
878 Visit(stmt->then_statement());
882 Visit(stmt->else_statement());
890 Visit(stmt->then_statement());
894 Visit(stmt->else_statement());
904 Visit(stmt->statement())
    [all...]
bytecode-generator.h 28 #define DECLARE_VISIT(type) void Visit##type(type* node) override;
72 // Visit a keyed super property load. The optional
79 // Visit a named super property load. The optional
148 // Visit the header/body of a loop iteration.
153 // Visit a statement and switch scopes, the context is in the accumulator.
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 113 Visit(Child);
168 Visit(Child);
755 walker.Visit(D->getBody());
  /external/v8/tools/gcmole/
gcmole.cc 527 #define VISIT(type) \
531 return Visit##type(concrete_expr, env); \
535 VISIT(AbstractConditionalOperator);
536 VISIT(AddrLabelExpr);
537 VISIT(ArraySubscriptExpr);
538 VISIT(BinaryOperator);
539 VISIT(BlockExpr);
540 VISIT(CallExpr);
541 VISIT(CastExpr);
542 VISIT(CharacterLiteral)
    [all...]
  /art/compiler/optimizing/
code_generator_mips.h 174 void Visit##name(H##name* instr) OVERRIDE;
206 void Visit##name(H##name* instr) OVERRIDE;
code_generator_mips64.h 174 void Visit##name(H##name* instr) OVERRIDE;
206 void Visit##name(H##name* instr) OVERRIDE;
code_generator_arm.h 159 void Visit##name(H##name* instr) OVERRIDE;
197 void Visit##name(H##name* instr) OVERRIDE;
code_generator_arm64.h 196 void Visit##name(H##name* instr) OVERRIDE;
288 void Visit##name(H##name* instr) OVERRIDE;
code_generator_x86.h 155 void Visit##name(H##name* instr) OVERRIDE;
186 void Visit##name(H##name* instr) OVERRIDE;
code_generator_x86_64.h 161 void Visit##name(H##name* instr) OVERRIDE;
192 void Visit##name(H##name* instr) OVERRIDE;
  /external/v8/src/mips/
assembler-mips-inl.h 366 void RelocInfo::Visit(Isolate* isolate, ObjectVisitor* visitor) {
391 void RelocInfo::Visit(Heap* heap) {
  /external/v8/src/mips64/
assembler-mips64-inl.h 348 void RelocInfo::Visit(Isolate* isolate, ObjectVisitor* visitor) {
373 void RelocInfo::Visit(Heap* heap) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 126 procedure Visit(const T: IANTLRInterface); override;
137 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
150 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.h 208 #define DECLARE_VISIT_BYTECODE(name, ...) void Visit##name();
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 85 /// function to actually visit the node.
95 /// 2. WalkUpFromFoo(Foo *x) does task #2. It does not try to visit
102 /// Visit*). A method (e.g. Traverse*) may call methods from the same
108 /// that the Visit*() methods for a given node are called in the
112 /// This scheme guarantees that all Visit*() calls for the same AST
113 /// node are grouped together. In other words, Visit*() methods for
119 /// and Visit* methods for declarations, types, statements,
121 /// behavior. Most users only need to override Visit*. Advanced
126 /// By default, this visitor tries to visit every part of the explicit
159 /// \brief Recursively visit a statement or expression, b
    [all...]
  /external/v8/src/arm/
assembler-arm-inl.h 262 void RelocInfo::Visit(Isolate* isolate, ObjectVisitor* visitor) {
286 void RelocInfo::Visit(Heap* heap) {

Completed in 531 milliseconds

1 2 3 45 6 7 8 9