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

1 2 3 4 5 67 8 9

  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 172 this->Visit(Child);
226 void visit(const ObjCImplementationDecl *D) const;
259 // Visit all protocols.
263 // Visit all categories in case the invalidation method is declared in
364 visit(const ObjCImplementationDecl *ImplD) const { function in class:__anon6773::IvarInvalidationCheckerImpl
738 Walker.visit(D);
  /external/v8/src/crankshaft/
hydrogen.cc 79 void Visit##type(type* node) override { \
85 HOptimizedGraphBuilder::Visit##type(node); \
94 void Visit##type(type* node) override { \
100 HOptimizedGraphBuilder::Visit##type(node); \
109 void Visit##type(type* node) override { \
110 HOptimizedGraphBuilder::Visit##type(node); \
    [all...]
  /external/v8/src/regexp/
regexp-ast.h 16 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \
17 VISIT(Disjunction) \
18 VISIT(Alternative) \
19 VISIT(Assertion) \
20 VISIT(CharacterClass) \
21 VISIT(Atom) \
22 VISIT(Quantifier) \
23 VISIT(Capture) \
24 VISIT(Lookaround) \
25 VISIT(BackReference)
    [all...]
jsregexp.cc     [all...]
  /art/patchoat/
patchoat.cc 464 void Visit(ArtField* field) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
482 void Visit(ArtMethod* method) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
547 // This also relies on visit roots not doing any verification which could fail after we update
560 // This also relies on visit roots not doing any verification which could fail after we update
    [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 854 void RelocInfo::Visit(Isolate* isolate, ObjectVisitor* visitor) {
876 void RelocInfo::Visit(Heap* heap) {
    [all...]
simulator-arm64.h 321 #define DECLARE(A) void Visit##A(Instruction* instr);
  /external/v8/src/parsing/
parser.h     [all...]
  /external/v8/src/ast/
ast.h     [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]
incremental-marking.cc 227 FixedArrayVisitor::Visit(map, object);
286 // IterateBlackObject requires us to visit the whole object.
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 73 /// VisitExpr - Visit all of the children of this expression.
77 IsInvalid |= Visit(SubStmt);
81 /// VisitDeclRefExpr - Visit a reference to a declaration, to
111 /// VisitCXXThisExpr - Visit a C++ "this" expression.
133 Invalid |= Visit(E);
330 if (DefaultArgChecker.Visit(DefaultArg)) {
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/v8/tools/gyp/pylib/gyp/
input.py     [all...]
  /art/runtime/gc/space/
image_space.cc 774 // Visit a pointer array and forward corresponding native data. Ignores pointer arrays in the
810 // Handle class specially first since we need it to be updated to properly visit the rest of
    [all...]
  /external/v8/src/compiler/
pipeline.cc 450 void Visit##type(type* node) override { \
453 AstGraphBuilder::Visit##type(node); \
    [all...]
  /art/runtime/
class_linker.cc     [all...]
  /art/compiler/optimizing/
reference_type_propagation.cc 156 void ReferenceTypePropagation::Visit(HInstruction* instruction) {
164 // To properly propagate type info we need to visit in the dominator-based order.
681 // doing a reverse post-order visit, therefore either the phi users are
682 // non-loop phi and will be visited later in the visit, or are loop-phis,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 103 void Visit##Type(Type *);
    [all...]
ASTWriterDecl.cpp 49 void Visit(Decl *D);
257 void ASTDeclWriter::Visit(Decl *D) {
258 DeclVisitor<ASTDeclWriter>::Visit(D);
487 // FunctionDecl's body is handled last at ASTWriterDecl::Visit,
    [all...]
ASTWriterStmt.cpp 47 void Visit##Type(Type *);
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 369 mRefCount.Visit(FD->getBody());
  /external/clang/lib/AST/
ASTImporter.cpp 36 using TypeVisitor<ASTNodeImporter, QualType>::Visit;
37 using DeclVisitor<ASTNodeImporter, Decl *>::Visit;
38 using StmtVisitor<ASTNodeImporter, Stmt *>::Visit;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 734 // Visit all the statements in the basic block.
741 VMapBuilder.Visit(const_cast<Stmt*>(CS.getStmt()));
    [all...]

Completed in 3421 milliseconds

1 2 3 4 5 67 8 9