| /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 65 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 73 static bool classof(const IntrinsicInst *I) { in classof() function 76 static bool classof(const Value *V) { in classof() function 77 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 100 static bool classof(const IntrinsicInst *I) { in classof() function 107 static bool classof(const Value *V) { in classof() function 108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 194 static bool classof(const IntrinsicInst *I) { in classof() function [all …]
|
| /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 116 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof() 138 static bool classof(const IntrinsicInst *I) { in classof() function 141 static bool classof(const Value *V) { in classof() function 142 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 286 static bool classof(const IntrinsicInst *I) { in classof() function 296 static bool classof(const Value *V) { in classof() function 297 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 318 static bool classof(const IntrinsicInst *I) { 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 113 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) || in classof() 114 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V))); in classof() 147 static bool classof(const ConstantExpr *CE) { in classof() function 150 static bool classof(const Instruction *I) { 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 156 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 277 static bool classof(const Instruction *I) { in classof() function 280 static bool classof(const Value *V) { in classof() function 281 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 412 static bool classof(const Instruction *I) { in classof() function 415 static bool classof(const Value *V) { in classof() function 416 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 491 static bool classof(const Instruction *I) { [all …]
|
| 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 | 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 431 static bool classof(const Value *V) { 484 static bool classof(const Value *V) { 525 static bool classof(const Value *V) { 554 static bool classof(const Value *V) { 662 static bool classof(const Value *V) { [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 124 static bool classof(const Node *N); 135 static bool classof(const Node *N); 143 static bool classof(const Node *N); 154 static bool classof(const Node *N); 163 static bool classof(const Node *N); 181 static bool classof(const Node *N); 193 static bool classof(const Node *N); 206 static bool classof(const Node *N); 217 static bool classof(const Node *N); 225 static bool classof(const Node *N); [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 | 204 assert(classof(this)); in MemSpaceRegion() 214 static bool classof(const MemRegion *R) { in classof() function 231 static bool classof(const MemRegion *R) { in classof() function 241 assert(classof(this)); in GlobalsSpaceRegion() 245 static bool classof(const MemRegion *R) { in classof() function 273 static bool classof(const MemRegion *R) { in classof() function 290 assert(classof(this)); in NonStaticGlobalSpaceRegion() 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 [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/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 65 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)); in classof() 89 static bool classof(const ConstantExpr *CE) { in classof() function 92 static bool classof(const Value *V) { in classof() function 93 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)); in classof() 116 static bool classof(const ConstantExpr *CE) { in classof() function 119 static bool classof(const Value *V) { in classof() function 120 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)); in classof() 144 static bool classof(const ConstantExpr *CE) { in classof() function [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | ConstructionContext.h | 309 assert(classof(this)); in VariableConstructionContext() 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 376 assert(classof(this)); in ConstructorInitializerConstructionContext() 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 [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/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 …]
|
| H A D | ELFYAML.h | 237 static bool classof(const Chunk *S) { in classof() function 285 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() function 292 static bool classof(const Chunk *S) { in classof() function 322 static bool classof(const Chunk *S) { in classof() function 336 static bool classof(const Chunk *S) { in classof() function 354 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof() function 362 static bool classof(const Chunk *S) { in classof() function 373 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::NoBits; } in classof() function 385 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Note; } in classof() function 403 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Hash; } in classof() function [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | HowToSetUpLLVMStyleRTTI.rst | 152 is through a small static member function ``classof``. In order to have 180 + static bool classof(const Shape *S) { 191 + static bool classof(const Shape *S) { 196 The job of ``classof`` is to dynamically determine whether an object of 199 ``classof`` in ``Derived`` which will accept an object of type ``Base``. 212 check roughly like ``Circle::classof(S)``. For more information, see 213 :ref:`classof-contract`. 215 The argument to ``classof`` should always be an *ancestor* class because 218 ``Foo`` automatically has a ``classof`` like: 225 static bool classof(const T *, [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/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 …]
|
| H A D | Comment.h | 246 static bool classof(const Comment *C) { in classof() function 273 static bool classof(const Comment *C) { in classof() function 332 static bool classof(const Comment *C) { in classof() function 390 static bool classof(const Comment *C) { in classof() function 464 static bool classof(const Comment *C) { in classof() function 519 static bool classof(const Comment *C) { in classof() function 539 static bool classof(const Comment *C) { in classof() function 568 static bool classof(const Comment *C) { in classof() function 637 static bool classof(const Comment *C) { in classof() function 733 static bool classof(const Comment *C) { in classof() function [all …]
|
| H A D | ExprCXX.h | 164 static bool classof(const Stmt *T) { in classof() function 226 static bool classof(const Stmt *T) { in classof() function 263 static bool classof(const Stmt *T) { in classof() function 361 static bool classof(const Stmt *T) { in classof() function 413 static bool classof(const Stmt *T) { in classof() function 467 static bool classof(const Stmt *T) { in classof() function 508 static bool classof(const Stmt *T) { in classof() function 550 static bool classof(const Stmt *T) { in classof() function 587 static bool classof(const Stmt *T) { in classof() function 624 static bool classof(const Stmt *T) { in classof() function [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1240 static bool classof(const SDNode *N) { 1360 static bool classof(const SDNode *N) { 1422 static bool classof(const SDNode *N) { 1457 static bool classof(const SDNode *N) { 1527 static bool classof(const SDNode *N) { 1561 static bool classof(const SDNode *N) { 1616 static bool classof(const SDNode *N) { 1706 static bool classof(const SDNode *N) { 1727 static bool classof(const SDNode *N) { 1759 static bool classof(const SDNode *N) { [all …]
|
| /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/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/tools/llvm-rc/ |
| H A D | ResourceScriptStmt.h | 238 static bool classof(const RCResource *Res) { return true; } in classof() function 365 static bool classof(const RCResource *Res) { in classof() function 389 static bool classof(const RCResource *Res) { in classof() function 411 static bool classof(const RCResource *Res) { in classof() function 431 static bool classof(const RCResource *Res) { in classof() function 456 static bool classof(const RCResource *Res) { in classof() function 513 static bool classof(const MenuDefinition *D) { in classof() function 533 static bool classof(const MenuDefinition *D) { in classof() function 556 static bool classof(const MenuDefinition *D) { in classof() function 576 static bool classof(const RCResource *Res) { in classof() function [all …]
|