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

1 2 3 4 5

  /frameworks/compile/mclinker/include/mcld/Fragment/
NullFragment.h 33 static bool classof(const Fragment *F) function in class:mcld::NullFragment
36 static bool classof(const NullFragment *) function in class:mcld::NullFragment
RegionFragment.h 34 static bool classof(const Fragment *F) function in class:mcld::RegionFragment
37 static bool classof(const RegionFragment *) function in class:mcld::RegionFragment
TargetFragment.h 34 static bool classof(const Fragment *F) function in class:mcld::TargetFragment
37 static bool classof(const TargetFragment *) function in class:mcld::TargetFragment
FillFragment.h 33 static bool classof(const Fragment *F) function in class:mcld::FillFragment
36 static bool classof(const FillFragment *) { return true; } function in class:mcld::FillFragment
AlignFragment.h 39 static bool classof(const Fragment *F) function in class:mcld::AlignFragment
41 static bool classof(const AlignFragment *) { return true; } function in class:mcld::AlignFragment
Fragment.h 61 static bool classof(const Fragment *O) { return true; } function in class:mcld::Fragment
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 326 static bool classof(const MultiplexExternalSemaSource*) { return true; } function in class:clang::MultiplexExternalSemaSource
327 //static bool classof(const ExternalSemaSource*) { return true; }
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
ExternalSemaSource.h 181 static bool classof(const ExternalASTSource *Source) { function in class:clang::ExternalSemaSource
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 50 /// classof - Methods for support type inquiry through isa, cast, and
53 static inline bool classof(const Value *V) { function in class:llvm::PseudoSourceValue
89 /// classof - Methods for support type inquiry through isa, cast, and
92 static inline bool classof(const Value *V) { function in class:llvm::FixedStackPseudoSourceValue
  /external/llvm/include/llvm/IR/
Argument.h 98 static inline bool classof(const Value *V) { function in class:llvm::Argument
GlobalAlias.h 79 static inline bool classof(const Value *V) { function in class:llvm::GlobalAlias
Constant.h 125 static inline bool classof(const Value *V) { function in class:llvm::Constant
GlobalVariable.h 196 static inline bool classof(const Value *V) { function in class:llvm::GlobalVariable
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.h 33 static bool classof(const MCStreamer *S) { function in class:llvm::MipsELFStreamer
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 91 static bool classof(const MCStreamer *S) { function in class:llvm::MCELFStreamer
MCObjectStreamer.h 122 static bool classof(const MCStreamer *S) { function in class:llvm::MCObjectStreamer
MCSectionCOFF.h 82 static bool classof(const MCSection *S) { function in class:llvm::MCSectionCOFF
MCSectionELF.h 84 static bool classof(const MCSection *S) { function in class:llvm::MCSectionELF
  /external/clang/include/clang/AST/
DeclOpenMP.h 75 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::OMPThreadPrivateDecl
Attr.h 117 static bool classof(const Attr *A) { function in class:clang::InheritableAttr
131 static bool classof(const Attr *A) { function in class:clang::InheritableParamAttr
146 static bool classof(const Attr *A) { function in class:clang::MSInheritanceAttr
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 70 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 62 static bool classof(const CXDiagnosticImpl *D) { function in class:clang::CXLoadedDiagnostic
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h 77 static bool classof(const MCExpr *E) { function in class:llvm::NVPTXFloatMCExpr

Completed in 343 milliseconds

1 2 3 4 5