Searched refs:classof (Results 76 - 96 of 96) sorted by relevance

1234

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp222 static inline bool classof(const RopePieceBTreeNode *N) {
458 static inline bool classof(const RopePieceBTreeNode *N) {
H A DDeltaTree.cpp150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h411 static bool classof(const analyze_format_string::ConversionSpecifier *CS) { function in class:clang::analyze_printf::PrintfConversionSpecifier
540 static bool classof(const analyze_format_string::ConversionSpecifier *CS) { function in class:clang::analyze_scanf::ScanfConversionSpecifier
/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.h64 static bool classof(const DIContext *DICtx) { function in class:llvm::DWARFContext
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DGlobalValue.h290 static inline bool classof(const Value *V) { function in class:llvm::GlobalValue
H A DInstruction.h373 static inline bool classof(const Value *V) { function in class:llvm::Instruction
H A DFunction.h453 static inline bool classof(const Value *V) { function in class:llvm::Function
/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DMachO.h202 static bool classof(const Binary *v) { function in class:llvm::object::MachOObjectFile
H A DCOFF.h341 static inline bool classof(const Binary *v) { function in class:llvm::object::COFFObjectFile
H A DObjectFile.h382 static inline bool classof(const Binary *v) { function in class:llvm::object::SymbolRef::ObjectFile
H A DELFObjectFile.h162 // This flag is used for classof, to distinguish ELFObjectFile from
197 static inline bool classof(const Binary *v) { function in class:llvm::object::ELFObjectFile
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DCasting.h55 return To::classof(&Val);
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h512 /// classof - Used by isa<>, cast<>, and dyn_cast<>.
513 static bool classof(const BugReporter* R) { function in class:clang::ento::GRBugReporter
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1616 static bool classof(const Decl *D);
1617 static bool classof(const DeclContext *D) { return true; } function in class:clang::DeclContext
H A DTypeLoc.h326 return TypeClass::classof(Ty);
428 return TypeClass::classof(Ty);
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp65 static inline bool classof(const Binary *v) { function in class:__anon2373::DyldELFObject
67 && classof(cast<ELFObjectFile
70 static inline bool classof( function in class:__anon2373::DyldELFObject
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h165 static bool classof(const SCEV *S);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp731 bool DeclContext::classof(const Decl *D) { function in class:DeclContext
H A DDecl.cpp3350 assert(classof(static_cast<Decl*>(this)) && "Invalid Kind!");
/freebsd-10.2-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp213 static bool classof(const Value *V) { function in class:llvm::__anon2232::ConstantPlaceHolder
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp310 bool SCEVCouldNotCompute::classof(const SCEV *S) { function in class:SCEVCouldNotCompute

Completed in 262 milliseconds

1234