Searched refs:classof (Results 1 - 25 of 256) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h56 static bool classof(const CallInst *I) { function in class:llvm::IntrinsicInst
61 static bool classof(const Value *V) { function in class:llvm::IntrinsicInst
62 return isa<CallInst>(V) && classof(cast<CallInst>(V));
71 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgInfoIntrinsic
81 static bool classof(const Value *V) { function in class:llvm::DbgInfoIntrinsic
82 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
123 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgVariableIntrinsic
132 static bool classof(const Value *V) { function in class:llvm::DbgVariableIntrinsic
133 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
145 static bool classof(cons function in class:llvm::DbgDeclareInst
148 static bool classof(const Value *V) { function in class:llvm::DbgDeclareInst
161 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgAddrIntrinsic
164 static bool classof(const Value *V) { function in class:llvm::DbgAddrIntrinsic
178 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgValueInst
181 static bool classof(const Value *V) { function in class:llvm::DbgValueInst
200 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgLabelInst
203 static bool classof(const Value *V) { function in class:llvm::DbgLabelInst
219 static bool classof(const Value *V) { function in class:llvm::ConstrainedFPIntrinsic
230 static bool classof(const IntrinsicInst *I) { function in class:llvm::ConstrainedFPCmpIntrinsic
238 static bool classof(const Value *V) { function in class:llvm::ConstrainedFPCmpIntrinsic
247 static bool classof(const IntrinsicInst *I) { function in class:llvm::BinaryOpIntrinsic
264 static bool classof(const Value *V) { function in class:llvm::BinaryOpIntrinsic
284 static bool classof(const IntrinsicInst *I) { function in class:llvm::WithOverflowInst
297 static bool classof(const Value *V) { function in class:llvm::WithOverflowInst
305 static bool classof(const IntrinsicInst *I) { function in class:llvm::SaturatingInst
316 static bool classof(const Value *V) { function in class:llvm::SaturatingInst
493 static bool classof(const IntrinsicInst *I) { function in class:llvm::AtomicMemIntrinsic
503 static bool classof(const Value *V) { function in class:llvm::AtomicMemIntrinsic
512 static bool classof(const IntrinsicInst *I) { function in class:llvm::AtomicMemSetInst
515 static bool classof(const Value *V) { function in class:llvm::AtomicMemSetInst
524 static bool classof(const IntrinsicInst *I) { function in class:llvm::AtomicMemTransferInst
533 static bool classof(const Value *V) { function in class:llvm::AtomicMemTransferInst
542 static bool classof(const IntrinsicInst *I) { function in class:llvm::AtomicMemCpyInst
545 static bool classof(const Value *V) { function in class:llvm::AtomicMemCpyInst
554 static bool classof(const IntrinsicInst *I) { function in class:llvm::AtomicMemMoveInst
557 static bool classof(const Value *V) { function in class:llvm::AtomicMemMoveInst
580 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemIntrinsic
589 static bool classof(const Value *V) { function in class:llvm::MemIntrinsic
598 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemSetInst
601 static bool classof(const Value *V) { function in class:llvm::MemSetInst
610 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemTransferInst
614 static bool classof(const Value *V) { function in class:llvm::MemTransferInst
623 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemCpyInst
626 static bool classof(const Value *V) { function in class:llvm::MemCpyInst
635 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemMoveInst
638 static bool classof(const Value *V) { function in class:llvm::MemMoveInst
656 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyMemIntrinsic
669 static bool classof(const Value *V) { function in class:llvm::AnyMemIntrinsic
679 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyMemSetInst
688 static bool classof(const Value *V) { function in class:llvm::AnyMemSetInst
698 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyMemTransferInst
709 static bool classof(const Value *V) { function in class:llvm::AnyMemTransferInst
719 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyMemCpyInst
728 static bool classof(const Value *V) { function in class:llvm::AnyMemCpyInst
738 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyMemMoveInst
747 static bool classof(const Value *V) { function in class:llvm::AnyMemMoveInst
755 static bool classof(const IntrinsicInst *I) { function in class:llvm::VAStartInst
758 static bool classof(const Value *V) { function in class:llvm::VAStartInst
768 static bool classof(const IntrinsicInst *I) { function in class:llvm::VAEndInst
771 static bool classof(const Value *V) { function in class:llvm::VAEndInst
781 static bool classof(const IntrinsicInst *I) { function in class:llvm::VACopyInst
784 static bool classof(const Value *V) { function in class:llvm::VACopyInst
795 static bool classof(const IntrinsicInst *I) { function in class:llvm::InstrProfIncrementInst
798 static bool classof(const Value *V) { function in class:llvm::InstrProfIncrementInst
824 static bool classof(const IntrinsicInst *I) { function in class:llvm::InstrProfIncrementInstStep
827 static bool classof(const Value *V) { function in class:llvm::InstrProfIncrementInstStep
835 static bool classof(const IntrinsicInst *I) { function in class:llvm::InstrProfValueProfileInst
838 static bool classof(const Value *V) { function in class:llvm::InstrProfValueProfileInst
[all...]
H A DOperator.h56 static bool classof(const Instruction *) { return true; } function in class:llvm::Operator
57 static bool classof(const ConstantExpr *) { return true; } function in class:llvm::Operator
58 static bool classof(const Value *V) { function in class:llvm::Operator
100 static bool classof(const Instruction *I) { function in class:llvm::OverflowingBinaryOperator
106 static bool classof(const ConstantExpr *CE) { function in class:llvm::OverflowingBinaryOperator
112 static bool classof(const Value *V) { function in class:llvm::OverflowingBinaryOperator
113 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
114 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
147 static bool classof(const ConstantExpr *CE) { function in class:llvm::PossiblyExactOperator
150 static bool classof(cons function in class:llvm::PossiblyExactOperator
153 static bool classof(const Value *V) { function in class:llvm::PossiblyExactOperator
373 static bool classof(const Value *V) { function in class:llvm::FPMathOperator
414 static bool classof(const Instruction *I) { function in class:llvm::ConcreteOperator
417 static bool classof(const ConstantExpr *CE) { function in class:llvm::ConcreteOperator
420 static bool classof(const Value *V) { function in class:llvm::ConcreteOperator
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h61 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSubFnInst
64 static bool classof(const Value *V) { function in class:llvm::CoroSubFnInst
65 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
73 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocInst
76 static bool classof(const Value *V) { function in class:llvm::CoroAllocInst
77 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
100 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyCoroIdInst
107 static bool classof(const Value *V) { function in class:llvm::AnyCoroIdInst
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
194 static bool classof(cons function in class:llvm::CoroIdInst
197 static bool classof(const Value *V) { function in class:llvm::CoroIdInst
240 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyCoroIdRetconInst
245 static bool classof(const Value *V) { function in class:llvm::AnyCoroIdRetconInst
255 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroIdRetconInst
258 static bool classof(const Value *V) { function in class:llvm::CoroIdRetconInst
268 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroIdRetconOnceInst
271 static bool classof(const Value *V) { function in class:llvm::CoroIdRetconOnceInst
280 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroFrameInst
283 static bool classof(const Value *V) { function in class:llvm::CoroFrameInst
296 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroFreeInst
299 static bool classof(const Value *V) { function in class:llvm::CoroFreeInst
316 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroBeginInst
319 static bool classof(const Value *V) { function in class:llvm::CoroBeginInst
328 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSaveInst
331 static bool classof(const Value *V) { function in class:llvm::CoroSaveInst
349 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroPromiseInst
352 static bool classof(const Value *V) { function in class:llvm::CoroPromiseInst
362 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyCoroSuspendInst
366 static bool classof(const Value *V) { function in class:llvm::AnyCoroSuspendInst
389 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSuspendInst
392 static bool classof(const Value *V) { function in class:llvm::CoroSuspendInst
420 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSuspendRetconInst
423 static bool classof(const Value *V) { function in class:llvm::CoroSuspendRetconInst
432 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSizeInst
435 static bool classof(const Value *V) { function in class:llvm::CoroSizeInst
451 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroEndInst
454 static bool classof(const Value *V) { function in class:llvm::CoroEndInst
471 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocaAllocInst
474 static bool classof(const Value *V) { function in class:llvm::CoroAllocaAllocInst
488 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocaGetInst
491 static bool classof(const Value *V) { function in class:llvm::CoroAllocaGetInst
505 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocaFreeInst
508 static bool classof(const Value *V) { function in class:llvm::CoroAllocaFreeInst
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DAbsoluteAtom.h30 static bool classof(const Atom *a) { function in class:lld::AbsoluteAtom
34 static bool classof(const AbsoluteAtom *) { return true; } function in class:lld::AbsoluteAtom
H A DUndefinedAtom.h53 static bool classof(const Atom *a) { function in class:lld::UndefinedAtom
57 static bool classof(const UndefinedAtom *) { return true; } function in class:lld::UndefinedAtom
H A DSharedLibraryAtom.h38 static bool classof(const Atom *a) { function in class:lld::SharedLibraryAtom
42 static inline bool classof(const SharedLibraryAtom *) { return true; } function in class:lld::SharedLibraryAtom
H A DArchiveLibraryFile.h28 static bool classof(const File *f) { function in class:lld::ArchiveLibraryFile
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsection.h24 static bool classof(const DebugSubsectionRef *S) { return true; } function in class:llvm::codeview::DebugSubsectionRef
37 static bool classof(const DebugSubsection *S) { return true; } function in class:llvm::codeview::DebugSubsection
H A DDebugSymbolsSubsection.h23 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::final
39 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDiagnostic.h27 static inline bool classof(const ClangDiagnostic *) { return true; } function in class:lldb_private::ClangDiagnostic
28 static inline bool classof(const Diagnostic *diag) { function in class:lldb_private::ClangDiagnostic
H A DClangExpressionHelper.h29 static bool classof(const ExpressionTypeSystemHelper *ts) { function in class:lldb_private::ClangExpressionHelper
H A DClangDeclVendor.h29 static bool classof(const DeclVendor *vendor) { function in class:lldb_private::ClangDeclVendor
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h113 static bool classof(const Node *N) { function in class:clang::syntax::final
123 static bool classof(const Node *N) { function in class:clang::syntax::Expression
134 static bool classof(const Node *N) { function in class:clang::syntax::final
144 static bool classof(const Node *N) { function in class:clang::syntax::Statement
155 static bool classof(const Node *N) { function in class:clang::syntax::final
164 static bool classof(const Node *N) { function in class:clang::syntax::final
173 static bool classof(const Node *N) { function in class:clang::syntax::final
182 static bool classof(const Node *N) { function in class:clang::syntax::final
193 static bool classof(const Node *N) { function in class:clang::syntax::final
205 static bool classof(cons function in class:clang::syntax::final
217 static bool classof(const Node *N) { function in class:clang::syntax::final
230 static bool classof(const Node *N) { function in class:clang::syntax::final
241 static bool classof(const Node *N) { function in class:clang::syntax::final
252 static bool classof(const Node *N) { function in class:clang::syntax::final
262 static bool classof(const Node *N) { function in class:clang::syntax::final
273 static bool classof(const Node *N) { function in class:clang::syntax::final
284 static bool classof(const Node *N) { function in class:clang::syntax::final
296 static bool classof(const Node *N) { function in class:clang::syntax::final
306 static bool classof(const Node *N) { function in class:clang::syntax::final
322 static bool classof(const Node *N) { function in class:clang::syntax::Declaration
332 static bool classof(const Node *N) { function in class:clang::syntax::final
341 static bool classof(const Node *N) { function in class:clang::syntax::final
351 static bool classof(const Node *N) { function in class:clang::syntax::final
364 static bool classof(const Node *N) { function in class:clang::syntax::final
375 static bool classof(const Node *N) { function in class:clang::syntax::final
384 static bool classof(const Node *N) { function in class:clang::syntax::final
394 static bool classof(const Node *N) { function in class:clang::syntax::final
403 static bool classof(const Node *N) { function in class:clang::syntax::final
413 static bool classof(const Node *N) { function in class:clang::syntax::final
422 static bool classof(const Node *N) { function in class:clang::syntax::final
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConsumer.h41 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h224 static bool classof(const Action *A) { function in class:clang::driver::InputAction
241 static bool classof(const Action *A) { function in class:clang::driver::BindArchAction
372 static bool classof(const Action *A) { return A->getKind() == OffloadClass; } function in class:clang::driver::final
383 static bool classof(const Action *A) { function in class:clang::driver::JobAction
395 static bool classof(const Action *A) { function in class:clang::driver::PreprocessJobAction
409 static bool classof(const Action *A) { function in class:clang::driver::PrecompileJobAction
424 static bool classof(const Action *A) { function in class:clang::driver::HeaderModulePrecompileJobAction
441 static bool classof(const Action *A) { function in class:clang::driver::AnalyzeJobAction
452 static bool classof(const Action *A) { function in class:clang::driver::MigrateJobAction
463 static bool classof(cons function in class:clang::driver::CompileJobAction
474 static bool classof(const Action *A) { function in class:clang::driver::BackendJobAction
485 static bool classof(const Action *A) { function in class:clang::driver::AssembleJobAction
496 static bool classof(const Action *A) { function in class:clang::driver::IfsMergeJobAction
507 static bool classof(const Action *A) { function in class:clang::driver::LinkJobAction
518 static bool classof(const Action *A) { function in class:clang::driver::LipoJobAction
529 static bool classof(const Action *A) { function in class:clang::driver::DsymutilJobAction
540 static bool classof(const Action *A) { function in class:clang::driver::VerifyJobAction
552 static bool classof(const Action *A) { function in class:clang::driver::VerifyDebugInfoJobAction
563 static bool classof(const Action *A) { function in class:clang::driver::VerifyPCHJobAction
575 static bool classof(const Action *A) { function in class:clang::driver::OffloadBundlingJobAction
624 static bool classof(const Action *A) { function in class:clang::driver::final
635 static bool classof(const Action *A) { function in class:clang::driver::OffloadWrapperJobAction
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h306 assert(classof(this));
313 static bool classof(const ConstructionContext *CC) { function in class:clang::VariableConstructionContext
331 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleVariableConstructionContext
360 static bool classof(const ConstructionContext *CC) { function in class:clang::CXX17ElidedCopyVariableConstructionContext
373 assert(classof(this));
380 static bool classof(const ConstructionContext *CC) { function in class:clang::ConstructorInitializerConstructionContext
398 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleConstructorInitializerConstructionContext
430 static bool classof(const ConstructionContext *CC) { function in class:clang::CXX17ElidedCopyConstructorInitializerConstructionContext
451 static bool classof(const ConstructionContext *CC) { function in class:clang::NewAllocatedObjectConstructionContext
491 static bool classof(cons function in class:clang::TemporaryObjectConstructionContext
510 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleTemporaryObjectConstructionContext
551 static bool classof(const ConstructionContext *CC) { function in class:clang::ElidedTemporaryObjectConstructionContext
570 static bool classof(const ConstructionContext *CC) { function in class:clang::ReturnedValueConstructionContext
590 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleReturnedValueConstructionContext
620 static bool classof(const ConstructionContext *CC) { function in class:clang::CXX17ElidedCopyReturnedValueConstructionContext
653 static bool classof(const ConstructionContext *CC) { function in class:clang::ArgumentConstructionContext
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h216 static bool classof(const Matcher *N) { function in class:llvm::ScopeMatcher
241 static bool classof(const Matcher *N) { function in class:llvm::RecordMatcher
273 static bool classof(const Matcher *N) { function in class:llvm::RecordChildMatcher
289 static bool classof(const Matcher *N) { function in class:llvm::RecordMemRefMatcher
305 static bool classof(const Matcher *N) { function in class:llvm::CaptureGlueInputMatcher
323 static bool classof(const Matcher *N) { function in class:llvm::MoveChildMatcher
340 static bool classof(const Matcher *N) { function in class:llvm::MoveParentMatcher
360 static bool classof(const Matcher *N) { function in class:llvm::CheckSameMatcher
384 static bool classof(const Matcher *N) { function in class:llvm::CheckChildSameMatcher
407 static bool classof(cons function in class:llvm::CheckPatternPredicateMatcher
431 static bool classof(const Matcher *N) { function in class:llvm::CheckPredicateMatcher
453 static bool classof(const Matcher *N) { function in class:llvm::CheckOpcodeMatcher
474 static bool classof(const Matcher *N) { function in class:llvm::SwitchOpcodeMatcher
501 static bool classof(const Matcher *N) { function in class:llvm::CheckTypeMatcher
524 static bool classof(const Matcher *N) { function in class:llvm::SwitchTypeMatcher
552 static bool classof(const Matcher *N) { function in class:llvm::CheckChildTypeMatcher
576 static bool classof(const Matcher *N) { function in class:llvm::CheckIntegerMatcher
600 static bool classof(const Matcher *N) { function in class:llvm::CheckChildIntegerMatcher
623 static bool classof(const Matcher *N) { function in class:llvm::CheckCondCodeMatcher
644 static bool classof(const Matcher *N) { function in class:llvm::CheckChild2CondCodeMatcher
665 static bool classof(const Matcher *N) { function in class:llvm::CheckValueTypeMatcher
706 static bool classof(const Matcher *N) { function in class:llvm::CheckComplexPatMatcher
728 static bool classof(const Matcher *N) { function in class:llvm::CheckAndImmMatcher
749 static bool classof(const Matcher *N) { function in class:llvm::CheckOrImmMatcher
766 static bool classof(const Matcher *N) { function in class:llvm::CheckImmAllOnesVMatcher
782 static bool classof(const Matcher *N) { function in class:llvm::CheckImmAllZerosVMatcher
799 static bool classof(const Matcher *N) { function in class:llvm::CheckFoldableChainNodeMatcher
819 static bool classof(const Matcher *N) { function in class:llvm::EmitIntegerMatcher
843 static bool classof(const Matcher *N) { function in class:llvm::EmitStringIntegerMatcher
868 static bool classof(const Matcher *N) { function in class:llvm::EmitRegisterMatcher
891 static bool classof(const Matcher *N) { function in class:llvm::EmitConvertToTargetMatcher
945 static bool classof(const Matcher *N) { function in class:llvm::EmitCopyToRegMatcher
971 static bool classof(const Matcher *N) { function in class:llvm::EmitNodeXFormMatcher
1058 static bool classof(const Matcher *N) { function in class:llvm::EmitNodeMatcher
1082 static bool classof(const Matcher *N) { function in class:llvm::MorphNodeToMatcher
1103 static bool classof(const Matcher *N) { function in class:llvm::CompleteMatchMatcher
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h51 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; } function in class:clang::threadSafety::lexpr::Terminal
72 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; } function in class:clang::threadSafety::lexpr::And
79 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; } function in class:clang::threadSafety::lexpr::Or
91 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } function in class:clang::threadSafety::lexpr::Not
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h46 static bool classof(const MCSymbol *S) { return S->isELF(); } function in class:llvm::MCSymbolELF
H A DMCXCOFFObjectWriter.h26 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCXCOFFObjectTargetWriter
H A DMCFragment.h107 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; } function in class:llvm::MCDummyFragment
129 static bool classof(const MCFragment *F) { function in class:llvm::MCEncodedFragment
219 static bool classof(const MCFragment *F) { function in class:llvm::MCEncodedFragmentWithFixups
234 static bool classof(const MCFragment *F) { function in class:llvm::MCDataFragment
250 static bool classof(const MCFragment *F) { function in class:llvm::MCCompactEncodedInstFragment
272 static bool classof(const MCFragment *F) { function in class:llvm::MCRelaxableFragment
313 static bool classof(const MCFragment *F) { function in class:llvm::MCAlignFragment
340 static bool classof(const MCFragment *F) { function in class:llvm::MCFillFragment
367 static bool classof(const MCFragment *F) { function in class:llvm::MCOrgFragment
396 static bool classof(cons function in class:llvm::MCLEBFragment
420 static bool classof(const MCFragment *F) { function in class:llvm::MCDwarfLineAddrFragment
437 static bool classof(const MCFragment *F) { function in class:llvm::MCDwarfCallFrameFragment
453 static bool classof(const MCFragment *F) { function in class:llvm::MCSymbolIdFragment
487 static bool classof(const MCFragment *F) { function in class:llvm::MCCVInlineLineTableFragment
515 static bool classof(const MCFragment *F) { function in class:llvm::MCCVDefRangeFragment
552 static bool classof(const MCFragment *F) { function in class:llvm::MCBoundaryAlignFragment
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h25 static bool classof(const DWARFUnit *unit) { return unit->IsTypeUnit(); } function in class:DWARFTypeUnit
H A DDWARFCompileUnit.h21 static bool classof(const DWARFUnit *unit) { return !unit->IsTypeUnit(); } function in class:DWARFCompileUnit
H A DSymbolFileDWARFDwoDwp.h25 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } function in class:SymbolFileDWARFDwoDwp
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h204 assert(classof(this));
215 static bool classof(const MemRegion *R) { function in class:clang::ento::MemSpaceRegion
232 static bool classof(const MemRegion *R) { function in class:clang::ento::CodeSpaceRegion
242 assert(classof(this));
246 static bool classof(const MemRegion *R) { function in class:clang::ento::GlobalsSpaceRegion
274 static bool classof(const MemRegion *R) { function in class:clang::ento::StaticGlobalSpaceRegion
291 assert(classof(this));
295 static bool classof(const MemRegion *R) { function in class:clang::ento::NonStaticGlobalSpaceRegion
313 static bool classof(const MemRegion *R) { function in class:clang::ento::GlobalSystemSpaceRegion
332 static bool classof(cons function in class:clang::ento::GlobalImmutableSpaceRegion
349 static bool classof(const MemRegion *R) { function in class:clang::ento::GlobalInternalSpaceRegion
363 static bool classof(const MemRegion *R) { function in class:clang::ento::HeapSpaceRegion
377 static bool classof(const MemRegion *R) { function in class:clang::ento::UnknownSpaceRegion
399 static bool classof(const MemRegion *R) { function in class:clang::ento::StackSpaceRegion
414 static bool classof(const MemRegion *R) { function in class:clang::ento::StackLocalsSpaceRegion
429 static bool classof(const MemRegion *R) { function in class:clang::ento::StackArgumentsSpaceRegion
461 static bool classof(const MemRegion* R) { function in class:clang::ento::SubRegion
500 static bool classof(const MemRegion* R) { function in class:clang::ento::AllocaRegion
523 static bool classof(const MemRegion* R) { function in class:clang::ento::TypedRegion
557 static bool classof(const MemRegion* R) { function in class:clang::ento::TypedValueRegion
574 static bool classof(const MemRegion* R) { function in class:clang::ento::CodeTextRegion
617 static bool classof(const MemRegion* R) { function in class:clang::ento::FunctionCodeRegion
662 static bool classof(const MemRegion* R) { function in class:clang::ento::BlockCodeRegion
749 static bool classof(const MemRegion* R) { function in class:clang::ento::BlockDataRegion
795 static bool classof(const MemRegion* R) { function in class:clang::ento::SymbolicRegion
830 static bool classof(const MemRegion* R) { function in class:clang::ento::StringRegion
864 static bool classof(const MemRegion* R) { function in class:clang::ento::ObjCStringRegion
900 static bool classof(const MemRegion* R) { function in class:clang::ento::CompoundLiteralRegion
922 static bool classof(const MemRegion* R) { function in class:clang::ento::DeclRegion
965 static bool classof(const MemRegion* R) { function in class:clang::ento::VarRegion
997 static bool classof(const MemRegion* R) { function in class:clang::ento::CXXThisRegion
1033 static bool classof(const MemRegion* R) { function in class:clang::ento::FieldRegion
1055 static bool classof(const MemRegion* R) { function in class:clang::ento::ObjCIvarRegion
1116 static bool classof(const MemRegion* R) { function in class:clang::ento::ElementRegion
1146 static bool classof(const MemRegion* R) { function in class:clang::ento::CXXTempObjectRegion
1181 static bool classof(const MemRegion *region) { function in class:clang::ento::CXXBaseObjectRegion
1222 static bool classof(const MemRegion *region) { function in class:clang::ento::CXXDerivedObjectRegion
[all...]

Completed in 156 milliseconds

1234567891011