/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 110 static bool classof(const CallInst *I) { in classof() function 115 static bool classof(const Value *V) { in classof() function 138 static bool classof(const IntrinsicInst *I) { in classof() function 141 static bool classof(const Value *V) { in classof() function 286 static bool classof(const IntrinsicInst *I) { in classof() function 296 static bool classof(const Value *V) { in classof() function 318 static bool classof(const IntrinsicInst *I) { in classof() function 321 static bool classof(const Value *V) { in classof() function 338 static bool classof(const IntrinsicInst *I) { in classof() function 341 static bool classof(const Value *V) { in classof() function [all …]
|
H A D | Operator.h | 56 static bool classof(const Instruction *) { return true; } in classof() function 57 static bool classof(const ConstantExpr *) { return true; } in classof() function 58 static bool classof(const Value *V) { in classof() function 100 static bool classof(const Instruction *I) { in classof() function 106 static bool classof(const ConstantExpr *CE) { in classof() function 112 static bool classof(const Value *V) { in classof() function 147 static bool classof(const ConstantExpr *CE) { in classof() function 150 static bool classof(const Instruction *I) { in classof() function 153 static bool classof(const Value *V) { in classof() function 376 static bool classof(const Value *V) { in classof() function [all …]
|
H A D | Constants.h | 67 static bool classof(const Value *V) { in classof() function 247 static bool classof(const Value *V) { in classof() function 326 static bool classof(const Value *V) { in classof() function 367 static bool classof(const Value *V) { in classof() function 392 static bool classof(const Value *V) { in classof() function
|
H A D | DiagnosticInfo.h | 172 static bool classof(const DiagnosticInfo *DI) { in classof() function 212 static bool classof(const DiagnosticInfo *DI) { in classof() function 229 static bool classof(const DiagnosticInfo *DI) { in classof() function 257 static bool classof(const DiagnosticInfo *DI) { in classof() function 279 static bool classof(const DiagnosticInfo *DI) { in classof() function 303 static bool classof(const DiagnosticInfo *DI) { in classof() function 333 static bool classof(const DiagnosticInfo *DI) { in classof() function 484 static bool classof(const DiagnosticInfo *DI) { in classof() function 673 static bool classof(const DiagnosticInfo *DI) { in classof() function 705 static bool classof(const DiagnosticInfo *DI) { in classof() function [all …]
|
H A D | Instructions.h | 152 static bool classof(const Instruction *I) { in classof() function 155 static bool classof(const Value *V) { in classof() function 277 static bool classof(const Instruction *I) { in classof() function 280 static bool classof(const Value *V) { in classof() function 412 static bool classof(const Instruction *I) { in classof() function 415 static bool classof(const Value *V) { in classof() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInstr.h | 61 static bool classof(const IntrinsicInst *I) { in classof() function 64 static bool classof(const Value *V) { in classof() function 73 static bool classof(const IntrinsicInst *I) { in classof() function 76 static bool classof(const Value *V) { in classof() function 100 static bool classof(const IntrinsicInst *I) { in classof() function 107 static bool classof(const Value *V) { in classof() function 194 static bool classof(const IntrinsicInst *I) { in classof() function 197 static bool classof(const Value *V) { in classof() function 240 static bool classof(const IntrinsicInst *I) { in classof() function 245 static bool classof(const Value *V) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantsContext.h | 60 static bool classof(const ConstantExpr *CE) { in classof() function 64 static bool classof(const Value *V) { in classof() function 89 static bool classof(const ConstantExpr *CE) { in classof() function 92 static bool classof(const Value *V) { in classof() function 116 static bool classof(const ConstantExpr *CE) { in classof() function 119 static bool classof(const Value *V) { in classof() function 144 static bool classof(const ConstantExpr *CE) { in classof() function 147 static bool classof(const Value *V) { in classof() function 173 static bool classof(const ConstantExpr *CE) { in classof() function 176 static bool classof(const Value *V) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Action.h | 229 static bool classof(const Action *A) { in classof() function 246 static bool classof(const Action *A) { in classof() function 377 static bool classof(const Action *A) { return A->getKind() == OffloadClass; } in classof() function 388 static bool classof(const Action *A) { in classof() function 400 static bool classof(const Action *A) { in classof() function 414 static bool classof(const Action *A) { in classof() function 429 static bool classof(const Action *A) { in classof() function 446 static bool classof(const Action *A) { in classof() function 457 static bool classof(const Action *A) { in classof() function 468 static bool classof(const Action *A) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 214 static bool classof(const MemRegion *R) { in classof() function 231 static bool classof(const MemRegion *R) { in classof() function 245 static bool classof(const MemRegion *R) { in classof() function 273 static bool classof(const MemRegion *R) { in classof() function 294 static bool classof(const MemRegion *R) { in classof() function 312 static bool classof(const MemRegion *R) { in classof() function 331 static bool classof(const MemRegion *R) { in classof() function 348 static bool classof(const MemRegion *R) { in classof() function 362 static bool classof(const MemRegion *R) { in classof() function 376 static bool classof(const MemRegion *R) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.h | 222 static bool classof(const Matcher *N) { in classof() function 247 static bool classof(const Matcher *N) { in classof() function 279 static bool classof(const Matcher *N) { in classof() function 295 static bool classof(const Matcher *N) { in classof() function 311 static bool classof(const Matcher *N) { in classof() function 329 static bool classof(const Matcher *N) { in classof() function 346 static bool classof(const Matcher *N) { in classof() function 366 static bool classof(const Matcher *N) { in classof() function 390 static bool classof(const Matcher *N) { in classof() function 413 static bool classof(const Matcher *N) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 119 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; } in classof() function 141 static bool classof(const MCFragment *F) { in classof() function 232 static bool classof(const MCFragment *F) { in classof() function 247 static bool classof(const MCFragment *F) { in classof() function 263 static bool classof(const MCFragment *F) { in classof() function 290 static bool classof(const MCFragment *F) { in classof() function 331 static bool classof(const MCFragment *F) { in classof() function 358 static bool classof(const MCFragment *F) { in classof() function 383 static bool classof(const MCFragment *F) { in classof() function 410 static bool classof(const MCFragment *F) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 97 static bool classof(const Record *R) { in classof() function 128 static bool classof(const Record *R) { in classof() function 153 static bool classof(const Record *R) { in classof() function 179 static bool classof(const Record *R) { in classof() function 201 static bool classof(const Record *R) { in classof() function 230 static bool classof(const Record *R) { in classof() function 257 static bool classof(const Record *R) { in classof() function 286 static bool classof(const Record *R) { in classof() function 308 static bool classof(const Record *R) { in classof() function 331 static bool classof(const Record *R) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 62 static bool classof(const SCEV *S) { in classof() function 99 static bool classof(const SCEV *S) { in classof() function 115 static bool classof(const SCEV *S) { in classof() function 128 static bool classof(const SCEV *S) { in classof() function 145 static bool classof(const SCEV *S) { in classof() function 160 static bool classof(const SCEV *S) { in classof() function 175 static bool classof(const SCEV *S) { in classof() function 232 static bool classof(const SCEV *S) { in classof() function 249 static bool classof(const SCEV *S) { in classof() function 282 static bool classof(const SCEV *S) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | ConstructionContext.h | 316 static bool classof(const ConstructionContext *CC) { in classof() function 334 static bool classof(const ConstructionContext *CC) { in classof() function 363 static bool classof(const ConstructionContext *CC) { in classof() function 383 static bool classof(const ConstructionContext *CC) { in classof() function 401 static bool classof(const ConstructionContext *CC) { in classof() function 433 static bool classof(const ConstructionContext *CC) { in classof() function 454 static bool classof(const ConstructionContext *CC) { in classof() function 494 static bool classof(const ConstructionContext *CC) { in classof() function 513 static bool classof(const ConstructionContext *CC) { in classof() function 554 static bool classof(const ConstructionContext *CC) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 180 static bool classof(const Stmt *S) { in classof() function 552 static bool classof(const Stmt *S) { in classof() function 670 static bool classof(const Stmt *T) { in classof() function 917 static bool classof(const Stmt *T) { in classof() function 1427 static bool classof(const Stmt *T) { in classof() function 1518 static bool classof(const Stmt *T) { in classof() function 1608 static bool classof(const Stmt *T) { in classof() function 1671 static bool classof(const Stmt *T) { in classof() function 1751 static bool classof(const Stmt *T) { in classof() function 1811 static bool classof(const Stmt *T) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 194 static bool classof(const Section *S) { in classof() function 205 static bool classof(const Section *S) { in classof() function 220 static bool classof(const Section *S) { in classof() function 233 static bool classof(const Section *S) { in classof() function 248 static bool classof(const Section *S) { in classof() function 261 static bool classof(const Section *S) { in classof() function 272 static bool classof(const Section *S) { in classof() function 282 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 [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 715 static inline bool classof(const VPDef *D) { in classof() function 720 static inline bool classof(const VPUser *U) { in classof() function 734 inline bool VPUser::classof(const VPDef *Def) { in classof() function 792 static inline bool classof(const VPValue *V) { in classof() function 802 static inline bool classof(const VPDef *R) { in classof() function 864 static inline bool classof(const VPDef *D) { in classof() function 867 static inline bool classof(const VPValue *V) { in classof() function 893 static inline bool classof(const VPDef *D) { in classof() function 924 static inline bool classof(const VPDef *D) { in classof() function 964 static inline bool classof(const VPDef *D) { in classof() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyLogical.h | 51 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; } in classof() function 72 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; } in classof() function 79 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; } in classof() function 91 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } in classof() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 98 static bool classof(const PredicateBase *PB) { in classof() function 120 static bool classof(const PredicateBase *PB) { in classof() function 133 static bool classof(const PredicateBase *PB) { in classof() function 153 static bool classof(const PredicateBase *PB) { in classof() function 169 static bool classof(const PredicateBase *PB) { in classof() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSymbolRVASubsection.h | 32 static bool classof(const DebugSubsectionRef *S) { in classof() function 49 static bool classof(const DebugSubsection *S) { in classof() function
|
H A D | DebugSymbolsSubsection.h | 23 static bool classof(const DebugSubsectionRef *S) { in classof() function 39 static bool classof(const DebugSubsection *S) { in classof() function
|
H A D | DebugSubsection.h | 24 static bool classof(const DebugSubsectionRef *S) { return true; } in classof() function 37 static bool classof(const DebugSubsection *S) { return true; } in classof() function
|
H A D | DebugCrossExSubsection.h | 32 static bool classof(const DebugSubsectionRef *S) { in classof() function 51 static bool classof(const DebugSubsection *S) { in classof() function
|
H A D | DebugStringTableSubsection.h | 35 static bool classof(const DebugSubsectionRef *S) { in classof() function 60 static bool classof(const DebugSubsection *S) { in classof() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineOptimizationRemarkEmitter.h | 44 static bool classof(const DiagnosticInfo *DI) { in classof() function 69 static bool classof(const DiagnosticInfo *DI) { in classof() function 95 static bool classof(const DiagnosticInfo *DI) { in classof() function 121 static bool classof(const DiagnosticInfo *DI) { in classof() function
|