| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/ |
| H A D | CoroInstr.h | 62 static bool classof(const IntrinsicInst *I) { in classof() function 65 static bool classof(const Value *V) { in classof() function 66 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 74 static bool classof(const IntrinsicInst *I) { in classof() function 77 static bool classof(const Value *V) { in classof() function 78 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 99 static bool classof(const CallBase *CB) { in classof() function 110 static bool classof(const Value *V) { in classof() function 111 return isa<CallBase>(V) && classof(cast<CallBase>(V)); in classof() 135 static bool classof(const IntrinsicInst *I) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 133 static bool classof(const CallInst *I) { in classof() function 137 static bool classof(const Value *V) { in classof() function 138 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof() 158 static bool classof(const IntrinsicInst *I) { in classof() function 161 static bool classof(const Value *V) { in classof() function 162 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 185 static bool classof(const IntrinsicInst *I) { in classof() function 188 static bool classof(const Value *V) { in classof() function 189 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 426 static bool classof(const IntrinsicInst *I) { in classof() function [all …]
|
| H A D | Instructions.h | 158 static bool classof(const Instruction *I) { in classof() function 161 static bool classof(const Value *V) { in classof() function 162 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 270 static bool classof(const Instruction *I) { in classof() function 273 static bool classof(const Value *V) { in classof() function 274 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 397 static bool classof(const Instruction *I) { in classof() function 400 static bool classof(const Value *V) { in classof() function 401 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 475 static bool classof(const Instruction *I) { [all …]
|
| H A D | Operator.h | 59 static bool classof(const Instruction *) { return true; } in classof() function 60 static bool classof(const ConstantExpr *) { return true; } in classof() function 61 static bool classof(const Value *V) { in classof() function 130 static bool classof(const Instruction *I) { in classof() function 136 static bool classof(const ConstantExpr *CE) { in classof() function 140 static bool classof(const Value *V) { in classof() function 141 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) || in classof() 142 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V))); in classof() 184 static bool classof(const Instruction *I) { 187 static bool classof(const Value *V) { [all …]
|
| H A D | DiagnosticInfo.h | 165 static bool classof(const DiagnosticInfo *DI) { in classof() function 206 static bool classof(const DiagnosticInfo *DI) { in classof() function 234 static bool classof(const DiagnosticInfo *DI) { in classof() function 257 static bool classof(const DiagnosticInfo *DI) { in classof() function 282 static bool classof(const DiagnosticInfo *DI) { in classof() function 313 static bool classof(const DiagnosticInfo *DI) { in classof() function 407 static bool classof(const DiagnosticInfo *DI) { in classof() function 434 static bool classof(const DiagnosticInfo *DI) { in classof() function 472 static bool classof(const DiagnosticInfo *DI) { in classof() function 490 static bool classof(const DiagnosticInfo *DI) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 119 static bool classof(const Node *N); 130 static bool classof(const Node *N); 138 static bool classof(const Node *N); 149 static bool classof(const Node *N); 158 static bool classof(const Node *N); 176 static bool classof(const Node *N); 188 static bool classof(const Node *N); 201 static bool classof(const Node *N); 212 static bool classof(const Node *N); 220 static bool classof(const Node *N); [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GenericMachineInstrs.h | 40 static bool classof(const MachineInstr *MI) { in classof() function 77 static bool classof(const MachineInstr *MI) { in classof() function 78 return GenericMachineInstr::classof(MI) && MI->hasOneMemOperand(); in classof() 89 static bool classof(const MachineInstr *MI) { in classof() function 119 static bool classof(const MachineInstr *MI) { in classof() function 127 static bool classof(const MachineInstr *MI) { in classof() function 136 static bool classof(const MachineInstr *MI) { in classof() function 151 static bool classof(const MachineInstr *MI) { in classof() function 159 static bool classof(const MachineInstr *MI) { in classof() function 179 static bool classof(const MachineInstr *MI) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Operator.h | 25 static bool classof(const Instruction *) { return true; } in classof() function 26 static bool classof(const ConstantExpr *) { return true; } in classof() function 27 static bool classof(const Value *From) { in classof() function 28 return llvm::Operator::classof(From->Val); in classof() 46 static bool classof(const Instruction *From) { in classof() function 47 return llvm::OverflowingBinaryOperator::classof( in classof() 50 static bool classof(const ConstantExpr *From) { in classof() function 51 return llvm::OverflowingBinaryOperator::classof( in classof() 54 static bool classof(const Value *From) { in classof() function 55 return llvm::OverflowingBinaryOperator::classof(From->Val); in classof() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Action.h | 244 static bool classof(const Action *A) { in classof() function 261 static bool classof(const Action *A) { in classof() function 397 static bool classof(const Action *A) { return A->getKind() == OffloadClass; } in classof() function 408 static bool classof(const Action *A) { in classof() function 420 static bool classof(const Action *A) { in classof() function 434 static bool classof(const Action *A) { in classof() function 445 static bool classof(const Action *A) { in classof() function 458 static bool classof(const Action *A) { in classof() function 469 static bool classof(const Action *A) { in classof() function 480 static bool classof(const Action *A) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 328 static bool classof(const Node *N) { in classof() function 342 static bool classof(const Node *N) { in classof() function 356 static bool classof(const Node *N) { in classof() function 389 static bool classof(const Node *N) { in classof() function 405 static bool classof(const Node *N) { in classof() function 418 static bool classof(const Node *N) { in classof() function 432 static bool classof(const Node *N) { in classof() function 446 static bool classof(const Node *N) { in classof() function 459 static bool classof(const Node *N) { in classof() function 472 static bool classof(const Node *N) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 20 bool OpenACCClauseWithParams::classof(const OpenACCClause *C) { in classof() function in OpenACCClauseWithParams 21 return OpenACCDeviceTypeClause::classof(C) || in classof() 22 OpenACCClauseWithCondition::classof(C) || in classof() 23 OpenACCBindClause::classof(C) || OpenACCClauseWithExprs::classof(C) || in classof() 24 OpenACCSelfClause::classof(C); in classof() 26 bool OpenACCClauseWithExprs::classof(const OpenACCClause *C) { in classof() function in OpenACCClauseWithExprs 27 return OpenACCWaitClause::classof(C) || OpenACCNumGangsClause::classof(C) || in classof() 28 OpenACCTileClause::classof(C) || in classof() 29 OpenACCClauseWithSingleIntExpr::classof(C) || in classof() 30 OpenACCGangClause::classof(C) || OpenACCClauseWithVarList::classof(C); in classof() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 76 static bool classof(const SymExpr *SE) { return classof(SE->getKind()); } in classof() function 77 static constexpr bool classof(Kind K) { return K == ClassKind; } in classof() function 132 static bool classof(const SymExpr *SE) { return classof(SE->getKind()); } in classof() function 133 static constexpr bool classof(Kind K) { return K == ClassKind; } in classof() function 176 static bool classof(const SymExpr *SE) { return classof(SE->getKind()); } in classof() function 177 static constexpr bool classof(Kind K) { return K == ClassKind; } in classof() function 213 static bool classof(const SymExpr *SE) { return classof(SE->getKind()); } in classof() function 214 static constexpr bool classof(Kind K) { return K == ClassKind; } in classof() function 282 static bool classof(const SymExpr *SE) { return classof(SE->getKind()); } in classof() function 283 static constexpr bool classof(Kind K) { return K == ClassKind; } in classof() function [all …]
|
| H A D | MemRegion.h | 241 assert(classof(this)); in MemSpaceRegion() 251 static bool classof(const MemRegion *R) { in classof() function 268 static bool classof(const MemRegion *R) { in classof() function 278 assert(classof(this)); in GlobalsSpaceRegion() 282 static bool classof(const MemRegion *R) { in classof() function 311 static bool classof(const MemRegion *R) { in classof() function 328 assert(classof(this)); in NonStaticGlobalSpaceRegion() 332 static bool classof(const MemRegion *R) { in classof() function 350 static bool classof(const MemRegion *R) { in classof() function 369 static bool classof(const MemRegion *R) { in classof() function [all …]
|
| H A D | SVals.h | 199 static bool classof(SVal V) { return V.getKind() == UndefinedValKind; } in classof() function 209 static bool classof(SVal V) { return !V.isUndef(); } in classof() function 220 static bool classof(SVal V) { return V.getKind() == UnknownValKind; } in classof() function 231 static bool classof(SVal V) { return !V.isUnknownOrUndef(); } in classof() function 250 static bool classof(SVal V) { in classof() function 267 static bool classof(SVal V) { in classof() function 296 static bool classof(SVal V) { return V.getKind() == SymbolValKind; } in classof() function 309 static bool classof(SVal V) { return V.getKind() == ConcreteIntKind; } in classof() function 332 static bool classof(SVal V) { return V.getKind() == LocAsIntegerKind; } in classof() function 356 static bool classof(SVal V) { return V.getKind() == CompoundValKind; } in classof() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DXILResource.h | 62 static bool classof(const TargetExtType *T) { in classof() function 65 static bool classof(const Type *T) { in classof() function 66 return isa<TargetExtType>(T) && classof(cast<TargetExtType>(T)); in classof() 84 static bool classof(const TargetExtType *T) { in classof() function 87 static bool classof(const Type *T) { in classof() function 88 return isa<TargetExtType>(T) && classof(cast<TargetExtType>(T)); in classof() 109 static bool classof(const TargetExtType *T) { in classof() function 112 static bool classof(const Type *T) { in classof() function 113 return isa<TargetExtType>(T) && classof(cast<TargetExtType>(T)); in classof() 134 static bool classof(const TargetExtType *T) { in classof() function [all …]
|
| H A D | ScalarEvolutionExpressions.h | 76 static bool classof(const SCEV *S) { return S->getSCEVType() == scConstant; } in classof() function 93 static bool classof(const SCEV *S) { return S->getSCEVType() == scVScale; } in classof() function 123 static bool classof(const SCEV *S) { in classof() function 138 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } in classof() function 149 static bool classof(const SCEV *S) { in classof() function 164 static bool classof(const SCEV *S) { return S->getSCEVType() == scTruncate; } in classof() function 176 static bool classof(const SCEV *S) { in classof() function 190 static bool classof(const SCEV *S) { in classof() function 238 static bool classof(const SCEV *S) { in classof() function 256 static bool classof(const SCEV *S) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.h | 234 static bool classof(const Matcher *N) { return N->getKind() == Scope; } in classof() function 258 static bool classof(const Matcher *N) { return N->getKind() == RecordNode; } in classof() function 289 static bool classof(const Matcher *N) { return N->getKind() == RecordChild; } in classof() function 303 static bool classof(const Matcher *N) { return N->getKind() == RecordMemRef; } in classof() function 316 static bool classof(const Matcher *N) { in classof() function 335 static bool classof(const Matcher *N) { return N->getKind() == MoveChild; } in classof() function 355 static bool classof(const Matcher *N) { return N->getKind() == MoveSibling; } in classof() function 370 static bool classof(const Matcher *N) { return N->getKind() == MoveParent; } in classof() function 389 static bool classof(const Matcher *N) { return N->getKind() == CheckSame; } in classof() function 412 static bool classof(const Matcher *N) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ConstructionContext.h | 322 assert(classof(this)); in VariableConstructionContext() 335 static bool classof(const ConstructionContext *CC) { in classof() function 353 static bool classof(const ConstructionContext *CC) { in classof() function 382 static bool classof(const ConstructionContext *CC) { in classof() function 395 assert(classof(this)); in ConstructorInitializerConstructionContext() 406 static bool classof(const ConstructionContext *CC) { in classof() function 424 static bool classof(const ConstructionContext *CC) { in classof() function 456 static bool classof(const ConstructionContext *CC) { in classof() function 477 static bool classof(const ConstructionContext *CC) { in classof() function 517 static bool classof(const ConstructionContext *CC) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 45 static bool classof(const OpenACCClause *) { return true; } in classof() function 68 static bool classof(const OpenACCClause *C) { in classof() function 90 static bool classof(const OpenACCClause *C) { in classof() function 112 static bool classof(const OpenACCClause *C) { in classof() function 134 static bool classof(const OpenACCClause *C) { in classof() function 155 static bool classof(const OpenACCClause *C) { in classof() function 176 static bool classof(const OpenACCClause *C) { in classof() function 201 static bool classof(const OpenACCClause *C); 228 static bool classof(const OpenACCClause *C) { in classof() function 300 static bool classof(const OpenACCClause *C) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 200 static bool classof(const Section *S) { in classof() function 222 static bool classof(const Section *S) { in classof() function 240 static bool classof(const Section *S) { in classof() function 253 static bool classof(const Section *S) { in classof() function 268 static bool classof(const Section *S) { in classof() function 281 static bool classof(const Section *S) { in classof() function 292 static bool classof(const Section *S) { in classof() function 302 static bool classof(const Section *S) { in classof() function 312 static bool classof(const Section *S) { in classof() function 322 static bool classof(const Section *S) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 299 static bool classof(const APIRecord *Record) { return true; } in classof() function 301 static bool classof(const RecordContext *Ctx) { return true; } in classof() function 308 static bool classof(const APIRecord *Record) { in classof() function 316 static bool classof(const RecordContext *Context) { return true; } in classof() function 393 static bool classof(const APIRecord *Record) { in classof() function 426 static bool classof(const APIRecord *Record) { in classof() function 452 static bool classof(const APIRecord *Record) { in classof() function 472 static bool classof(const APIRecord *Record) { in classof() function 503 static bool classof(const APIRecord *Record) { in classof() function 531 static bool classof(const APIRecord *Record) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Value.h | 101 static bool classof(const Value *Val) { in classof() function 122 static bool classof(const Value *Val) { in classof() function 139 static bool classof(const Value *Val) { in classof() function 154 static bool classof(const Value *Val) { in classof() function 164 static bool classof(const Value *Val) { in classof() function 175 static bool classof(const Value *Val) { in classof() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.h | 926 static bool classof(const PredicateMatcher *P) { in classof() function 961 static bool classof(const PredicateMatcher *P) { in classof() function 999 static bool classof(const PredicateMatcher *P) { in classof() function 1026 static bool classof(const PredicateMatcher *P) { in classof() function 1051 static bool classof(const PredicateMatcher *P) { in classof() function 1081 static bool classof(const PredicateMatcher *P) { in classof() function 1102 static bool classof(const PredicateMatcher *P) { in classof() function 1116 static bool classof(const PredicateMatcher *P) { in classof() function 1129 static bool classof(const PredicateMatcher *P) { in classof() function 1152 static bool classof(const PredicateMatcher *P) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | FDRRecords.h | 98 static bool classof(const Record *R) { in classof() function 129 static bool classof(const Record *R) { in classof() function 154 static bool classof(const Record *R) { in classof() function 180 static bool classof(const Record *R) { in classof() function 202 static bool classof(const Record *R) { in classof() function 231 static bool classof(const Record *R) { in classof() function 258 static bool classof(const Record *R) { in classof() function 287 static bool classof(const Record *R) { in classof() function 309 static bool classof(const Record *R) { in classof() function 332 static bool classof(const Record *R) { in classof() function [all …]
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Symbols.h | 168 static bool classof(const Symbol *s) { return s->kind() <= LastDefinedKind; } in classof() function 190 static bool classof(const Symbol *s) { in classof() function 217 static bool classof(const Symbol *s) { in classof() function 237 static bool classof(const Symbol *s) { in classof() function 262 static bool classof(const Symbol *s) { in classof() function 282 static bool classof(const Symbol *s) { in classof() function 306 static bool classof(const Symbol *s) { return s->kind() == LazyArchiveKind; } in classof() function 317 static bool classof(const Symbol *s) { return s->kind() == LazyObjectKind; } in classof() function 326 static bool classof(const Symbol *s) { in classof() function 339 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof() function [all …]
|