Home
last modified time | relevance | path

Searched refs:classof (Results 1 – 25 of 206) sorted by relevance

123456789

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h56 static bool classof(const CallInst *I) { in classof() function
61 static bool classof(const Value *V) { in classof() function
81 static bool classof(const Value *V) { in classof() function
132 static bool classof(const Value *V) { in classof() function
148 static bool classof(const Value *V) { in classof() function
164 static bool classof(const Value *V) { in classof() function
181 static bool classof(const Value *V) { in classof() function
203 static bool classof(const Value *V) { in classof() function
264 static bool classof(const Value *V) { in classof() function
422 static bool classof(const Value *V) { in classof() function
[all …]
H A DOperator.h59 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
367 static bool classof(const Value *V) { in classof() function
394 static bool classof(const Instruction *I) { in classof() function
397 static bool classof(const ConstantExpr *CE) { in classof() function
[all …]
H A DInstructions.h150 static bool classof(const Value *V) { in classof() function
299 static bool classof(const Value *V) { in classof() function
427 static bool classof(const Value *V) { in classof() function
504 static bool classof(const Value *V) {
660 static bool classof(const Value *V) {
812 static bool classof(const Value *V) {
1077 static bool classof(const Value *V) {
1319 static bool classof(const Value *V) {
1427 static bool classof(const Value *V) {
1694 static bool classof(const Value *V) {
[all …]
H A DDiagnosticInfo.h168 static bool classof(const DiagnosticInfo *DI) { in classof() function
208 static bool classof(const DiagnosticInfo *DI) { in classof() function
225 static bool classof(const DiagnosticInfo *DI) { in classof() function
253 static bool classof(const DiagnosticInfo *DI) { in classof() function
275 static bool classof(const DiagnosticInfo *DI) { in classof() function
299 static bool classof(const DiagnosticInfo *DI) { in classof() function
329 static bool classof(const DiagnosticInfo *DI) { in classof() function
475 static bool classof(const DiagnosticInfo *DI) { in classof() function
659 static bool classof(const DiagnosticInfo *DI) {
691 static bool classof(const DiagnosticInfo *DI) {
[all …]
H A DStatepoint.h332 static bool classof(const IntrinsicInst *I) { in classof() function
337 static bool classof(const Value *V) { in classof() function
338 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
376 static bool classof(const IntrinsicInst *I) { in classof() function
380 static bool classof(const Value *V) { in classof() function
381 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
411 static bool classof(const IntrinsicInst *I) { in classof() function
415 static bool classof(const Value *V) { in classof() function
416 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
H A DDerivedTypes.h92 static bool classof(const Type *T) { in classof() function
142 static bool classof(const Type *T) { in classof() function
174 static bool classof(const Type *T) { in classof() function
320 static bool classof(const Type *T) { in classof() function
363 static bool classof(const Type *T) { in classof() function
383 static bool classof(const Type *T) { in classof() function
457 static bool classof(const Type *T) { in classof() function
498 static bool classof(const Type *T) { in classof() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h64 static bool classof(const Value *V) { in classof() function
76 static bool classof(const Value *V) { in classof() function
181 static bool classof(const Value *V) { in classof() function
193 static bool classof(const Value *V) { in classof() function
209 static bool classof(const Value *V) { in classof() function
227 static bool classof(const Value *V) { in classof() function
239 static bool classof(const Value *V) { in classof() function
260 static bool classof(const Value *V) { in classof() function
285 static bool classof(const Value *V) { in classof() function
297 static bool classof(const Value *V) { in classof() function
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h223 static bool classof(const Action *A) { in classof() function
240 static bool classof(const Action *A) { in classof() function
382 static bool classof(const Action *A) { in classof() function
394 static bool classof(const Action *A) { in classof() function
408 static bool classof(const Action *A) { in classof() function
423 static bool classof(const Action *A) { in classof() function
440 static bool classof(const Action *A) { in classof() function
451 static bool classof(const Action *A) { in classof() function
462 static bool classof(const Action *A) { in classof() function
473 static bool classof(const Action *A) { in classof() function
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h211 static bool classof(const Matcher *N) { in classof() function
236 static bool classof(const Matcher *N) { in classof() function
268 static bool classof(const Matcher *N) { in classof() function
284 static bool classof(const Matcher *N) { in classof() function
300 static bool classof(const Matcher *N) { in classof() function
318 static bool classof(const Matcher *N) { in classof() function
335 static bool classof(const Matcher *N) { in classof() function
355 static bool classof(const Matcher *N) { in classof() function
379 static bool classof(const Matcher *N) { in classof() function
402 static bool classof(const Matcher *N) { in classof() function
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h204 assert(classof(this)); in MemSpaceRegion()
215 static bool classof(const MemRegion *R) { in classof() function
232 static bool classof(const MemRegion *R) { in classof() function
242 assert(classof(this)); in GlobalsSpaceRegion()
291 assert(classof(this)); in NonStaticGlobalSpaceRegion()
390 assert(classof(this)); in StackSpaceRegion()
443 assert(classof(this)); in SubRegion()
511 assert(classof(this)); in TypedRegion()
535 assert(classof(this)); in TypedValueRegion()
568 assert(classof(this)); in CodeTextRegion()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DConstructionContext.h307 assert(classof(this)); in VariableConstructionContext()
314 static bool classof(const ConstructionContext *CC) { in classof() function
332 static bool classof(const ConstructionContext *CC) { in classof() function
361 static bool classof(const ConstructionContext *CC) { in classof() function
374 assert(classof(this)); in ConstructorInitializerConstructionContext()
381 static bool classof(const ConstructionContext *CC) { in classof() function
399 static bool classof(const ConstructionContext *CC) { in classof() function
431 static bool classof(const ConstructionContext *CC) { in classof() function
452 static bool classof(const ConstructionContext *CC) { in classof() function
492 static bool classof(const ConstructionContext *CC) { in classof() function
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCFragment.h144 static bool classof(const MCFragment *F) { in classof() function
233 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
285 static bool classof(const MCFragment *F) { in classof() function
331 static bool classof(const MCFragment *F) { in classof() function
423 static bool classof(const MCFragment *F) { in classof() function
450 static bool classof(const MCFragment *F) { in classof() function
481 static bool classof(const MCFragment *F) { in classof() function
513 static bool classof(const MCFragment *F) { in classof() function
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h178 static bool classof(const Section *S) { in classof() function
189 static bool classof(const Section *S) { in classof() function
204 static bool classof(const Section *S) { in classof() function
215 static bool classof(const Section *S) { in classof() function
230 static bool classof(const Section *S) { in classof() function
240 static bool classof(const Section *S) { in classof() function
250 static bool classof(const Section *S) { in classof() function
260 static bool classof(const Section *S) { in classof() function
270 static bool classof(const Section *S) { in classof() function
280 static bool classof(const Section *S) { in classof() function
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DSymbols.h119 static bool classof(const Symbol *S) { return S->kind() <= LastDefinedKind; } in classof() function
141 static bool classof(const Symbol *S) { in classof() function
167 static bool classof(const Symbol *S) { in classof() function
188 static bool classof(const Symbol *S) { in classof() function
213 static bool classof(const Symbol *S) { in classof() function
236 static bool classof(const Symbol *S) { in classof() function
259 static bool classof(const Symbol *S) { return S->kind() == LazyKind; } in classof() function
275 static bool classof(const Symbol *S) { return S->kind() == UndefinedKind; } in classof() function
301 static bool classof(const Symbol *S) { in classof() function
325 static bool classof(const Symbol *S) { in classof() function
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/XRay/
H A DFDRRecords.h98 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-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h246 static bool classof(const Stmt *S) { in classof() function
330 static bool classof(const Stmt *T) { in classof() function
1001 static bool classof(const Stmt *T) { in classof() function
1090 static bool classof(const Stmt *T) { in classof() function
1167 static bool classof(const Stmt *T) { in classof() function
1232 static bool classof(const Stmt *T) { in classof() function
1303 static bool classof(const Stmt *T) { in classof() function
1363 static bool classof(const Stmt *T) { in classof() function
1420 static bool classof(const Stmt *T) { in classof() function
1467 static bool classof(const Stmt *T) { in classof() function
[all …]
H A DComment.h248 static bool classof(const Comment *C) { in classof() function
275 static bool classof(const Comment *C) { in classof() function
333 static bool classof(const Comment *C) { in classof() function
391 static bool classof(const Comment *C) { in classof() function
465 static bool classof(const Comment *C) { in classof() function
520 static bool classof(const Comment *C) { in classof() function
540 static bool classof(const Comment *C) { in classof() function
569 static bool classof(const Comment *C) { in classof() function
638 static bool classof(const Comment *C) { in classof() function
734 static bool classof(const Comment *C) { in classof() function
[all …]
H A DExprCXX.h143 static bool classof(const Stmt *T) { in classof() function
213 static bool classof(const Stmt *T) { in classof() function
259 static bool classof(const Stmt *T) { in classof() function
309 static bool classof(const Stmt *T) { in classof() function
352 static bool classof(const Stmt *T) { in classof() function
391 static bool classof(const Stmt *T) { in classof() function
432 static bool classof(const Stmt *T) { in classof() function
467 static bool classof(const Stmt *T) { in classof() function
556 static bool classof(const Stmt *S) { in classof() function
583 static bool classof(const Stmt *T) { in classof() function
[all …]
H A DOpenMPClause.h318 static bool classof(const OMPClause *T) { in classof() function
369 static bool classof(const OMPClause *T) { in classof() function
430 static bool classof(const OMPClause *T) { in classof() function
485 static bool classof(const OMPClause *T) { in classof() function
539 static bool classof(const OMPClause *T) { in classof() function
594 static bool classof(const OMPClause *T) { in classof() function
662 static bool classof(const OMPClause *T) { in classof() function
732 static bool classof(const OMPClause *T) { in classof() function
763 static bool classof(const OMPClause *T) { in classof() function
794 static bool classof(const OMPClause *T) { in classof() function
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h63 static bool classof(const SCEV *S) { in classof() function
82 static bool classof(const SCEV *S) { in classof() function
99 static bool classof(const SCEV *S) { in classof() function
114 static bool classof(const SCEV *S) { in classof() function
129 static bool classof(const SCEV *S) { in classof() function
185 static bool classof(const SCEV *S) { in classof() function
203 static bool classof(const SCEV *S) { in classof() function
233 static bool classof(const SCEV *S) { in classof() function
248 static bool classof(const SCEV *S) { in classof() function
277 static bool classof(const SCEV *S) { in classof() function
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DJSON.h61 static bool classof(const JSONValue *V) { in classof() function
121 static bool classof(const JSONValue *V) { in classof() function
146 static bool classof(const JSONValue *V) { in classof() function
164 static bool classof(const JSONValue *V) { in classof() function
182 static bool classof(const JSONValue *V) { in classof() function
200 static bool classof(const JSONValue *V) { in classof() function
227 static bool classof(const JSONValue *V) { in classof() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; } in classof() function
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; } in classof() function
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; } in classof() function
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } in classof() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1238 static bool classof(const SDNode *N) {
1339 static bool classof(const SDNode *N) {
1396 static bool classof(const SDNode *N) {
1429 static bool classof(const SDNode *N) {
1497 static bool classof(const SDNode *N) {
1529 static bool classof(const SDNode *N) {
1580 static bool classof(const SDNode *N) {
1649 static bool classof(const SDNode *N) {
1670 static bool classof(const SDNode *N) {
1691 static bool classof(const SDNode *N) {
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h107 static bool classof(const RecTy *RT) { in classof() function
125 static bool classof(const RecTy *RT) { in classof() function
147 static bool classof(const RecTy *RT) { in classof() function
165 static bool classof(const RecTy *RT) { in classof() function
183 static bool classof(const RecTy *RT) { in classof() function
204 static bool classof(const RecTy *RT) { in classof() function
436 static bool classof(const Init *I) { in classof() function
464 static bool classof(const Init *I) { in classof() function
492 static bool classof(const Init *I) { in classof() function
527 static bool classof(const Init *I) { in classof() function
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h119 static bool classof(const PredicateBase *PB) { in classof() function
139 static bool classof(const PredicateBase *PB) { in classof() function
152 static bool classof(const PredicateBase *PB) { in classof() function
172 static bool classof(const PredicateBase *PB) { in classof() function
188 static bool classof(const PredicateBase *PB) { in classof() function

123456789