HomeSort by relevance Sort by last modified time
    Searched refs:classof (Results 76 - 90 of 90) sorted by null

1 2 34

  /external/clang/lib/AST/
TypeLoc.cpp 179 bool TypeSpecTypeLoc::classof(const TypeLoc *TL) { function in class:TypeSpecTypeLoc
Type.cpp 1789 bool RecordType::classof(const TagType *TT) { function in class:RecordType
1793 bool EnumType::classof(const TagType *TT) { function in class:EnumType
    [all...]
DeclBase.cpp 659 bool DeclContext::classof(const Decl *D) { function in class:DeclContext
    [all...]
Decl.cpp     [all...]
  /external/llvm/include/llvm/Support/
Casting.h 50 return To::classof(&Val);
  /external/llvm/include/llvm/
Type.h 341 static inline bool classof(const Type *) { return true; }
Value.h 230 /// used to implement the classof checks. This should not be used for any
272 static inline bool classof(const Value *) { function in class:llvm::Value
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 160 static inline bool classof(const SCEVCouldNotCompute *S) { return true; } function in struct:llvm::SCEVCouldNotCompute
161 static bool classof(const SCEV *S);
    [all...]
  /external/clang/lib/Rewrite/
DeltaTree.cpp 117 //static inline bool classof(const DeltaTreeNode *) { return true; }
152 //static inline bool classof(const DeltaTreeInteriorNode *) { return true; }
153 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
  /external/clang/tools/libclang/
CIndex.cpp 166 static bool classof(VisitorJob *VJ) { return true; } function in class:__anon5340::VisitorJob
1630 static bool classof(const VisitorJob *VJ) { function in class:__anon5342::DeclVisit
1642 static bool classof(const VisitorJob *VJ) { function in class:__anon5342::TypeLocVisit
1658 static bool classof(const VisitorJob *VJ) { function in class:__anon5342::LabelRefVisit
1673 static bool classof(const VisitorJob *VJ) { function in class:__anon5342::NestedNameSpecifierLocVisit
1687 static bool classof(const VisitorJob *VJ) { function in class:__anon5342::DeclarationNameInfoVisit
1707 static bool classof(const VisitorJob *VJ) { function in class:__anon5342::MemberRefVisit
    [all...]
  /external/llvm/lib/Object/
ELFObjectFile.cpp 385 static inline bool classof(const Binary *v) { function in class:__anon8244::ELFObjectFile
388 static inline bool classof(const ELFObjectFile *v) { return true; } function in class:__anon8244::ELFObjectFile
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 386 /// classof - Methods for support type inquiry through isa, cast, and
389 static inline bool classof(const MachineCodeEmitter*) { return true; } function in class:__anon8204::JITEmitter
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 189 //static inline bool classof(const ConstantPlaceHolder *) { return true; }
190 static bool classof(const Value *V) { function in class:llvm::__anon8073::ConstantPlaceHolder
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 164 //static inline bool classof(const ConstantPlaceHolder *) { return true; }
165 static bool classof(const Value *V) { function in class:llvm::__anon15733::ConstantPlaceHolder
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 280 bool SCEVCouldNotCompute::classof(const SCEV *S) { function in class:SCEVCouldNotCompute
    [all...]

Completed in 361 milliseconds

1 2 34