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

1234567891011

/freebsd-13-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
354 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroPromiseInst
357 static bool classof(const Value *V) { function in class:llvm::CoroPromiseInst
367 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyCoroSuspendInst
371 static bool classof(const Value *V) { function in class:llvm::AnyCoroSuspendInst
394 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSuspendInst
397 static bool classof(const Value *V) { function in class:llvm::CoroSuspendInst
425 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSuspendRetconInst
428 static bool classof(const Value *V) { function in class:llvm::CoroSuspendRetconInst
437 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSizeInst
440 static bool classof(const Value *V) { function in class:llvm::CoroSizeInst
456 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroEndInst
459 static bool classof(const Value *V) { function in class:llvm::CoroEndInst
476 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocaAllocInst
479 static bool classof(const Value *V) { function in class:llvm::CoroAllocaAllocInst
493 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocaGetInst
496 static bool classof(const Value *V) { function in class:llvm::CoroAllocaGetInst
510 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocaFreeInst
513 static bool classof(const Value *V) { function in class:llvm::CoroAllocaFreeInst
[all...]
/freebsd-13-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-13-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));
84 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgInfoIntrinsic
87 static bool classof(const Value *V) { function in class:llvm::DbgInfoIntrinsic
88 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
129 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgVariableIntrinsic
139 static bool classof(const Value *V) { function in class:llvm::DbgVariableIntrinsic
140 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
152 static bool classof(cons function in class:llvm::DbgDeclareInst
155 static bool classof(const Value *V) { function in class:llvm::DbgDeclareInst
168 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgAddrIntrinsic
171 static bool classof(const Value *V) { function in class:llvm::DbgAddrIntrinsic
185 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgValueInst
188 static bool classof(const Value *V) { function in class:llvm::DbgValueInst
205 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgLabelInst
208 static bool classof(const Value *V) { function in class:llvm::DbgLabelInst
240 static bool classof(const IntrinsicInst *I) { function in class:llvm::VPIntrinsic
243 static bool classof(const Value *V) { function in class:llvm::VPIntrinsic
266 static bool classof(const Value *V) { function in class:llvm::ConstrainedFPIntrinsic
277 static bool classof(const IntrinsicInst *I) { function in class:llvm::ConstrainedFPCmpIntrinsic
286 static bool classof(const Value *V) { function in class:llvm::ConstrainedFPCmpIntrinsic
295 static bool classof(const IntrinsicInst *I) { function in class:llvm::BinaryOpIntrinsic
312 static bool classof(const Value *V) { function in class:llvm::BinaryOpIntrinsic
332 static bool classof(const IntrinsicInst *I) { function in class:llvm::WithOverflowInst
345 static bool classof(const Value *V) { function in class:llvm::WithOverflowInst
353 static bool classof(const IntrinsicInst *I) { function in class:llvm::SaturatingInst
364 static bool classof(const Value *V) { function in class:llvm::SaturatingInst
545 static bool classof(const IntrinsicInst *I) { function in class:llvm::AtomicMemIntrinsic
555 static bool classof(const Value *V) { function in class:llvm::AtomicMemIntrinsic
564 static bool classof(const IntrinsicInst *I) { function in class:llvm::AtomicMemSetInst
567 static bool classof(const Value *V) { function in class:llvm::AtomicMemSetInst
576 static bool classof(const IntrinsicInst *I) { function in class:llvm::AtomicMemTransferInst
585 static bool classof(const Value *V) { function in class:llvm::AtomicMemTransferInst
594 static bool classof(const IntrinsicInst *I) { function in class:llvm::AtomicMemCpyInst
597 static bool classof(const Value *V) { function in class:llvm::AtomicMemCpyInst
606 static bool classof(const IntrinsicInst *I) { function in class:llvm::AtomicMemMoveInst
609 static bool classof(const Value *V) { function in class:llvm::AtomicMemMoveInst
629 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemIntrinsic
640 static bool classof(const Value *V) { function in class:llvm::MemIntrinsic
649 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemSetInst
652 static bool classof(const Value *V) { function in class:llvm::MemSetInst
661 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemTransferInst
671 static bool classof(const Value *V) { function in class:llvm::MemTransferInst
680 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemCpyInst
683 static bool classof(const Value *V) { function in class:llvm::MemCpyInst
692 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemMoveInst
695 static bool classof(const Value *V) { function in class:llvm::MemMoveInst
707 static bool classof(const IntrinsicInst *I) { function in class:llvm::MemCpyInlineInst
710 static bool classof(const Value *V) { function in class:llvm::MemCpyInlineInst
728 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyMemIntrinsic
742 static bool classof(const Value *V) { function in class:llvm::AnyMemIntrinsic
752 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyMemSetInst
761 static bool classof(const Value *V) { function in class:llvm::AnyMemSetInst
771 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyMemTransferInst
783 static bool classof(const Value *V) { function in class:llvm::AnyMemTransferInst
793 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyMemCpyInst
803 static bool classof(const Value *V) { function in class:llvm::AnyMemCpyInst
813 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyMemMoveInst
822 static bool classof(const Value *V) { function in class:llvm::AnyMemMoveInst
830 static bool classof(const IntrinsicInst *I) { function in class:llvm::VAStartInst
833 static bool classof(const Value *V) { function in class:llvm::VAStartInst
843 static bool classof(const IntrinsicInst *I) { function in class:llvm::VAEndInst
846 static bool classof(const Value *V) { function in class:llvm::VAEndInst
856 static bool classof(const IntrinsicInst *I) { function in class:llvm::VACopyInst
859 static bool classof(const Value *V) { function in class:llvm::VACopyInst
870 static bool classof(const IntrinsicInst *I) { function in class:llvm::InstrProfIncrementInst
873 static bool classof(const Value *V) { function in class:llvm::InstrProfIncrementInst
899 static bool classof(const IntrinsicInst *I) { function in class:llvm::InstrProfIncrementInstStep
902 static bool classof(const Value *V) { function in class:llvm::InstrProfIncrementInstStep
910 static bool classof(const IntrinsicInst *I) { function in class:llvm::InstrProfValueProfileInst
913 static bool classof(const Value *V) { function in class:llvm::InstrProfValueProfileInst
[all...]
H A DStatepoint.h67 static bool classof(const CallBase *I) { function in class:llvm::StatepointFlags::GCStatepointInst
73 static bool classof(const Value *V) { function in class:llvm::StatepointFlags::GCStatepointInst
74 return isa<CallBase>(V) && classof(cast<CallBase>(V));
258 static bool classof(const IntrinsicInst *I) { function in class:llvm::StatepointFlags::GCProjectionInst
263 static bool classof(const Value *V) { function in class:llvm::StatepointFlags::GCProjectionInst
264 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
299 static bool classof(const IntrinsicInst *I) { function in class:llvm::StatepointFlags::GCRelocateInst
303 static bool classof(const Value *V) { function in class:llvm::StatepointFlags::GCRelocateInst
304 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
336 static bool classof(cons function in class:llvm::StatepointFlags::GCResultInst
340 static bool classof(const Value *V) { function in class:llvm::StatepointFlags::GCResultInst
[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-13-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 DClangDeclVendor.h32 static bool classof(const DeclVendor *vendor) { function in class:lldb_private::ClangDeclVendor
H A DClangExpressionHelper.h32 static bool classof(const ExpressionTypeSystemHelper *ts) { function in class:lldb_private::ClangExpressionHelper
/freebsd-13-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-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConsumer.h41 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h181 static bool classof(const Node *N) { function in class:clang::syntax::final
191 static bool classof(const Node *N) { function in class:clang::syntax::Expression
202 static bool classof(const Node *N) { function in class:clang::syntax::final
212 static bool classof(const Node *N) { function in class:clang::syntax::final
223 static bool classof(const Node *N) { function in class:clang::syntax::final
238 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
274 static bool classof(const Node *N) { function in class:clang::syntax::final
285 static bool classof(cons 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
316 static bool classof(const Node *N) { function in class:clang::syntax::final
326 static bool classof(const Node *N) { function in class:clang::syntax::final
341 static bool classof(const Node *N) { function in class:clang::syntax::UserDefinedLiteralExpression
357 static bool classof(const Node *N) { function in class:clang::syntax::final
369 static bool classof(const Node *N) { function in class:clang::syntax::final
381 static bool classof(const Node *N) { function in class:clang::syntax::final
393 static bool classof(const Node *N) { function in class:clang::syntax::final
402 static bool classof(const Node *N) { function in class:clang::syntax::UnaryOperatorExpression
423 static bool classof(const Node *N) { function in class:clang::syntax::final
437 static bool classof(const Node *N) { function in class:clang::syntax::final
452 static bool classof(const Node *N) { function in class:clang::syntax::final
465 static bool classof(const Node *N) { function in class:clang::syntax::Statement
476 static bool classof(const Node *N) { function in class:clang::syntax::final
485 static bool classof(const Node *N) { function in class:clang::syntax::final
494 static bool classof(const Node *N) { function in class:clang::syntax::final
503 static bool classof(const Node *N) { function in class:clang::syntax::final
514 static bool classof(const Node *N) { function in class:clang::syntax::final
526 static bool classof(const Node *N) { function in class:clang::syntax::final
538 static bool classof(const Node *N) { function in class:clang::syntax::final
551 static bool classof(const Node *N) { function in class:clang::syntax::final
562 static bool classof(const Node *N) { function in class:clang::syntax::final
573 static bool classof(const Node *N) { function in class:clang::syntax::final
583 static bool classof(const Node *N) { function in class:clang::syntax::final
594 static bool classof(const Node *N) { function in class:clang::syntax::final
605 static bool classof(const Node *N) { function in class:clang::syntax::final
617 static bool classof(const Node *N) { function in class:clang::syntax::final
627 static bool classof(const Node *N) { function in class:clang::syntax::final
643 static bool classof(const Node *N) { function in class:clang::syntax::Declaration
653 static bool classof(const Node *N) { function in class:clang::syntax::final
662 static bool classof(const Node *N) { function in class:clang::syntax::final
672 static bool classof(const Node *N) { function in class:clang::syntax::final
685 static bool classof(const Node *N) { function in class:clang::syntax::final
696 static bool classof(const Node *N) { function in class:clang::syntax::final
707 static bool classof(const Node *N) { function in class:clang::syntax::final
723 static bool classof(const Node *N) { function in class:clang::syntax::final
735 static bool classof(const Node *N) { function in class:clang::syntax::final
745 static bool classof(const Node *N) { function in class:clang::syntax::final
754 static bool classof(const Node *N) { function in class:clang::syntax::final
764 static bool classof(const Node *N) { function in class:clang::syntax::final
773 static bool classof(const Node *N) { function in class:clang::syntax::final
793 static bool classof(const Node *N) { function in class:clang::syntax::Declarator
804 static bool classof(const Node *N) { function in class:clang::syntax::final
815 static bool classof(const Node *N) { function in class:clang::syntax::final
829 static bool classof(const Node *N) { function in class:clang::syntax::final
843 static bool classof(const Node *N) { function in class:clang::syntax::final
865 static bool classof(const Node *N) { function in class:clang::syntax::final
880 static bool classof(const Node *N) { function in class:clang::syntax::final
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h309 assert(classof(this));
316 static bool classof(const ConstructionContext *CC) { function in class:clang::VariableConstructionContext
334 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleVariableConstructionContext
363 static bool classof(const ConstructionContext *CC) { function in class:clang::CXX17ElidedCopyVariableConstructionContext
376 assert(classof(this));
383 static bool classof(const ConstructionContext *CC) { function in class:clang::ConstructorInitializerConstructionContext
401 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleConstructorInitializerConstructionContext
433 static bool classof(const ConstructionContext *CC) { function in class:clang::CXX17ElidedCopyConstructorInitializerConstructionContext
454 static bool classof(const ConstructionContext *CC) { function in class:clang::NewAllocatedObjectConstructionContext
494 static bool classof(cons function in class:clang::TemporaryObjectConstructionContext
513 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleTemporaryObjectConstructionContext
554 static bool classof(const ConstructionContext *CC) { function in class:clang::ElidedTemporaryObjectConstructionContext
573 static bool classof(const ConstructionContext *CC) { function in class:clang::ReturnedValueConstructionContext
593 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleReturnedValueConstructionContext
623 static bool classof(const ConstructionContext *CC) { function in class:clang::CXX17ElidedCopyReturnedValueConstructionContext
656 static bool classof(const ConstructionContext *CC) { function in class:clang::ArgumentConstructionContext
[all...]
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h21 static bool classof(const DWARFUnit *unit) { return !unit->IsTypeUnit(); } function in class:DWARFCompileUnit
H A DDWARFTypeUnit.h25 static bool classof(const DWARFUnit *unit) { return unit->IsTypeUnit(); } function in class:DWARFTypeUnit
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DLocInfoType.h50 static bool classof(const Type *T) { function in class:clang::LocInfoType
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h110 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; } function in class:llvm::MCDummyFragment
132 static bool classof(const MCFragment *F) { function in class:llvm::MCEncodedFragment
222 static bool classof(const MCFragment *F) { function in class:llvm::MCEncodedFragmentWithFixups
237 static bool classof(const MCFragment *F) { function in class:llvm::MCDataFragment
253 static bool classof(const MCFragment *F) { function in class:llvm::MCCompactEncodedInstFragment
280 static bool classof(const MCFragment *F) { function in class:llvm::MCRelaxableFragment
321 static bool classof(const MCFragment *F) { function in class:llvm::MCAlignFragment
348 static bool classof(const MCFragment *F) { function in class:llvm::MCFillFragment
375 static bool classof(const MCFragment *F) { function in class:llvm::MCOrgFragment
404 static bool classof(cons function in class:llvm::MCLEBFragment
428 static bool classof(const MCFragment *F) { function in class:llvm::MCDwarfLineAddrFragment
445 static bool classof(const MCFragment *F) { function in class:llvm::MCDwarfCallFrameFragment
461 static bool classof(const MCFragment *F) { function in class:llvm::MCSymbolIdFragment
495 static bool classof(const MCFragment *F) { function in class:llvm::MCCVInlineLineTableFragment
523 static bool classof(const MCFragment *F) { function in class:llvm::MCCVDefRangeFragment
557 static bool classof(const MCFragment *F) { function in class:llvm::MCBoundaryAlignFragment
[all...]
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
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h225 static bool classof(const Action *A) { function in class:clang::driver::InputAction
242 static bool classof(const Action *A) { function in class:clang::driver::BindArchAction
373 static bool classof(const Action *A) { return A->getKind() == OffloadClass; } function in class:clang::driver::final
384 static bool classof(const Action *A) { function in class:clang::driver::JobAction
396 static bool classof(const Action *A) { function in class:clang::driver::PreprocessJobAction
410 static bool classof(const Action *A) { function in class:clang::driver::PrecompileJobAction
425 static bool classof(const Action *A) { function in class:clang::driver::HeaderModulePrecompileJobAction
442 static bool classof(const Action *A) { function in class:clang::driver::AnalyzeJobAction
453 static bool classof(const Action *A) { function in class:clang::driver::MigrateJobAction
464 static bool classof(cons function in class:clang::driver::CompileJobAction
475 static bool classof(const Action *A) { function in class:clang::driver::BackendJobAction
486 static bool classof(const Action *A) { function in class:clang::driver::AssembleJobAction
497 static bool classof(const Action *A) { function in class:clang::driver::IfsMergeJobAction
508 static bool classof(const Action *A) { function in class:clang::driver::LinkJobAction
519 static bool classof(const Action *A) { function in class:clang::driver::LipoJobAction
530 static bool classof(const Action *A) { function in class:clang::driver::DsymutilJobAction
541 static bool classof(const Action *A) { function in class:clang::driver::VerifyJobAction
553 static bool classof(const Action *A) { function in class:clang::driver::VerifyDebugInfoJobAction
564 static bool classof(const Action *A) { function in class:clang::driver::VerifyPCHJobAction
576 static bool classof(const Action *A) { function in class:clang::driver::OffloadBundlingJobAction
625 static bool classof(const Action *A) { function in class:clang::driver::final
636 static bool classof(const Action *A) { function in class:clang::driver::OffloadWrapperJobAction
647 static bool classof(const Action *A) { function in class:clang::driver::StaticLibJobAction
[all...]

Completed in 304 milliseconds

1234567891011