/external/llvm/lib/MC/ |
WinCOFFStreamer.cpp | 78 static bool classof(const MCStreamer *S) { function in class:__anon21901::WinCOFFStreamer
|
MCMachOStreamer.cpp | 91 static bool classof(const MCStreamer *S) { function in class:__anon21887::MCMachOStreamer
|
MCAsmStreamer.cpp | 274 static bool classof(const MCStreamer *S) { function in class:__anon21881::MCAsmStreamer [all...] |
/external/chromium_org/v8/src/ |
runtime.h | 254 F(ClassOf, 1, 1) \ 654 F(ClassOf, 1, 1) \
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
BugReporter.h | 525 /// classof - Used by isa<>, cast<>, and dyn_cast<>. 526 static bool classof(const BugReporter* R) { function in class:clang::ento::GRBugReporter
|
/external/v8/src/ |
runtime.h | 234 F(ClassOf, 1, 1) \ 523 F(ClassOf, 1, 1) \
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldELF.cpp | 65 static inline bool classof(const Binary *v) { function in class:__anon21868::DyldELFObject 67 && classof(cast<ELFObjectFile 70 static inline bool classof( function in class:__anon21868::DyldELFObject [all...] |
/external/llvm/include/llvm/IR/ |
BasicBlock.h | 226 static inline bool classof(const Value *V) { function in class:llvm::BasicBlock
|
Function.h | 446 static inline bool classof(const Value *V) { function in class:llvm::Function
|
Value.h | 222 /// used to implement the classof checks. This should not be used for any
|
Instruction.h | 373 static inline bool classof(const Value *V) { function in class:llvm::Instruction
|
/external/llvm/include/llvm/Support/ |
Casting.h | 55 return To::classof(&Val);
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFStreamer.cpp | 144 static bool classof(const MCStreamer *S) {
|
/external/clang/include/clang/AST/ |
TypeLoc.h | 323 return TypeClass::classof(Ty); 425 return TypeClass::classof(Ty); [all...] |
DeclBase.h | 1564 static bool classof(const DeclContext *D) { return true; } function in class:clang::DeclContext [all...] |
/external/clang/lib/Rewrite/Core/ |
RewriteRope.cpp | 222 static inline bool classof(const RopePieceBTreeNode *N) { 458 static inline bool classof(const RopePieceBTreeNode *N) {
|
DeltaTree.cpp | 150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
|
/external/llvm/include/llvm/Object/ |
ObjectFile.h | 387 static inline bool classof(const Binary *v) { function in class:llvm::object::ObjectFile
|
ELF.h | 579 // This flag is used for classof, to distinguish ELFObjectFile from 828 static inline bool classof(const Binary *v) { function in class:llvm::object::ELFObjectFile [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | 1711 static bool classof(const VisitorJob *VJ) { function in class:__anon17234::DeclVisit 1723 static bool classof(const VisitorJob *VJ) { function in class:__anon17234::TypeLocVisit 1739 static bool classof(const VisitorJob *VJ) { function in class:__anon17234::LabelRefVisit 1756 static bool classof(const VisitorJob *VJ) { function in class:__anon17234::NestedNameSpecifierLocVisit 1772 static bool classof(const VisitorJob *VJ) { function in class:__anon17234::DeclarationNameInfoVisit 1794 static bool classof(const VisitorJob *VJ) { function in class:__anon17234::MemberRefVisit [all...] |
/external/llvm/include/llvm/Analysis/ |
ScalarEvolution.h | 165 static bool classof(const SCEV *S); [all...] |
/external/llvm/tools/lto/ |
LTOModule.cpp | 794 static bool classof(const MCStreamer *S) { function in class:__anon22383::RecordStreamer
|
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 226 //static inline bool classof(const ConstantPlaceHolder *) { return true; } 227 static bool classof(const Value *V) { function in class:llvm::__anon30252::ConstantPlaceHolder [all...] |
/external/clang/lib/AST/ |
DeclBase.cpp | 721 bool DeclContext::classof(const Decl *D) { function in class:DeclContext [all...] |