Home
last modified time | relevance | path

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

12345

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h49 static inline bool classof(const CallInst *I) { in classof() function
54 static inline bool classof(const Value *V) { in classof() function
65 static inline bool classof(const IntrinsicInst *I) { in classof() function
73 static inline bool classof(const Value *V) { in classof() function
95 static inline bool classof(const IntrinsicInst *I) { in classof() function
98 static inline bool classof(const Value *V) { in classof() function
123 static inline bool classof(const IntrinsicInst *I) { in classof() function
126 static inline bool classof(const Value *V) { in classof() function
194 static inline bool classof(const IntrinsicInst *I) { in classof() function
203 static inline bool classof(const Value *V) { in classof() function
[all …]
H A DOperator.h65 static inline bool classof(const Instruction *) { return true; } in classof() function
66 static inline bool classof(const ConstantExpr *) { return true; } in classof() function
67 static inline bool classof(const Value *V) { in classof() function
107 static inline bool classof(const Instruction *I) { in classof() function
113 static inline bool classof(const ConstantExpr *CE) { in classof() function
119 static inline bool classof(const Value *V) { in classof() function
152 static inline bool classof(const ConstantExpr *CE) { in classof() function
155 static inline bool classof(const Instruction *I) { in classof() function
158 static inline bool classof(const Value *V) { in classof() function
308 static inline bool classof(const Instruction *I) { in classof() function
[all …]
H A DDerivedTypes.h88 static inline bool classof(const Type *T) { in classof() function
139 static inline bool classof(const Type *T) { in classof() function
161 static inline bool classof(const Type *T) { in classof() function
296 static inline bool classof(const Type *T) { in classof() function
325 static inline bool classof(const Type *T) { in classof() function
354 static inline bool classof(const Type *T) { in classof() function
440 static inline bool classof(const Type *T) { in classof() function
471 static inline bool classof(const Type *T) { in classof() function
H A DInstrTypes.h72 static inline bool classof(const Instruction *I) { in classof() function
75 static inline bool classof(const Value *V) { in classof() function
111 static inline bool classof(const Instruction *I) { in classof() function
118 static inline bool classof(const Value *V) { in classof() function
H A DDiagnosticInfo.h147 static bool classof(const DiagnosticInfo *DI) { in classof() function
174 static bool classof(const DiagnosticInfo *DI) { in classof() function
202 static bool classof(const DiagnosticInfo *DI) { in classof() function
227 static bool classof(const DiagnosticInfo *DI) { in classof() function
267 static bool classof(const DiagnosticInfo *DI) { in classof() function
327 static bool classof(const DiagnosticInfo *DI) { in classof() function
353 static bool classof(const DiagnosticInfo *DI) { in classof() function
380 static bool classof(const DiagnosticInfo *DI) { in classof() function
435 static bool classof(const DiagnosticInfo *DI) { in classof() function
H A DInstructions.h146 static inline bool classof(const Instruction *I) { in classof() function
149 static inline bool classof(const Value *V) { in classof() function
266 static inline bool classof(const Instruction *I) { in classof() function
269 static inline bool classof(const Value *V) { in classof() function
387 static inline bool classof(const Instruction *I) { in classof() function
390 static inline bool classof(const Value *V) { in classof() function
H A DConstants.h219 static bool classof(const Value *V) { in classof() function
288 static bool classof(const Value *V) { in classof() function
333 static bool classof(const Value *V) { in classof() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DAction.h115 static bool classof(const Action *A) { in classof() function
131 static bool classof(const Action *A) { in classof() function
143 static bool classof(const Action *A) { in classof() function
154 static bool classof(const Action *A) { in classof() function
164 static bool classof(const Action *A) { in classof() function
174 static bool classof(const Action *A) { in classof() function
184 static bool classof(const Action *A) { in classof() function
194 static bool classof(const Action *A) { in classof() function
204 static bool classof(const Action *A) { in classof() function
214 static bool classof(const Action *A) { in classof() function
[all …]
H A DJob.h137 static bool classof(const Job *J) { in classof() function
157 static bool classof(const Job *J) { in classof() function
197 static bool classof(const Job *J) { in classof() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h211 static bool classof(const MemRegion *R) { in classof() function
223 static bool classof(const MemRegion *R) { in classof() function
249 static bool classof(const MemRegion *R) { in classof() function
269 static bool classof(const MemRegion *R) { in classof() function
288 static bool classof(const MemRegion *R) { in classof() function
308 static bool classof(const MemRegion *R) { in classof() function
326 static bool classof(const MemRegion *R) { in classof() function
341 static bool classof(const MemRegion *R) { in classof() function
355 static bool classof(const MemRegion *R) { in classof() function
375 static bool classof(const MemRegion *R) { in classof() function
[all …]
H A DSymbolManager.h117 static inline bool classof(const SymExpr *SE) { in classof() function
147 static inline bool classof(const SymExpr *SE) { in classof() function
193 static inline bool classof(const SymExpr *SE) { in classof() function
227 static inline bool classof(const SymExpr *SE) { in classof() function
258 static inline bool classof(const SymExpr *SE) { in classof() function
303 static inline bool classof(const SymExpr *SE) { in classof() function
339 static inline bool classof(const SymExpr *SE) { in classof() function
361 static inline bool classof(const SymExpr *SE) { in classof() function
397 static inline bool classof(const SymExpr *SE) { in classof() function
432 static inline bool classof(const SymExpr *SE) { in classof() function
[all …]
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h224 static inline bool classof(const Matcher *N) { in classof() function
250 static inline bool classof(const Matcher *N) { in classof() function
284 static inline bool classof(const Matcher *N) { in classof() function
303 static inline bool classof(const Matcher *N) { in classof() function
322 static inline bool classof(const Matcher *N) { in classof() function
343 static inline bool classof(const Matcher *N) { in classof() function
363 static inline bool classof(const Matcher *N) { in classof() function
386 static inline bool classof(const Matcher *N) { in classof() function
413 static inline bool classof(const Matcher *N) { in classof() function
439 static inline bool classof(const Matcher *N) { in classof() function
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h64 static bool classof(const OMPClause *) { return true; } in classof() function
192 static bool classof(const OMPClause *T) { in classof() function
245 static bool classof(const OMPClause *T) { in classof() function
299 static bool classof(const OMPClause *T) { in classof() function
355 static bool classof(const OMPClause *T) { in classof() function
411 static bool classof(const OMPClause *T) { in classof() function
480 static bool classof(const OMPClause *T) { in classof() function
551 static bool classof(const OMPClause *T) { in classof() function
649 static bool classof(const OMPClause *T) { in classof() function
678 static bool classof(const OMPClause *T) { in classof() function
[all …]
H A DStmtOpenMP.h174 static bool classof(const Stmt *S) { in classof() function
243 static bool classof(const Stmt *T) { in classof() function
586 static bool classof(const Stmt *T) { in classof() function
655 static bool classof(const Stmt *T) { in classof() function
719 static bool classof(const Stmt *T) { in classof() function
784 static bool classof(const Stmt *T) { in classof() function
842 static bool classof(const Stmt *T) { in classof() function
889 static bool classof(const Stmt *T) { in classof() function
946 static bool classof(const Stmt *T) { in classof() function
993 static bool classof(const Stmt *T) { in classof() function
[all …]
H A DExprCXX.h93 static bool classof(const Stmt *T) { in classof() function
142 static bool classof(const Stmt *T) { in classof() function
169 static bool classof(const Stmt *T) { in classof() function
214 static bool classof(const Stmt *T) { in classof() function
252 static bool classof(const Stmt *T) { in classof() function
286 static bool classof(const Stmt *T) { in classof() function
321 static bool classof(const Stmt *T) { in classof() function
351 static bool classof(const Stmt *T) { in classof() function
417 static bool classof(const Stmt *S) { in classof() function
448 static bool classof(const Stmt *T) { in classof() function
[all …]
H A DComment.h252 static bool classof(const Comment *C) { in classof() function
279 static bool classof(const Comment *C) { in classof() function
337 static bool classof(const Comment *C) { in classof() function
396 static bool classof(const Comment *C) { in classof() function
470 static bool classof(const Comment *C) { in classof() function
525 static bool classof(const Comment *C) { in classof() function
545 static bool classof(const Comment *C) { in classof() function
574 static bool classof(const Comment *C) { in classof() function
643 static bool classof(const Comment *C) { in classof() function
739 static bool classof(const Comment *C) { in classof() function
[all …]
H A DStmtObjC.h63 static bool classof(const Stmt *T) { in classof() function
112 static bool classof(const Stmt *T) { in classof() function
143 static bool classof(const Stmt *T) { in classof() function
243 static bool classof(const Stmt *T) { in classof() function
302 static bool classof(const Stmt *T) { in classof() function
335 static bool classof(const Stmt *T) { in classof() function
365 static bool classof(const Stmt *T) { in classof() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h287 static bool classof(const DIEValue *I) { return I->getType() == isInteger; } in classof() function
316 static bool classof(const DIEValue *E) { return E->getType() == isExpr; } in classof() function
345 static bool classof(const DIEValue *L) { return L->getType() == isLabel; } in classof() function
372 static bool classof(const DIEValue *D) { return D->getType() == isDelta; } in classof() function
402 static bool classof(const DIEValue *D) { return D->getType() == isString; } in classof() function
437 static bool classof(const DIEValue *E) { return E->getType() == isEntry; } in classof() function
463 static bool classof(const DIEValue *E) { in classof() function
508 static bool classof(const DIEValue *E) { return E->getType() == isLoc; } in classof() function
548 static bool classof(const DIEValue *E) { return E->getType() == isBlock; } in classof() function
578 static bool classof(const DIEValue *E) { return E->getType() == isLocList; } in classof() function
/minix3/external/bsd/llvm/dist/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
H A DThreadSafetyTIL.h347 static bool classof(const SExpr *E) { return E->opcode() == COP_Variable; } in classof() function
416 static bool classof(const SExpr *E) { return E->opcode() == COP_Future; } in classof() function
474 static bool classof(const SExpr *E) { return E->opcode() == COP_Undefined; } in classof() function
497 static bool classof(const SExpr *E) { return E->opcode() == COP_Wildcard; } in classof() function
518 static bool classof(const SExpr *E) { return E->opcode() == COP_Literal; } in classof() function
629 static bool classof(const SExpr *E) { return E->opcode() == COP_LiteralPtr; } in classof() function
657 static bool classof(const SExpr *E) { return E->opcode() == COP_Function; } in classof() function
708 static bool classof(const SExpr *E) { return E->opcode() == COP_SFunction; } in classof() function
758 static bool classof(const SExpr *E) { return E->opcode() == COP_Code; } in classof() function
794 static bool classof(const SExpr *E) { return E->opcode() == COP_Field; } in classof() function
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h50 static inline bool classof(const SCEV *S) { in classof() function
71 static inline bool classof(const SCEV *S) { in classof() function
90 static inline bool classof(const SCEV *S) { in classof() function
107 static inline bool classof(const SCEV *S) { in classof() function
124 static inline bool classof(const SCEV *S) { in classof() function
169 static inline bool classof(const SCEV *S) { in classof() function
190 static inline bool classof(const SCEV *S) { in classof() function
224 static inline bool classof(const SCEV *S) { in classof() function
242 static inline bool classof(const SCEV *S) { in classof() function
273 static inline bool classof(const SCEV *S) { in classof() function
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h182 static inline bool classof(const Node *N) { return N->getType() == NK_Null; } in classof() function
214 static inline bool classof(const Node *N) { in classof() function
260 static inline bool classof(const Node *N) { in classof() function
369 static inline bool classof(const Node *N) { in classof() function
427 static inline bool classof(const Node *N) { in classof() function
453 static inline bool classof(const Node *N) { return N->getType() == NK_Alias; } in classof() function
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.h129 static bool classof(const DeclInfo *D) { in classof() function
154 static bool classof(const DeclInfo *D) { in classof() function
168 static bool classof(const DeclInfo *D) { in classof() function
183 static bool classof(const DeclInfo *D) { in classof() function
196 static bool classof(const DeclInfo *D) { in classof() function
207 static bool classof(const DeclInfo *D) { in classof() function
235 static bool classof(const AttrInfo *A) { in classof() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h482 static bool classof(const MacroDirective *) { return true; } in classof() function
514 static bool classof(const MacroDirective *MD) { in classof() function
517 static bool classof(const DefMacroDirective *) { return true; } in classof() function
530 static bool classof(const MacroDirective *MD) { in classof() function
533 static bool classof(const UndefMacroDirective *) { return true; } in classof() function
548 static bool classof(const MacroDirective *MD) { in classof() function
551 static bool classof(const VisibilityMacroDirective *) { return true; } in classof() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h177 static bool classof(const ARMConstantPoolValue *APV) { in classof() function
212 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() function
248 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() function

12345