| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 117 static bool classof(const CallInst *I) { in classof() function 122 static bool classof(const Value *V) { in classof() function 143 static bool classof(const IntrinsicInst *I) { in classof() function 146 static bool classof(const Value *V) { in classof() function 171 static bool classof(const IntrinsicInst *I) { in classof() function 174 static bool classof(const Value *V) { in classof() function 326 static bool classof(const IntrinsicInst *I) { in classof() function 337 static bool classof(const Value *V) { in classof() function 359 static bool classof(const IntrinsicInst *I) { in classof() function 362 static bool classof(const Value *V) { in classof() function [all …]
|
| H A D | Operator.h | 57 static bool classof(const Instruction *) { return true; } in classof() function 58 static bool classof(const ConstantExpr *) { return true; } in classof() function 59 static bool classof(const Value *V) { in classof() function 109 static bool classof(const Instruction *I) { in classof() function 115 static bool classof(const ConstantExpr *CE) { in classof() function 121 static bool classof(const Value *V) { in classof() function 156 static bool classof(const ConstantExpr *CE) { in classof() function 159 static bool classof(const Instruction *I) { in classof() function 162 static bool classof(const Value *V) { in classof() function 297 static bool classof(const Value *V) { in classof() function [all …]
|
| H A D | DiagnosticInfo.h | 179 static bool classof(const DiagnosticInfo *DI) { in classof() function 207 static bool classof(const DiagnosticInfo *DI) { in classof() function 229 static bool classof(const DiagnosticInfo *DI) { in classof() function 253 static bool classof(const DiagnosticInfo *DI) { in classof() function 283 static bool classof(const DiagnosticInfo *DI) { in classof() function 388 static bool classof(const DiagnosticInfo *DI) { in classof() function 406 static bool classof(const DiagnosticInfo *DI) { in classof() function 489 static bool classof(const DiagnosticInfo *DI) { in classof() function 678 static bool classof(const DiagnosticInfo *DI) { in classof() function 710 static bool classof(const DiagnosticInfo *DI) { in classof() function [all …]
|
| H A D | Constants.h | 68 static bool classof(const Value *V) { in classof() function 248 static bool classof(const Value *V) { in classof() function 328 static bool classof(const Value *V) { in classof() function 369 static bool classof(const Value *V) { in classof() function 394 static bool classof(const Value *V) { in classof() function
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GenericMachineInstrs.h | 34 static bool classof(const MachineInstr *MI) { in classof() function 65 static bool classof(const MachineInstr *MI) { in classof() function 84 static bool classof(const MachineInstr *MI) { in classof() function 99 static bool classof(const MachineInstr *MI) { in classof() function 107 static bool classof(const MachineInstr *MI) { in classof() function 116 static bool classof(const MachineInstr *MI) { in classof() function 124 static bool classof(const MachineInstr *MI) { in classof() function 135 static bool classof(const MachineInstr *MI) { in classof() function 148 static bool classof(const MachineInstr *MI) { in classof() function 163 static bool classof(const MachineInstr *MI) { in classof() function [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SVals.h | 217 static bool classof(SVal V) { return V.getBaseKind() == UndefinedValKind; } in classof() function 227 static bool classof(SVal V) { return !V.isUndef(); } in classof() function 239 static bool classof(SVal V) { return V.getBaseKind() == UnknownValKind; } in classof() function 250 static bool classof(SVal V) { return !V.isUnknownOrUndef(); } in classof() function 262 static bool classof(SVal V) { return !V.isUnknown(); } in classof() function 278 static bool classof(SVal V) { return V.getBaseKind() == NonLocKind; } in classof() function 294 static bool classof(SVal V) { return V.getBaseKind() == LocKind; } in classof() function 321 static bool classof(SVal V) { in classof() function 325 static bool classof(NonLoc V) { return V.getSubKind() == SymbolValKind; } in classof() function 337 static bool classof(SVal V) { in classof() function [all …]
|
| H A D | MemRegion.h | 219 static bool classof(const MemRegion *R) { in classof() function 236 static bool classof(const MemRegion *R) { in classof() function 250 static bool classof(const MemRegion *R) { in classof() function 279 static bool classof(const MemRegion *R) { in classof() function 300 static bool classof(const MemRegion *R) { in classof() function 318 static bool classof(const MemRegion *R) { in classof() function 337 static bool classof(const MemRegion *R) { in classof() function 354 static bool classof(const MemRegion *R) { in classof() function 368 static bool classof(const MemRegion *R) { in classof() function 382 static bool classof(const MemRegion *R) { in classof() function [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 58 static bool classof(const ConstantExpr *CE) { in classof() function 61 static bool classof(const Value *V) { in classof() function 85 static bool classof(const ConstantExpr *CE) { in classof() function 88 static bool classof(const Value *V) { in classof() function 111 static bool classof(const ConstantExpr *CE) { in classof() function 114 static bool classof(const Value *V) { in classof() function 138 static bool classof(const ConstantExpr *CE) { in classof() function 141 static bool classof(const Value *V) { in classof() function 166 static bool classof(const ConstantExpr *CE) { in classof() function 169 static bool classof(const Value *V) { in classof() function [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Action.h | 242 static bool classof(const Action *A) { in classof() function 259 static bool classof(const Action *A) { in classof() function 395 static bool classof(const Action *A) { return A->getKind() == OffloadClass; } in classof() function 406 static bool classof(const Action *A) { in classof() function 418 static bool classof(const Action *A) { in classof() function 432 static bool classof(const Action *A) { in classof() function 443 static bool classof(const Action *A) { in classof() function 456 static bool classof(const Action *A) { in classof() function 467 static bool classof(const Action *A) { in classof() function 478 static bool classof(const Action *A) { in classof() function [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Value.h | 97 static bool classof(const Value *Val) { in classof() function 114 static bool classof(const Value *Val) { in classof() function 124 static bool classof(const Value *Val) { in classof() function 139 static bool classof(const Value *Val) { in classof() function 161 static bool classof(const Value *Val) { in classof() function 182 static bool classof(const Value *Val) { in classof() function 202 static bool classof(const Value *Val) { in classof() function 226 static bool classof(const Value *Val) { in classof() function 246 static bool classof(const Value *Val) { in classof() function 258 static bool classof(const Value *Val) { in classof() function [all …]
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Symbols.h | 161 static bool classof(const Symbol *s) { return s->kind() <= LastDefinedKind; } in classof() function 183 static bool classof(const Symbol *s) { in classof() function 210 static bool classof(const Symbol *s) { in classof() function 230 static bool classof(const Symbol *s) { in classof() function 255 static bool classof(const Symbol *s) { in classof() function 275 static bool classof(const Symbol *s) { in classof() function 298 static bool classof(const Symbol *s) { return s->kind() == LazyArchiveKind; } in classof() function 309 static bool classof(const Symbol *s) { return s->kind() == LazyObjectKind; } in classof() function 318 static bool classof(const Symbol *s) { in classof() function 331 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof() function [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 166 static bool classof(const APIRecord *Record) { in classof() function 185 static bool classof(const APIRecord *Record) { in classof() function 203 static bool classof(const APIRecord *Record) { in classof() function 223 static bool classof(const APIRecord *Record) { in classof() function 241 static bool classof(const APIRecord *Record) { in classof() function 261 static bool classof(const APIRecord *Record) { in classof() function 316 static bool classof(const APIRecord *Record) { in classof() function 338 static bool classof(const APIRecord *Record) { in classof() function 362 static bool classof(const APIRecord *Record) { in classof() function 399 static bool classof(const APIRecord *Record) { in classof() function [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 180 static bool classof(const Stmt *S) { in classof() function 558 static bool classof(const Stmt *S) { in classof() function 676 static bool classof(const Stmt *T) { in classof() function 952 static bool classof(const Stmt *T) { in classof() function 994 static bool classof(const Stmt *T) { in classof() function 1519 static bool classof(const Stmt *T) { in classof() function 1619 static bool classof(const Stmt *T) { in classof() function 1709 static bool classof(const Stmt *T) { in classof() function 1772 static bool classof(const Stmt *T) { in classof() function 1852 static bool classof(const Stmt *T) { in classof() function [all …]
|
| H A D | Attr.h | 117 static bool classof(const Attr *A) { in classof() function 130 static bool classof(const Attr *A) { in classof() function 155 static bool classof(const Attr *A) { in classof() function 170 static bool classof(const Attr *A) { in classof() function 186 static bool classof(const Attr *A) { in classof() function 202 static bool classof(const Attr *A) { in classof() function 234 static bool classof(const Attr *A) { in classof() function
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Symbols.h | 191 static bool classof(const Symbol *s) { in classof() function 222 static bool classof(const Symbol *s) { in classof() function 248 static bool classof(const Symbol *s) { in classof() function 266 static bool classof(const Symbol *s) { in classof() function 278 static bool classof(const Symbol *s) { return s->kind() == SectionKind; } in classof() function 287 static bool classof(const Symbol *s) { in classof() function 308 static bool classof(const Symbol *s) { return s->kind() == DefinedDataKind; } in classof() function 330 static bool classof(const Symbol *s) { in classof() function 337 static bool classof(const Symbol *s) { in classof() function 362 static bool classof(const Symbol *s) { in classof() function [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 118 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; } in classof() function 140 static bool classof(const MCFragment *F) { in classof() function 231 static bool classof(const MCFragment *F) { in classof() function 246 static bool classof(const MCFragment *F) { in classof() function 262 static bool classof(const MCFragment *F) { in classof() function 289 static bool classof(const MCFragment *F) { in classof() function 338 static bool classof(const MCFragment *F) { in classof() function 365 static bool classof(const MCFragment *F) { in classof() function 395 static bool classof(const MCFragment *F) { in classof() function 422 static bool classof(const MCFragment *F) { in classof() function [all …]
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 75 static bool classof(const SCEV *S) { return S->getSCEVType() == scConstant; } in classof() function 105 static bool classof(const SCEV *S) { in classof() function 120 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } in classof() function 131 static bool classof(const SCEV *S) { in classof() function 146 static bool classof(const SCEV *S) { return S->getSCEVType() == scTruncate; } in classof() function 158 static bool classof(const SCEV *S) { in classof() function 172 static bool classof(const SCEV *S) { in classof() function 220 static bool classof(const SCEV *S) { in classof() function 238 static bool classof(const SCEV *S) { in classof() function 269 static bool classof(const SCEV *S) { return S->getSCEVType() == scAddExpr; } in classof() function [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | ConstructionContext.h | 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 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 536 static bool classof(const ConstructionContext *CC) { in classof() function 577 static bool classof(const ConstructionContext *CC) { in classof() function [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 70 static bool classof(const Node *node) { return node->GetKind() == BinaryOp; } in classof() function 83 static bool classof(const Node *node) { in classof() function 95 static bool classof(const Node *node) { return node->GetKind() == Integer; } in classof() function 111 static bool classof(const Node *node) { return node->GetKind() == Register; } in classof() function 125 static bool classof(const Node *node) { return node->GetKind() == Symbol; } in classof() function 146 static bool classof(const Node *node) { return node->GetKind() == UnaryOp; } in classof() function
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | JSON.h | 58 static bool classof(const JSONValue *V) { in classof() function 119 static bool classof(const JSONValue *V) { in classof() function 144 static bool classof(const JSONValue *V) { in classof() function 162 static bool classof(const JSONValue *V) { in classof() function 180 static bool classof(const JSONValue *V) { in classof() function 198 static bool classof(const JSONValue *V) { in classof() function 242 static bool classof(const JSONValue *V) { in classof() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 198 static bool classof(const Section *S) { in classof() function 220 static bool classof(const Section *S) { in classof() function 237 static bool classof(const Section *S) { in classof() function 250 static bool classof(const Section *S) { in classof() function 265 static bool classof(const Section *S) { in classof() function 278 static bool classof(const Section *S) { in classof() function 289 static bool classof(const Section *S) { in classof() function 299 static bool classof(const Section *S) { in classof() function 309 static bool classof(const Section *S) { in classof() function 319 static bool classof(const Section *S) { in classof() function [all …]
|
| /openbsd-src/gnu/llvm/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
|