Searched refs:classof (Results 201 - 225 of 256) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h33 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } function in class:lldb_private::breakpad::SymbolFileBreakpad
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h118 static bool classof(const DIContext *DICtx) { function in class:llvm::DWARFContext
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h306 static bool classof(const Value *V) {
H A DBasicBlock.h350 static bool classof(const Value *V) { function in class:llvm::final
H A DGlobalValue.h579 static bool classof(const Value *V) {
H A DModuleSummaryIndex.h442 static bool classof(const GlobalValueSummary *GVS) { function in class:llvm::CalleeInfo::AliasSummary
619 static bool classof(const GlobalValueSummary *GVS) { function in class:llvm::CalleeInfo::FunctionSummary
776 static bool classof(const GlobalValueSummary *GVS) { function in class:llvm::CalleeInfo::GlobalVarSummary
H A DInstruction.h683 static bool classof(const Value *V) { function in class:llvm::Instruction
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h253 static bool classof(Binary const *v) { function in class:llvm::object::Archive
H A DMinidump.h30 static bool classof(const Binary *B) { return B->isMinidump(); } function in class:llvm::object::MinidumpFile
H A DWindowsResource.h140 static bool classof(const Binary *V) { return V->isWinRes(); } function in class:llvm::object::WindowsResource
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h48 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCMachObjectTargetWriter
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h43 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } function in class:lldb_private::SymbolFile
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp182 static bool classof(const Type *T) { return T->typeKind() == TypeKind::Void; } function in class:__anon961::VoidType
211 static bool classof(const Type *T) { function in class:__anon961::PointerType
277 static bool classof(const Type *T) { function in class:__anon961::ScalarType
300 static bool classof(const Type *T) { function in class:__anon961::VectorType
328 static bool classof(const Type *T) { function in class:__anon961::MultiVectorType
352 static bool classof(const Type *T) { function in class:__anon961::PredicateType
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h490 static bool classof(const analyze_format_string::ConversionSpecifier *CS) { function in class:clang::analyze_printf::PrintfConversionSpecifier
636 static bool classof(const analyze_format_string::ConversionSpecifier *CS) { function in class:clang::analyze_scanf::ScanfConversionSpecifier
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp125 static bool classof(const RewriteDescriptor *RD) { function in class:__anon2803::ExplicitRewriteDescriptor
166 static bool classof(const RewriteDescriptor *RD) { function in class:__anon2804::PatternRewriteDescriptor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp155 static bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h45 static bool classof(const LanguageRuntime *runtime) { function in class:lldb_private::AppleObjCRuntimeV2
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h193 static bool classof(const SCEV *S);
287 static bool classof(const SCEVPredicate *P) { function in class:llvm::final
386 static bool classof(const SCEVPredicate *P) { function in class:llvm::final
433 static bool classof(const SCEVPredicate *P) { function in class:llvm::final
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h34 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } function in class:SymbolFilePDB
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h53 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } function in class:lldb_private::npdb::SymbolFileNativePDB
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h97 static bool classof(const ObjectFile *obj) { return obj->isA(&ID); } function in class:ObjectFileELF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h200 static bool classof(const LanguageRuntime *runtime) { function in class:lldb_private::ObjCLanguageRuntime::ObjCRuntimeVersions
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp42 static bool classof(const Attr *A) { function in struct:__anon307::GeneralizedReturnsRetainedAttr
50 static bool classof(const Attr *A) { function in struct:__anon307::GeneralizedReturnsNotRetainedAttr
58 static bool classof(const Attr *A) { function in struct:__anon307::GeneralizedConsumedAttr
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1132 static bool classof(const File *file) = delete;
1153 static bool classof(const File *file) { return file->isA(&ID); } function in class:__anon1292::SimplePythonFile
1233 static bool classof(const File *file) { return file->isA(&ID); } function in class:__anon1294::PythonIOFile
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h489 static bool classof(const OffloadEntryInfo *Info) { return true; } function
546 static bool classof(const OffloadEntryInfo *Info) { function in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::final
608 static bool classof(const OffloadEntryInfo *Info) { function in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::final

Completed in 394 milliseconds

1234567891011