Home
last modified time | relevance | path

Searched defs:classof (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h130 static bool classof(const CallInst *I) { in classof() function
135 static bool classof(const Value *V) { in classof() function
156 static bool classof(const IntrinsicInst *I) { in classof() function
159 static bool classof(const Value *V) { in classof() function
183 static bool classof(const IntrinsicInst *I) { in classof() function
186 static bool classof(const Value *V) { in classof() function
416 static bool classof(const IntrinsicInst *I) { in classof() function
426 static bool classof(const Value *V) { in classof() function
448 static bool classof(const IntrinsicInst *I) { in classof() function
451 static bool classof(const Value *V) { in classof() function
[all …]
H A DOperator.h58 static bool classof(const Instruction *) { return true; } in classof() function
59 static bool classof(const ConstantExpr *) { return true; } in classof() function
60 static bool classof(const Value *V) { in classof() function
126 static bool classof(const Instruction *I) { in classof() function
132 static bool classof(const ConstantExpr *CE) { in classof() function
138 static bool classof(const Value *V) { in classof() function
H A DDiagnosticInfo.h179 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 DConstants.h71 static bool classof(const Value *V) { in classof() function
261 static bool classof(const Value *V) { in classof() function
343 static bool classof(const Value *V) { in classof() function
384 static bool classof(const Value *V) { in classof() function
409 static bool classof(const Value *V) { in classof() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h40 static bool classof(const MachineInstr *MI) { in classof() function
74 static bool classof(const MachineInstr *MI) { in classof() function
86 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
133 static bool classof(const MachineInstr *MI) { in classof() function
148 static bool classof(const MachineInstr *MI) { in classof() function
156 static bool classof(const MachineInstr *MI) { in classof() function
176 static bool classof(const MachineInstr *MI) { in classof() function
192 static bool classof(const MachineInstr *MI) { in classof() function
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h61 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
98 static bool classof(const CallBase *CB) { in classof() function
109 static bool classof(const Value *V) { in classof() function
133 static bool classof(const IntrinsicInst *I) { in classof() function
140 static bool classof(const Value *V) { in classof() function
225 static bool classof(const IntrinsicInst *I) { in classof() function
228 static bool classof(const Value *V) { in classof() function
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h243 static bool classof(const Action *A) { in classof() function
260 static bool classof(const Action *A) { in classof() function
396 static bool classof(const Action *A) { return A->getKind() == OffloadClass; } in classof() function
407 static bool classof(const Action *A) { in classof() function
419 static bool classof(const Action *A) { in classof() function
433 static bool classof(const Action *A) { in classof() function
444 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
479 static bool classof(const Action *A) { in classof() function
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h59 static bool classof(const ConstantExpr *CE) { in classof() function
62 static bool classof(const Value *V) { in classof() function
86 static bool classof(const ConstantExpr *CE) { in classof() function
89 static bool classof(const Value *V) { in classof() function
113 static bool classof(const ConstantExpr *CE) { in classof() function
116 static bool classof(const Value *V) { in classof() function
141 static bool classof(const ConstantExpr *CE) { in classof() function
144 static bool classof(const Value *V) { in classof() function
177 static bool classof(const ConstantExpr *CE) { in classof() function
180 static bool classof(const Value *V) { in classof() function
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h196 static bool classof(SVal V) { return V.getKind() == UndefinedValKind; } in classof() function
206 static bool classof(SVal V) { return !V.isUndef(); } in classof() function
217 static bool classof(SVal V) { return V.getKind() == UnknownValKind; } in classof() function
228 static bool classof(SVal V) { return !V.isUnknownOrUndef(); } in classof() function
247 static bool classof(SVal V) { in classof() function
264 static bool classof(SVal V) { in classof() function
293 static bool classof(SVal V) { return V.getKind() == SymbolValKind; } in classof() function
303 static bool classof(SVal V) { return V.getKind() == ConcreteIntKind; } in classof() function
326 static bool classof(SVal V) { return V.getKind() == LocAsIntegerKind; } in classof() function
346 static bool classof(SVal V) { return V.getKind() == CompoundValKind; } in classof() function
[all …]
H A DMemRegion.h223 static bool classof(const MemRegion *R) { in classof() function
240 static bool classof(const MemRegion *R) { in classof() function
254 static bool classof(const MemRegion *R) { in classof() function
283 static bool classof(const MemRegion *R) { in classof() function
304 static bool classof(const MemRegion *R) { in classof() function
322 static bool classof(const MemRegion *R) { in classof() function
341 static bool classof(const MemRegion *R) { in classof() function
358 static bool classof(const MemRegion *R) { in classof() function
372 static bool classof(const MemRegion *R) { in classof() function
386 static bool classof(const MemRegion *R) { in classof() function
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h41 static bool classof(const OpenACCClause *) { return false; } in classof() function
64 static bool classof(const OpenACCClause *C) { in classof() function
86 static bool classof(const OpenACCClause *C) { in classof() function
107 static bool classof(const OpenACCClause *C) { in classof() function
133 static bool classof(const OpenACCClause *C) { in classof() function
159 static bool classof(const OpenACCClause *C) { in classof() function
185 static bool classof(const OpenACCClause *C) { in classof() function
260 static bool classof(const OpenACCClause *C) { in classof() function
299 static bool classof(const OpenACCClause *C) { in classof() function
355 static bool classof(const OpenACCClause *C) { in classof() function
[all …]
H A DStmtOpenMP.h180 static bool classof(const Stmt *S) { in classof() function
571 static bool classof(const Stmt *S) { in classof() function
691 static bool classof(const Stmt *T) { in classof() function
967 static bool classof(const Stmt *T) { in classof() function
1009 static bool classof(const Stmt *T) { in classof() function
1535 static bool classof(const Stmt *T) { in classof() function
1636 static bool classof(const Stmt *T) { in classof() function
1727 static bool classof(const Stmt *T) { in classof() function
1790 static bool classof(const Stmt *T) { in classof() function
1870 static bool classof(const Stmt *T) { in classof() function
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h306 static bool classof(const APIRecord *Record) { return true; } in classof() function
308 static bool classof(const RecordContext *Ctx) { return true; } in classof() function
315 static bool classof(const APIRecord *Record) { in classof() function
323 static bool classof(const RecordContext *Context) { return true; } in classof() function
398 static bool classof(const APIRecord *Record) { in classof() function
431 static bool classof(const APIRecord *Record) { in classof() function
457 static bool classof(const APIRecord *Record) { in classof() function
477 static bool classof(const APIRecord *Record) { in classof() function
508 static bool classof(const APIRecord *Record) { in classof() function
536 static bool classof(const APIRecord *Record) { in classof() function
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h234 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/FlowSensitive/
H A DValue.h101 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 DGlobalISelMatchTable.h912 static bool classof(const PredicateMatcher *P) { in classof() function
947 static bool classof(const PredicateMatcher *P) { in classof() function
985 static bool classof(const PredicateMatcher *P) { in classof() function
1012 static bool classof(const PredicateMatcher *P) { in classof() function
1037 static bool classof(const PredicateMatcher *P) { in classof() function
1067 static bool classof(const PredicateMatcher *P) { in classof() function
1088 static bool classof(const PredicateMatcher *P) { in classof() function
1102 static bool classof(const PredicateMatcher *P) { in classof() function
1115 static bool classof(const PredicateMatcher *P) { in classof() function
1138 static bool classof(const PredicateMatcher *P) { in classof() function
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h70 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
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h97 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 …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbols.h161 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
299 static bool classof(const Symbol *s) { return s->kind() == LazyArchiveKind; } in classof() function
310 static bool classof(const Symbol *s) { return s->kind() == LazyObjectKind; } in classof() function
319 static bool classof(const Symbol *s) { in classof() function
332 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof() function
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h112 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; } in classof() function
133 static bool classof(const MCFragment *F) { in classof() function
221 static bool classof(const MCFragment *F) { in classof() function
235 static bool classof(const MCFragment *F) { in classof() function
253 static bool classof(const MCFragment *F) { in classof() function
280 static bool classof(const MCFragment *F) { in classof() function
329 static bool classof(const MCFragment *F) { in classof() function
356 static bool classof(const MCFragment *F) { in classof() function
386 static bool classof(const MCFragment *F) { in classof() function
411 static bool classof(const MCFragment *F) { in classof() function
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h335 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h76 static bool classof(const SCEV *S) { return S->getSCEVType() == scConstant; } classof() function
93 static bool classof(const SCEV *S) { return S->getSCEVType() == scVScale; } classof() function
123 static bool classof(const SCEV *S) { classof() function
138 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } classof() function
149 static bool classof(const SCEV *S) { classof() function
164 static bool classof(const SCEV *S) { return S->getSCEVType() == scTruncate; } classof() function
176 static bool classof(const SCEV *S) { classof() function
190 static bool classof(const SCEV *S) { classof() function
238 static bool classof(const SCEV *S) { classof() function
256 static bool classof(const SCEV *S) { classof() function
287 static bool classof(const SCEV *S) { return S->getSCEVType() == scAddExpr; } classof() function
301 static bool classof(const SCEV *S) { return S->getSCEVType() == scMulExpr; } classof() function
337 static bool classof(const SCEV *S) { return S->getSCEVType() == scUDivExpr; } classof() function
419 static bool classof(const SCEV *S) { classof() function
446 static bool classof(const SCEV *S) { return isMinMaxType(S->getSCEVType()); } classof() function
473 static bool classof(const SCEV *S) { return S->getSCEVType() == scSMaxExpr; } classof() function
485 static bool classof(const SCEV *S) { return S->getSCEVType() == scUMaxExpr; } classof() function
497 static bool classof(const SCEV *S) { return S->getSCEVType() == scSMinExpr; } classof() function
509 static bool classof(const SCEV *S) { return S->getSCEVType() == scUMinExpr; } classof() function
554 static bool classof(const SCEV *S) { classof() function
569 static bool classof(const SCEV *S) { classof() function
603 static bool classof(const SCEV *S) { return S->getSCEVType() == scUnknown; } classof() function
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h51 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
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBuffer.h68 static bool classof(const DataBuffer *data_buffer) { classof() function
121 static bool classof(const DataBuffer *data_buffer) { classof() function
141 static bool classof(const DataBuffer *data_buffer) { classof() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h199 static bool classof(const Section *S) { in classof() function
221 static bool classof(const Section *S) { in classof() function
238 static bool classof(const Section *S) { in classof() function
251 static bool classof(const Section *S) { in classof() function
266 static bool classof(const Section *S) { in classof() function
279 static bool classof(const Section *S) { in classof() function
290 static bool classof(const Section *S) { in classof() function
300 static bool classof(const Section *S) { in classof() function
310 static bool classof(const Section *S) { in classof() function
320 static bool classof(const Section *S) { in classof() function
[all …]

12345678910>>...12