/external/swiftshader/third_party/LLVM/include/llvm/ |
D | IntrinsicInst.h | 48 static inline bool classof(const IntrinsicInst *) { return true; } in classof() function 49 static inline bool classof(const CallInst *I) { in classof() function 54 static inline bool classof(const Value *V) { in classof() function 55 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof() 65 static inline bool classof(const DbgInfoIntrinsic *) { return true; } in classof() function 66 static inline bool classof(const IntrinsicInst *I) { in classof() function 74 static inline bool classof(const Value *V) { in classof() function 75 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 89 static inline bool classof(const DbgDeclareInst *) { return true; } in classof() function 90 static inline bool classof(const IntrinsicInst *I) { in classof() function [all …]
|
D | Operator.h | 59 static inline bool classof(const Operator *) { return true; } in classof() function 60 static inline bool classof(const Instruction *) { return true; } in classof() function 61 static inline bool classof(const ConstantExpr *) { return true; } in classof() function 62 static inline bool classof(const Value *V) { in classof() function 105 static inline bool classof(const OverflowingBinaryOperator *) { return true; } in classof() function 106 static inline bool classof(const Instruction *I) { in classof() function 112 static inline bool classof(const ConstantExpr *CE) { in classof() function 118 static inline bool classof(const Value *V) { in classof() function 119 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) || in classof() 120 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V))); in classof() [all …]
|
D | Instructions.h | 113 static inline bool classof(const AllocaInst *) { return true; } in classof() function 114 static inline bool classof(const Instruction *I) { in classof() function 117 static inline bool classof(const Value *V) { in classof() function 118 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 233 static inline bool classof(const LoadInst *) { return true; } in classof() function 234 static inline bool classof(const Instruction *I) { in classof() function 237 static inline bool classof(const Value *V) { in classof() function 238 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 355 static inline bool classof(const StoreInst *) { return true; } in classof() function 356 static inline bool classof(const Instruction *I) { in classof() function [all …]
|
D | DerivedTypes.h | 87 static inline bool classof(const IntegerType *) { return true; } in classof() function 88 static inline bool classof(const Type *T) { in classof() function 136 static inline bool classof(const FunctionType *) { return true; } in classof() function 137 static inline bool classof(const Type *T) { in classof() function 159 static inline bool classof(const CompositeType *) { return true; } in classof() function 160 static inline bool classof(const Type *T) { in classof() function 291 static inline bool classof(const StructType *) { return true; } in classof() function 292 static inline bool classof(const Type *T) { in classof() function 321 static inline bool classof(const SequentialType *) { return true; } in classof() function 322 static inline bool classof(const Type *T) { in classof() function [all …]
|
D | InstrTypes.h | 76 static inline bool classof(const TerminatorInst *) { return true; } in classof() function 77 static inline bool classof(const Instruction *I) { in classof() function 80 static inline bool classof(const Value *V) { in classof() function 81 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 116 static inline bool classof(const UnaryInstruction *) { return true; } in classof() function 117 static inline bool classof(const Instruction *I) { in classof() function 124 static inline bool classof(const Value *V) { in classof() function 125 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 364 static inline bool classof(const BinaryOperator *) { return true; } 365 static inline bool classof(const Instruction *I) { [all …]
|
D | Constants.h | 220 static inline bool classof(const ConstantInt *) { return true; } in classof() function 221 static bool classof(const Value *V) { in classof() function 289 static inline bool classof(const ConstantFP *) { return true; } in classof() function 290 static bool classof(const Value *V) { in classof() function 317 static bool classof(const ConstantAggregateZero *) { return true; } 318 static bool classof(const Value *V) { 382 static inline bool classof(const ConstantArray *) { return true; } 383 static bool classof(const Value *V) { 442 static inline bool classof(const ConstantStruct *) { return true; } 443 static bool classof(const Value *V) { [all …]
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 48 static inline bool classof(const CallInst *I) { in classof() function 53 static inline bool classof(const Value *V) { in classof() function 54 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof() 67 static inline bool classof(const IntrinsicInst *I) { in classof() function 75 static inline bool classof(const Value *V) { in classof() function 76 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 99 static inline bool classof(const IntrinsicInst *I) { in classof() function 102 static inline bool classof(const Value *V) { in classof() function 103 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 132 static inline bool classof(const IntrinsicInst *I) { in classof() function [all …]
|
D | Operator.h | 64 static inline bool classof(const Instruction *) { return true; } in classof() function 65 static inline bool classof(const ConstantExpr *) { return true; } in classof() function 66 static inline bool classof(const Value *V) { in classof() function 106 static inline bool classof(const Instruction *I) { in classof() function 112 static inline bool classof(const ConstantExpr *CE) { in classof() function 118 static inline bool classof(const Value *V) { in classof() function 119 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) || in classof() 120 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V))); in classof() 151 static inline bool classof(const ConstantExpr *CE) { in classof() function 154 static inline bool classof(const Instruction *I) { in classof() function [all …]
|
D | Instructions.h | 142 static inline bool classof(const Instruction *I) { in classof() function 145 static inline bool classof(const Value *V) { in classof() function 146 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 284 static inline bool classof(const Instruction *I) { in classof() function 287 static inline bool classof(const Value *V) { in classof() function 288 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 410 static inline bool classof(const Instruction *I) { in classof() function 413 static inline bool classof(const Value *V) { in classof() function 414 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof() 486 static inline bool classof(const Instruction *I) { [all …]
|
D | DiagnosticInfo.h | 157 static bool classof(const DiagnosticInfo *DI) { in classof() function 201 static bool classof(const DiagnosticInfo *DI) { in classof() function 219 static bool classof(const DiagnosticInfo *DI) { in classof() function 247 static bool classof(const DiagnosticInfo *DI) { in classof() function 269 static bool classof(const DiagnosticInfo *DI) { in classof() function 294 static bool classof(const DiagnosticInfo *DI) { in classof() function 324 static bool classof(const DiagnosticInfo *DI) { in classof() function 403 static bool classof(const DiagnosticInfo *DI) { in classof() function 434 static bool classof(const DiagnosticInfo *DI) { in classof() function 460 static bool classof(const DiagnosticInfo *DI) { in classof() function [all …]
|
D | Statepoint.h | 311 static inline bool classof(const IntrinsicInst *I) { in classof() function 315 static inline bool classof(const Value *V) { in classof() function 316 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 354 static inline bool classof(const IntrinsicInst *I) { in classof() function 357 static inline bool classof(const Value *V) { in classof() function 358 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 388 static inline bool classof(const IntrinsicInst *I) { in classof() function 391 static inline bool classof(const Value *V) { in classof() function 392 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 48 static inline bool classof(const SCEVConstant *S) { return true; } in classof() function 49 static inline bool classof(const SCEV *S) { in classof() function 70 static inline bool classof(const SCEVCastExpr *S) { return true; } in classof() function 71 static inline bool classof(const SCEV *S) { in classof() function 90 static inline bool classof(const SCEVTruncateExpr *S) { return true; } in classof() function 91 static inline bool classof(const SCEV *S) { in classof() function 108 static inline bool classof(const SCEVZeroExtendExpr *S) { return true; } in classof() function 109 static inline bool classof(const SCEV *S) { in classof() function 126 static inline bool classof(const SCEVSignExtendExpr *S) { return true; } in classof() function 127 static inline bool classof(const SCEV *S) { in classof() function [all …]
|
/external/clang/include/clang/Driver/ |
D | Action.h | 138 static bool classof(const Action *A) { in classof() function 154 static bool classof(const Action *A) { in classof() function 177 static bool classof(const Action *A) { in classof() function 191 static bool classof(const Action *A) { return A->getKind() == CudaHostClass; } in classof() function 201 static bool classof(const Action *A) { in classof() function 212 static bool classof(const Action *A) { in classof() function 222 static bool classof(const Action *A) { in classof() function 232 static bool classof(const Action *A) { in classof() function 242 static bool classof(const Action *A) { in classof() function 252 static bool classof(const Action *A) { in classof() function [all …]
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 211 static inline bool classof(const Matcher *N) { in classof() function 236 static inline bool classof(const Matcher *N) { in classof() function 268 static inline bool classof(const Matcher *N) { in classof() function 284 static inline bool classof(const Matcher *N) { in classof() function 300 static inline bool classof(const Matcher *N) { in classof() function 318 static inline bool classof(const Matcher *N) { in classof() function 335 static inline bool classof(const Matcher *N) { in classof() function 355 static inline bool classof(const Matcher *N) { in classof() function 379 static inline bool classof(const Matcher *N) { in classof() function 402 static inline bool classof(const Matcher *N) { in classof() function [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DIE.h | 228 static bool classof(const DIEValue *) { return true; } in classof() function 270 static bool classof(const DIEInteger *) { return true; } in classof() function 271 static bool classof(const DIEValue *I) { return I->getType() == isInteger; } in classof() function 297 static bool classof(const DIEString *) { return true; } in classof() function 298 static bool classof(const DIEValue *S) { return S->getType() == isString; } in classof() function 326 static bool classof(const DIELabel *) { return true; } in classof() function 327 static bool classof(const DIEValue *L) { return L->getType() == isLabel; } in classof() function 353 static bool classof(const DIEDelta *) { return true; } in classof() function 354 static bool classof(const DIEValue *D) { return D->getType() == isDelta; } in classof() function 383 static bool classof(const DIEEntry *) { return true; } in classof() function [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 661 static bool classof(const SDNode *) { return true; } 960 static bool classof(const MemSDNode *) { return true; } 961 static bool classof(const SDNode *N) { 1050 static bool classof(const AtomicSDNode *) { return true; } 1051 static bool classof(const SDNode *N) { 1082 static bool classof(const MemIntrinsicSDNode *) { return true; } 1083 static bool classof(const SDNode *N) { 1139 static bool classof(const ShuffleVectorSDNode *) { return true; } 1140 static bool classof(const SDNode *N) { 1163 static bool classof(const ConstantSDNode *) { return true; } [all …]
|
D | PseudoSourceValue.h | 53 static inline bool classof(const PseudoSourceValue *) { return true; } in classof() function 54 static inline bool classof(const Value *V) { in classof() function 93 static inline bool classof(const FixedStackPseudoSourceValue *) { in classof() function 96 static inline bool classof(const Value *V) { in classof() function
|
/external/llvm/docs/ |
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 …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcher.h | 101 static inline bool classof(const Matcher *) { return true; } in classof() function 220 static inline bool classof(const Matcher *N) { in classof() function 246 static inline bool classof(const Matcher *N) { in classof() function 280 static inline bool classof(const Matcher *N) { in classof() function 299 static inline bool classof(const Matcher *N) { in classof() function 318 static inline bool classof(const Matcher *N) { in classof() function 339 static inline bool classof(const Matcher *N) { in classof() function 359 static inline bool classof(const Matcher *N) { in classof() function 382 static inline bool classof(const Matcher *N) { in classof() function 407 static inline bool classof(const Matcher *N) { in classof() function [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCFragment.h | 139 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; } 152 static bool classof(const MCFragment *F) { 213 static bool classof(const MCFragment *F) { 229 static bool classof(const MCFragment *F) { 245 static bool classof(const MCFragment *F) { 272 static bool classof(const MCFragment *F) { 320 static bool classof(const MCFragment *F) { 340 static bool classof(const MCFragment *F) { 366 static bool classof(const MCFragment *F) { 399 static bool classof(const MCFragment *F) { [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 184 assert(classof(this)); in MemSpaceRegion() 194 static bool classof(const MemRegion *R) { in classof() function 211 static bool classof(const MemRegion *R) { in classof() function 222 static bool classof(const MemRegion *R) { in classof() function 248 static bool classof(const MemRegion *R) { in classof() function 266 static bool classof(const MemRegion *R) { in classof() function 285 static bool classof(const MemRegion *R) { in classof() function 305 static bool classof(const MemRegion *R) { in classof() function 323 static bool classof(const MemRegion *R) { in classof() function 338 static bool classof(const MemRegion *R) { in classof() function [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAssembler.h | 103 static bool classof(const MCFragment *O) { return true; } in classof() function 151 static bool classof(const MCFragment *F) { in classof() function 154 static bool classof(const MCDataFragment *) { return true; } in classof() function 211 static bool classof(const MCFragment *F) { in classof() function 214 static bool classof(const MCInstFragment *) { return true; } in classof() function 259 static bool classof(const MCFragment *F) { in classof() function 262 static bool classof(const MCAlignFragment *) { return true; } in classof() function 296 static bool classof(const MCFragment *F) { in classof() function 299 static bool classof(const MCFillFragment *) { return true; } in classof() function 323 static bool classof(const MCFragment *F) { in classof() function [all …]
|
D | MCExpr.h | 104 static bool classof(const MCExpr *) { return true; } in classof() function 133 static bool classof(const MCExpr *E) { in classof() function 136 static bool classof(const MCConstantExpr *) { return true; } in classof() function 221 static bool classof(const MCExpr *E) { in classof() function 224 static bool classof(const MCSymbolRefExpr *) { return true; } in classof() function 275 static bool classof(const MCExpr *E) { in classof() function 278 static bool classof(const MCUnaryExpr *) { return true; } in classof() function 410 static bool classof(const MCExpr *E) { in classof() function 413 static bool classof(const MCBinaryExpr *) { return true; } in classof() function 434 static bool classof(const MCExpr *E) { in classof() function [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 106 static bool classof(const ARMConstantPoolValue *) { return true; } in classof() function 158 static bool classof(const ARMConstantPoolValue *APV) { in classof() function 161 static bool classof(const ARMConstantPoolConstant *) { return true; } in classof() function 192 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() function 195 static bool classof(const ARMConstantPoolSymbol *) { return true; } in classof() function 225 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() function 228 static bool classof(const ARMConstantPoolMBB *) { return true; } in classof() function
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 203 static bool classof(const Stmt *S) { in classof() function 285 static bool classof(const Stmt *T) { in classof() function 763 static bool classof(const Stmt *T) { in classof() function 840 static bool classof(const Stmt *T) { in classof() function 917 static bool classof(const Stmt *T) { in classof() function 982 static bool classof(const Stmt *T) { in classof() function 1053 static bool classof(const Stmt *T) { in classof() function 1113 static bool classof(const Stmt *T) { in classof() function 1170 static bool classof(const Stmt *T) { in classof() function 1217 static bool classof(const Stmt *T) { in classof() function [all …]
|