HomeSort by relevance Sort by last modified time
    Searched refs:classof (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /frameworks/compile/mclinker/include/mcld/Fragment/
NullFragment.h 29 static bool classof(const Fragment* F) { function in class:mcld::NullFragment
33 static bool classof(const NullFragment*) { return true; } function in class:mcld::NullFragment
TargetFragment.h 30 static bool classof(const Fragment* F) { function in class:mcld::TargetFragment
34 static bool classof(const TargetFragment*) { return true; } function in class:mcld::TargetFragment
FillFragment.h 31 static bool classof(const Fragment* F) { function in class:mcld::FillFragment
35 static bool classof(const FillFragment*) { return true; } function in class:mcld::FillFragment
RegionFragment.h 30 static bool classof(const Fragment* F) { function in class:mcld::RegionFragment
34 static bool classof(const RegionFragment*) { return true; } function in class:mcld::RegionFragment
AlignFragment.h 38 static bool classof(const Fragment* F) { function in class:mcld::AlignFragment
42 static bool classof(const AlignFragment*) { return true; } function in class:mcld::AlignFragment
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 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
55 return isa<CallInst>(V) && classof(cast<CallInst>(V));
65 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::DbgInfoIntrinsic
73 static inline bool classof(const Value *V) { function in class:llvm::DbgInfoIntrinsic
74 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
100 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::DbgDeclareInst
103 static inline bool classof(const Value *V) { function in class:llvm::DbgDeclareInst
104 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
133 static inline bool classof(const IntrinsicInst *I) function in class:llvm::DbgValueInst
136 static inline bool classof(const Value *V) { function in class:llvm::DbgValueInst
204 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemIntrinsic
213 static inline bool classof(const Value *V) { function in class:llvm::MemIntrinsic
235 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemSetInst
238 static inline bool classof(const Value *V) { function in class:llvm::MemSetInst
269 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemTransferInst
273 static inline bool classof(const Value *V) { function in class:llvm::MemTransferInst
284 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemCpyInst
287 static inline bool classof(const Value *V) { function in class:llvm::MemCpyInst
297 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemMoveInst
300 static inline bool classof(const Value *V) { function in class:llvm::MemMoveInst
309 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::VAStartInst
312 static inline bool classof(const Value *V) { function in class:llvm::VAStartInst
323 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::VAEndInst
326 static inline bool classof(const Value *V) { function in class:llvm::VAEndInst
337 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::VACopyInst
340 static inline bool classof(const Value *V) { function in class:llvm::VACopyInst
351 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::InstrProfIncrementInst
354 static inline bool classof(const Value *V) { function in class:llvm::InstrProfIncrementInst
    [all...]
Operator.h 65 static inline bool classof(const Instruction *) { return true; } function in class:llvm::Operator
66 static inline bool classof(const ConstantExpr *) { return true; } function in class:llvm::Operator
67 static inline bool classof(const Value *V) { function in class:llvm::Operator
107 static inline bool classof(const Instruction *I) { function in class:llvm::OverflowingBinaryOperator
113 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::OverflowingBinaryOperator
119 static inline bool classof(const Value *V) { function in class:llvm::OverflowingBinaryOperator
120 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
121 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
152 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::PossiblyExactOperator
155 static inline bool classof(const Instruction *I) function in class:llvm::PossiblyExactOperator
158 static inline bool classof(const Value *V) { function in class:llvm::PossiblyExactOperator
308 static inline bool classof(const Instruction *I) { function in class:llvm::FPMathOperator
311 static inline bool classof(const Value *V) { function in class:llvm::FPMathOperator
321 static inline bool classof(const Instruction *I) { function in class:llvm::ConcreteOperator
324 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::ConcreteOperator
327 static inline bool classof(const Value *V) { function in class:llvm::ConcreteOperator
    [all...]
  /external/clang/include/clang/Sema/
SemaConsumer.h 42 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
LocInfoType.h 55 static bool classof(const Type *T) { function in class:clang::LocInfoType
  /external/lldb/include/lldb/Breakpoint/
BreakpointResolverAddress.h 60 static inline bool classof(const BreakpointResolverAddress *) { return true; } function in class:lldb_private::BreakpointResolverAddress
61 static inline bool classof(const BreakpointResolver *V) { function in class:lldb_private::BreakpointResolverAddress
BreakpointResolverFileLine.h 56 static inline bool classof(const BreakpointResolverFileLine *) { return true; } function in class:lldb_private::BreakpointResolverFileLine
57 static inline bool classof(const BreakpointResolver *V) { function in class:lldb_private::BreakpointResolverFileLine
BreakpointResolverFileRegex.h 53 static inline bool classof(const BreakpointResolverFileRegex *) { return true; } function in class:lldb_private::BreakpointResolverFileRegex
54 static inline bool classof(const BreakpointResolver *V) { function in class:lldb_private::BreakpointResolverFileRegex
  /external/clang/include/clang/Driver/
Action.h 115 static bool classof(const Action *A) { function in class:clang::driver::InputAction
131 static bool classof(const Action *A) { function in class:clang::driver::BindArchAction
143 static bool classof(const Action *A) { function in class:clang::driver::JobAction
154 static bool classof(const Action *A) { function in class:clang::driver::PreprocessJobAction
164 static bool classof(const Action *A) { function in class:clang::driver::PrecompileJobAction
174 static bool classof(const Action *A) { function in class:clang::driver::AnalyzeJobAction
184 static bool classof(const Action *A) { function in class:clang::driver::MigrateJobAction
194 static bool classof(const Action *A) { function in class:clang::driver::CompileJobAction
204 static bool classof(const Action *A) { function in class:clang::driver::BackendJobAction
214 static bool classof(const Action *A) function in class:clang::driver::AssembleJobAction
224 static bool classof(const Action *A) { function in class:clang::driver::LinkJobAction
234 static bool classof(const Action *A) { function in class:clang::driver::LipoJobAction
244 static bool classof(const Action *A) { function in class:clang::driver::DsymutilJobAction
255 static bool classof(const Action *A) { function in class:clang::driver::VerifyJobAction
265 static bool classof(const Action *A) { function in class:clang::driver::VerifyDebugInfoJobAction
274 static bool classof(const Action *A) { function in class:clang::driver::VerifyPCHJobAction
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolUnknown.h 26 static bool classof(const PDBSymbol *S) { function in class:llvm::PDBSymbolUnknown
  /frameworks/compile/mclinker/include/mcld/Script/
EntryCmd.h 31 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::EntryCmd
FileToken.h 32 static bool classof(const InputToken* pToken) { function in class:mcld::FileToken
NameSpec.h 32 static bool classof(const InputToken* pToken) { function in class:mcld::NameSpec
OutputArchCmd.h 31 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::OutputArchCmd
OutputCmd.h 32 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::OutputCmd
SearchDirCmd.h 33 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::SearchDirCmd
InputToken.h 35 static bool classof(const StrToken* pToken) { function in class:mcld::InputToken
Operand.h 44 static bool classof(const ExprToken* pToken) { function in class:mcld::Operand
73 static bool classof(const Operand* pOperand) { function in class:mcld::SymOperand
104 static bool classof(const Operand* pOperand) { function in class:mcld::IntOperand
138 static bool classof(const Operand* pOperand) { function in class:mcld::SectOperand
171 static bool classof(const Operand* pOperand) { function in class:mcld::SectDescOperand
204 static bool classof(const Operand* pOperand) { function in class:mcld::FragOperand
AssertCmd.h 40 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::AssertCmd
  /frameworks/compile/mclinker/unittests/
MCRegionFragmentTest.cpp 49 ASSERT_FALSE(llvm::MCDataFragment::classof(frag));
50 ASSERT_TRUE(MCRegionFragment::classof(frag));
64 ASSERT_FALSE(llvm::MCDataFragment::classof(frag));
65 ASSERT_TRUE(MCRegionFragment::classof(frag));
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; } function in class:clang::threadSafety::lexpr::Terminal
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; } function in class:clang::threadSafety::lexpr::And
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; } function in class:clang::threadSafety::lexpr::Or
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } function in class:clang::threadSafety::lexpr::Not

Completed in 478 milliseconds

1 2 3 4 5 6 7