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

1 2 3 4 56

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 517 /// classof - Used by isa<>, cast<>, and dyn_cast<>.
518 static bool classof(const BugReporter* R) { function in class:clang::ento::GRBugReporter
  /external/llvm/include/llvm/Object/
MachO.h 232 static bool classof(const Binary *v) { function in class:llvm::object::MachOObjectFile
COFF.h 473 static inline bool classof(const Binary *v) { return v->isCOFF(); } function in class:llvm::object::COFFObjectFile
ObjectFile.h 345 static inline bool classof(const Binary *v) { function in class:llvm::object::ObjectFile
ELFObjectFile.h 174 // This flag is used for classof, to distinguish ELFObjectFile from
208 static inline bool classof(const Binary *v) { function in class:llvm::object::ELFObjectFile
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 1641 static bool classof(const DeclContext *D) { return true; } function in class:clang::DeclContext
    [all...]
TypeLoc.h 326 return TypeClass::classof(Ty);
428 return TypeClass::classof(Ty);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 66 static inline bool classof(const Binary *v) { function in class:__anon29626::DyldELFObject
68 classof(cast<ELFObjectFile<ELFT>>(v)));
70 static inline bool classof(const ELFObjectFile<ELFT> *v) { function in class:__anon29626::DyldELFObject
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 165 static bool classof(const SCEV *S);
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 385 static bool classof(const Entry *E) { return E->getKind() == EK_Directory; } function in class:__anon21616::DirectoryEntry
408 static bool classof(const Entry *E) { return E->getKind() == EK_File; } function in class:__anon21616::FileEntry
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 1712 static bool classof(const VisitorJob *VJ) { function in class:__anon23319::DeclVisit
1724 static bool classof(const VisitorJob *VJ) { function in class:__anon23319::TypeLocVisit
1740 static bool classof(const VisitorJob *VJ) { function in class:__anon23319::LabelRefVisit
1757 static bool classof(const VisitorJob *VJ) { function in class:__anon23319::NestedNameSpecifierLocVisit
1773 static bool classof(const VisitorJob *VJ) { function in class:__anon23319::DeclarationNameInfoVisit
1795 static bool classof(const VisitorJob *VJ) { function in class:__anon23319::MemberRefVisit
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 761 bool DeclContext::classof(const Decl *D) { function in class:DeclContext
    [all...]
Decl.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 247 static bool classof(const Value *V) { function in class:llvm::__anon29481::ConstantPlaceHolder
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 66 static bool classof(const DiagnosticInfo *DI) { function in class:__anon29867::DiagnosticInfoUnsupported
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 218 //static inline bool classof(const ConstantPlaceHolder *) { return true; }
219 static bool classof(const Value *V) { function in class:llvm::__anon38583::ConstantPlaceHolder
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 497 //static inline bool classof(const ConstantPlaceHolder *) { return true; }
498 static bool classof(const Value *V) { function in class:llvm::__anon38586::ConstantPlaceHolder
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 308 bool SCEVCouldNotCompute::classof(const SCEV *S) { function in class:SCEVCouldNotCompute
    [all...]

Completed in 510 milliseconds

1 2 3 4 56