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

1 2 3 4 5 6

  /external/llvm/include/llvm/IR/
IntrinsicInst.h 48 static inline bool classof(const CallInst *I) { function in class:llvm::IntrinsicInst
53 static inline bool classof(const Value *V) { function in class:llvm::IntrinsicInst
54 return isa<CallInst>(V) && classof(cast<CallInst>(V));
64 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::DbgInfoIntrinsic
72 static inline bool classof(const Value *V) { function in class:llvm::DbgInfoIntrinsic
73 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
87 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::DbgDeclareInst
90 static inline bool classof(const Value *V) { function in class:llvm::DbgDeclareInst
91 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
108 static inline bool classof(const IntrinsicInst *I) function in class:llvm::DbgValueInst
111 static inline bool classof(const Value *V) { function in class:llvm::DbgValueInst
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
210 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemSetInst
213 static inline bool classof(const Value *V) { function in class:llvm::MemSetInst
244 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemTransferInst
248 static inline bool classof(const Value *V) { function in class:llvm::MemTransferInst
259 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemCpyInst
262 static inline bool classof(const Value *V) { function in class:llvm::MemCpyInst
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
284 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::VAStartInst
287 static inline bool classof(const Value *V) { function in class:llvm::VAStartInst
298 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::VAEndInst
301 static inline bool classof(const Value *V) { function in class:llvm::VAEndInst
312 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::VACopyInst
315 static inline bool classof(const Value *V) { function in class:llvm::VACopyInst
    [all...]
Operator.h 68 static inline bool classof(const Instruction *) { return true; } function in class:llvm::Operator
69 static inline bool classof(const ConstantExpr *) { return true; } function in class:llvm::Operator
70 static inline bool classof(const Value *V) { function in class:llvm::Operator
111 static inline bool classof(const Instruction *I) { function in class:llvm::OverflowingBinaryOperator
117 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::OverflowingBinaryOperator
123 static inline bool classof(const Value *V) { function in class:llvm::OverflowingBinaryOperator
124 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
125 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
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
306 static inline bool classof(const Instruction *I) { function in class:llvm::FPMathOperator
309 static inline bool classof(const Value *V) { function in class:llvm::FPMathOperator
320 static inline bool classof(const Instruction *I) { function in class:llvm::ConcreteOperator
323 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::ConcreteOperator
326 static inline bool classof(const Value *V) { function in class:llvm::ConcreteOperator
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
NullFragment.h 30 static bool classof(const Fragment *F) function in class:mcld::NullFragment
33 static bool classof(const NullFragment *) function in class:mcld::NullFragment
TargetFragment.h 31 static bool classof(const Fragment *F) function in class:mcld::TargetFragment
34 static bool classof(const TargetFragment *) function in class:mcld::TargetFragment
AlignFragment.h 36 static bool classof(const Fragment *F) function in class:mcld::AlignFragment
38 static bool classof(const AlignFragment *) { return true; } function in class:mcld::AlignFragment
FillFragment.h 30 static bool classof(const Fragment *F) function in class:mcld::FillFragment
33 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
33 static bool classof(const RegionFragment *) function in class:mcld::RegionFragment
  /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
  /frameworks/compile/mclinker/include/mcld/Script/
EntryCmd.h 32 static bool classof(const ScriptCommand* pCmd) function in class:mcld::EntryCmd
OutputArchCmd.h 32 static bool classof(const ScriptCommand* pCmd) function in class:mcld::OutputArchCmd
OutputCmd.h 33 static bool classof(const ScriptCommand* pCmd) function in class:mcld::OutputCmd
SearchDirCmd.h 34 static bool classof(const ScriptCommand* pCmd) function in class:mcld::SearchDirCmd
InputToken.h 41 static bool classof(const StrToken* pToken) function in class:mcld::InputToken
Operand.h 49 static bool classof(const ExprToken* pToken) function in class:mcld::Operand
80 static bool classof(const Operand* pOperand) function in class:mcld::SymOperand
113 static bool classof(const Operand* pOperand) function in class:mcld::IntOperand
150 static bool classof(const Operand* pOperand) function in class:mcld::SectOperand
186 static bool classof(const Operand* pOperand) function in class:mcld::SectDescOperand
221 static bool classof(const Operand* pOperand) function in class:mcld::FragOperand
AssertCmd.h 41 static bool classof(const ScriptCommand* pCmd) function in class:mcld::AssertCmd
FileToken.h 34 static bool classof(const InputToken* pToken) function in class:mcld::FileToken
GroupCmd.h 39 static bool classof(const ScriptCommand* pCmd) function in class:mcld::GroupCmd
  /frameworks/compile/mclinker/unittests/
MCRegionFragmentTest.cpp 54 ASSERT_FALSE(llvm::MCDataFragment::classof(frag));
55 ASSERT_TRUE(MCRegionFragment::classof(frag));
69 ASSERT_FALSE(llvm::MCDataFragment::classof(frag));
70 ASSERT_TRUE(MCRegionFragment::classof(frag));
  /external/clang/include/clang/Driver/
Action.h 110 static bool classof(const Action *A) { function in class:clang::driver::InputAction
126 static bool classof(const Action *A) { function in class:clang::driver::BindArchAction
138 static bool classof(const Action *A) { function in class:clang::driver::JobAction
149 static bool classof(const Action *A) { function in class:clang::driver::PreprocessJobAction
159 static bool classof(const Action *A) { function in class:clang::driver::PrecompileJobAction
169 static bool classof(const Action *A) { function in class:clang::driver::AnalyzeJobAction
179 static bool classof(const Action *A) { function in class:clang::driver::MigrateJobAction
189 static bool classof(const Action *A) { function in class:clang::driver::CompileJobAction
199 static bool classof(const Action *A) { function in class:clang::driver::AssembleJobAction
209 static bool classof(const Action *A) function in class:clang::driver::LinkJobAction
219 static bool classof(const Action *A) { function in class:clang::driver::LipoJobAction
229 static bool classof(const Action *A) { function in class:clang::driver::DsymutilJobAction
239 static bool classof(const Action *A) { function in class:clang::driver::VerifyJobAction
249 static bool classof(const Action *A) { function in class:clang::driver::VerifyDebugInfoJobAction
258 static bool classof(const Action *A) { function in class:clang::driver::VerifyPCHJobAction
    [all...]
  /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
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 223 static inline bool classof(const Matcher *N) { function in class:llvm::ScopeMatcher
249 static inline bool classof(const Matcher *N) { function in class:llvm::RecordMatcher
283 static inline bool classof(const Matcher *N) { function in class:llvm::RecordChildMatcher
302 static inline bool classof(const Matcher *N) { function in class:llvm::RecordMemRefMatcher
321 static inline bool classof(const Matcher *N) { function in class:llvm::CaptureGlueInputMatcher
342 static inline bool classof(const Matcher *N) { function in class:llvm::MoveChildMatcher
362 static inline bool classof(const Matcher *N) { function in class:llvm::MoveParentMatcher
385 static inline bool classof(const Matcher *N) { function in class:llvm::CheckSameMatcher
412 static inline bool classof(const Matcher *N) { function in class:llvm::CheckChildSameMatcher
438 static inline bool classof(const Matcher *N) function in class:llvm::CheckPatternPredicateMatcher
461 static inline bool classof(const Matcher *N) { function in class:llvm::CheckPredicateMatcher
487 static inline bool classof(const Matcher *N) { function in class:llvm::CheckOpcodeMatcher
511 static inline bool classof(const Matcher *N) { function in class:llvm::SwitchOpcodeMatcher
539 static inline bool classof(const Matcher *N) { function in class:llvm::CheckTypeMatcher
565 static inline bool classof(const Matcher *N) { function in class:llvm::SwitchTypeMatcher
594 static inline bool classof(const Matcher *N) { function in class:llvm::CheckChildTypeMatcher
621 static inline bool classof(const Matcher *N) { function in class:llvm::CheckIntegerMatcher
648 static inline bool classof(const Matcher *N) { function in class:llvm::CheckChildIntegerMatcher
674 static inline bool classof(const Matcher *N) { function in class:llvm::CheckCondCodeMatcher
698 static inline bool classof(const Matcher *N) { function in class:llvm::CheckValueTypeMatcher
742 static inline bool classof(const Matcher *N) { function in class:llvm::CheckComplexPatMatcher
770 static inline bool classof(const Matcher *N) { function in class:llvm::CheckAndImmMatcher
794 static inline bool classof(const Matcher *N) { function in class:llvm::CheckOrImmMatcher
815 static inline bool classof(const Matcher *N) { function in class:llvm::CheckFoldableChainNodeMatcher
838 static inline bool classof(const Matcher *N) { function in class:llvm::EmitIntegerMatcher
863 static inline bool classof(const Matcher *N) { function in class:llvm::EmitStringIntegerMatcher
889 static inline bool classof(const Matcher *N) { function in class:llvm::EmitRegisterMatcher
915 static inline bool classof(const Matcher *N) { function in class:llvm::EmitConvertToTargetMatcher
969 static inline bool classof(const Matcher *N) { function in class:llvm::EmitCopyToRegMatcher
998 static inline bool classof(const Matcher *N) { function in class:llvm::EmitNodeXFormMatcher
1089 static inline bool classof(const Matcher *N) { function in class:llvm::EmitNodeMatcher
1113 static inline bool classof(const Matcher *N) { function in class:llvm::MorphNodeToMatcher
1162 static inline bool classof(const Matcher *N) { function in class:llvm::CompleteMatchMatcher
    [all...]

Completed in 406 milliseconds

1 2 3 4 5 6