Searched defs:classof (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DArgument.h84 static inline bool classof(const Argument *) { return true; } function in class:llvm::Argument
85 static inline bool classof(const Value *V) { function in class:llvm::Argument
H A DConstant.h111 static inline bool classof(const Constant *) { return true; } function in class:llvm::Constant
112 static inline bool classof(const GlobalValue *) { return true; } function in class:llvm::Constant
113 static inline bool classof(const Value *V) { function in class:llvm::Constant
H A DGlobalAlias.h79 static inline bool classof(const GlobalAlias *) { return true; } function in class:llvm::GlobalAlias
80 static inline bool classof(const Value *V) { function in class:llvm::GlobalAlias
H A DGlobalVariable.h177 static inline bool classof(const GlobalVariable *) { return true; } function in class:llvm::GlobalVariable
178 static inline bool classof(const Value *V) { function in class:llvm::GlobalVariable
H A DMetadata.h62 static inline bool classof(const MDString *) { return true; } function in class:llvm::MDString
63 static bool classof(const Value *V) { function in class:llvm::MDString
164 static inline bool classof(const MDNode *) { return true; } function in class:llvm::MDNode
165 static bool classof(const Value *V) { function in class:llvm::MDNode
H A DBasicBlock.h216 static inline bool classof(const BasicBlock *) { return true; } function in class:llvm::BasicBlock
217 static inline bool classof(const Value *V) { function in class:llvm::BasicBlock
H A DDerivedTypes.h88 static inline bool classof(const IntegerType *) { return true; } function in class:llvm::IntegerType
89 static inline bool classof(const Type *T) { function in class:llvm::IntegerType
137 static inline bool classof(const FunctionType *) { return true; } function in class:llvm::FunctionType
138 static inline bool classof(const Type *T) { function in class:llvm::FunctionType
160 static inline bool classof(const CompositeType *) { return true; } function in class:llvm::CompositeType
161 static inline bool classof(const Type *T) { function in class:llvm::CompositeType
326 static inline bool classof(const SequentialType *) { return true; } function in class:llvm::SequentialType
327 static inline bool classof(cons function in class:llvm::SequentialType
356 static inline bool classof(const ArrayType *) { return true; } function in class:llvm::ArrayType
357 static inline bool classof(const Type *T) { function in class:llvm::ArrayType
423 static inline bool classof(const VectorType *) { return true; } function in class:llvm::VectorType
424 static inline bool classof(const Type *T) { function in class:llvm::VectorType
455 static inline bool classof(const PointerType *) { return true; } function in class:llvm::PointerType
456 static inline bool classof(const Type *T) { function in class:llvm::PointerType
[all...]
H A DIntrinsicInst.h48 static inline bool classof(const IntrinsicInst *) { return true; } function in class:llvm::IntrinsicInst
49 static inline bool classof(const CallInst *I) { function in class:llvm::IntrinsicInst
54 static inline bool classof(const Value *V) { function in class:llvm::IntrinsicInst
65 static inline bool classof(const DbgInfoIntrinsic *) { return true; } function in class:llvm::DbgInfoIntrinsic
66 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::DbgInfoIntrinsic
74 static inline bool classof(const Value *V) { function in class:llvm::DbgInfoIntrinsic
89 static inline bool classof(const DbgDeclareInst *) { return true; } function in class:llvm::DbgDeclareInst
90 static inline bool classof(cons function in class:llvm::DbgDeclareInst
93 static inline bool classof(const Value *V) { function in class:llvm::DbgDeclareInst
111 static inline bool classof(const DbgValueInst *) { return true; } function in class:llvm::DbgValueInst
112 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::DbgValueInst
115 static inline bool classof(const Value *V) { function in class:llvm::DbgValueInst
178 static inline bool classof(const MemIntrinsic *) { return true; } function in class:llvm::MemIntrinsic
179 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemIntrinsic
188 static inline bool classof(const Value *V) { function in class:llvm::MemIntrinsic
208 static inline bool classof(const MemSetInst *) { return true; } function in class:llvm::MemSetInst
209 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemSetInst
212 static inline bool classof(const Value *V) { function in class:llvm::MemSetInst
241 static inline bool classof(const MemTransferInst *) { return true; } function in class:llvm::MemTransferInst
242 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemTransferInst
246 static inline bool classof(const Value *V) { function in class:llvm::MemTransferInst
257 static inline bool classof(const MemCpyInst *) { return true; } function in class:llvm::MemCpyInst
258 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemCpyInst
261 static inline bool classof(const Value *V) { function in class:llvm::MemCpyInst
271 static inline bool classof(const MemMoveInst *) { return true; } function in class:llvm::MemMoveInst
272 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemMoveInst
275 static inline bool classof(const Value *V) { function in class:llvm::MemMoveInst
[all...]
H A DOperator.h62 static inline bool classof(const Operator *) { return true; } function in class:llvm::Operator
63 static inline bool classof(const Instruction *) { return true; } function in class:llvm::Operator
64 static inline bool classof(const ConstantExpr *) { return true; } function in class:llvm::Operator
65 static inline bool classof(const Value *V) { function in class:llvm::Operator
108 static inline bool classof(const OverflowingBinaryOperator *) { return true; } function in class:llvm::OverflowingBinaryOperator
109 static inline bool classof(const Instruction *I) { function in class:llvm::OverflowingBinaryOperator
115 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::OverflowingBinaryOperator
121 static inline bool classof(const Value *V) { function in class:llvm::OverflowingBinaryOperator
157 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::PossiblyExactOperator
160 static inline bool classof(const Instruction *I) { function in class:llvm::PossiblyExactOperator
163 static inline bool classof(const Value *V) { function in class:llvm::PossiblyExactOperator
182 static inline bool classof(const FPMathOperator *) { return true; } function in class:llvm::FPMathOperator
183 static inline bool classof(const Instruction *I) { function in class:llvm::FPMathOperator
186 static inline bool classof(const Value *V) { function in class:llvm::FPMathOperator
198 static inline bool classof(const ConcreteOperator<SuperClass, Opc> *) { function in class:llvm::ConcreteOperator
201 static inline bool classof(const Instruction *I) { function in class:llvm::ConcreteOperator
204 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::ConcreteOperator
207 static inline bool classof(const Value *V) { function in class:llvm::ConcreteOperator
[all...]
H A DFunction.h409 static inline bool classof(const Function *) { return true; } function in class:llvm::Function
410 static inline bool classof(const Value *V) { function in class:llvm::Function
H A DInlineAsm.h192 static inline bool classof(const InlineAsm *) { return true; } function in class:llvm::InlineAsm
193 static inline bool classof(const Value *V) { function in class:llvm::InlineAsm
H A DInstruction.h313 static inline bool classof(const Instruction *) { return true; } function in class:llvm::Instruction
314 static inline bool classof(const Value *V) { function in class:llvm::Instruction
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DPseudoSourceValue.h53 static inline bool classof(const PseudoSourceValue *) { return true; } function in class:llvm::PseudoSourceValue
54 static inline bool classof(const Value *V) { function in class:llvm::PseudoSourceValue
93 static inline bool classof(const FixedStackPseudoSourceValue *) { function in class:llvm::FixedStackPseudoSourceValue
96 static inline bool classof(const Value *V) { function in class:llvm::FixedStackPseudoSourceValue
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionCOFF.h61 static bool classof(const MCSection *S) { function in class:llvm::MCSectionCOFF
64 static bool classof(const MCSectionCOFF *) { return true; } function in class:llvm::MCSectionCOFF
H A DMCSection.h68 static bool classof(const MCSection *) { return true; } function in class:llvm::MCSection
H A DMCSectionELF.h76 static bool classof(const MCSection *S) { function in class:llvm::MCSectionELF
79 static bool classof(const MCSectionELF *) { return true; } function in class:llvm::MCSectionELF
H A DMCSectionMachO.h174 static bool classof(const MCSection *S) { function in class:llvm::MCSectionMachO
177 static bool classof(const MCSectionMachO *) { return true; } function in class:llvm::MCSectionMachO
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DMachO.h49 static inline bool classof(const Binary *v) { function in class:llvm::object::MachOObjectFile
52 static inline bool classof(const MachOObjectFile *v) { return true; } function in class:llvm::object::MachOObjectFile
H A DBinary.h67 static inline bool classof(const Binary *v) { return true; } function in class:llvm::object::Binary
H A DArchive.h132 static inline bool classof(Archive const *v) { return true; } function in class:llvm::object::Archive
133 static inline bool classof(Binary const *v) { function in class:llvm::object::Archive
H A DCOFF.h197 static inline bool classof(const Binary *v) { function in class:llvm::object::COFFObjectFile
200 static inline bool classof(const COFFObjectFile *v) { return true; } function in class:llvm::object::COFFObjectFile
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h67 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
71 static bool classof(const ARMMCExpr *) { return true; } function in class:llvm::ARMMCExpr
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantPoolValue.h106 static bool classof(const ARMConstantPoolValue *) { return true; } function in class:llvm::ARMConstantPoolValue
158 static bool classof(const ARMConstantPoolValue *APV) { function in class:llvm::ARMConstantPoolConstant
161 static bool classof(const ARMConstantPoolConstant *) { return true; } function in class:llvm::ARMConstantPoolConstant
192 static bool classof(const ARMConstantPoolValue *ACPV) { function in class:llvm::ARMConstantPoolSymbol
195 static bool classof(const ARMConstantPoolSymbol *) { return true; } function in class:llvm::ARMConstantPoolSymbol
225 static bool classof(const ARMConstantPoolValue *ACPV) { function in class:llvm::ARMConstantPoolMBB
228 static bool classof(const ARMConstantPoolMBB *) { return true; } function in class:llvm::ARMConstantPoolMBB
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h49 static inline bool classof(const SCEVConstant *S) { return true; } function in class:llvm::SCEVConstant
50 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVConstant
71 static inline bool classof(const SCEVCastExpr *S) { return true; } function in class:llvm::SCEVCastExpr
72 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVCastExpr
91 static inline bool classof(const SCEVTruncateExpr *S) { return true; } function in class:llvm::SCEVTruncateExpr
92 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVTruncateExpr
109 static inline bool classof(const SCEVZeroExtendExpr *S) { return true; } function in class:llvm::SCEVZeroExtendExpr
110 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVZeroExtendExpr
127 static inline bool classof(const SCEVSignExtendExpr *S) { return true; } function in class:llvm::SCEVSignExtendExpr
128 static inline bool classof(cons function in class:llvm::SCEVSignExtendExpr
169 static inline bool classof(const SCEVNAryExpr *S) { return true; } function in class:llvm::SCEVNAryExpr
170 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVNAryExpr
191 static inline bool classof(const SCEVCommutativeExpr *S) { return true; } function in class:llvm::SCEVCommutativeExpr
192 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVCommutativeExpr
226 static inline bool classof(const SCEVAddExpr *S) { return true; } function in class:llvm::SCEVAddExpr
227 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVAddExpr
245 static inline bool classof(const SCEVMulExpr *S) { return true; } function in class:llvm::SCEVMulExpr
246 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVMulExpr
277 static inline bool classof(const SCEVUDivExpr *S) { return true; } function in class:llvm::SCEVUDivExpr
278 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVUDivExpr
361 static inline bool classof(const SCEVAddRecExpr *S) { return true; } function in class:llvm::SCEVAddRecExpr
362 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVAddRecExpr
383 static inline bool classof(const SCEVSMaxExpr *S) { return true; } function in class:llvm::SCEVSMaxExpr
384 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVSMaxExpr
405 static inline bool classof(const SCEVUMaxExpr *S) { return true; } function in class:llvm::SCEVUMaxExpr
406 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVUMaxExpr
452 static inline bool classof(const SCEVUnknown *S) { return true; } function in class:llvm::SCEVUnknown
453 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVUnknown
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp58 static inline bool classof(const Binary *v) { function in class:__anon10064::DyldELFObject
62 static inline bool classof( function in class:__anon10064::DyldELFObject
66 static inline bool classof(const DyldELFObject *v) { function in class:__anon10064::DyldELFObject

Completed in 158 milliseconds

12