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

1 2 3 4

  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 55 static bool classof(const MultiplexConsumer *) { return true; } function in class:clang::MultiplexConsumer
  /external/clang/include/clang/Sema/
SemaConsumer.h 42 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
45 static bool classof(const SemaConsumer *) { return true; } function in class:clang::SemaConsumer
LocInfoType.h 55 static bool classof(const Type *T) { function in class:clang::LocInfoType
58 static bool classof(const LocInfoType *) { return true; } function in class:clang::LocInfoType
ExternalSemaSource.h 175 static bool classof(const ExternalASTSource *Source) { function in class:clang::ExternalSemaSource
178 static bool classof(const ExternalSemaSource *) { return true; } function in class:clang::ExternalSemaSource
  /external/llvm/include/llvm/
Argument.h 81 /// classof - Methods for support type inquiry through isa, cast, and
84 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
Constant.h 111 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
GlobalAlias.h 79 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
GlobalVariable.h 160 static inline bool classof(const GlobalVariable *) { return true; } function in class:llvm::GlobalVariable
161 static inline bool classof(const Value *V) { function in class:llvm::GlobalVariable
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 50 /// classof - Methods for support type inquiry through isa, cast, and
53 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
90 /// classof - Methods for support type inquiry through isa, cast, and
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
  /frameworks/compile/mclinker/include/mcld/MC/
MCRegionFragment.h 38 static bool classof(const MCFragment *F) function in class:mcld::MCRegionFragment
41 static bool classof(const MCRegionFragment *) function in class:mcld::MCRegionFragment
MCTargetFragment.h 38 static bool classof(const MCFragment *F) function in class:mcld::MCTargetFragment
41 static bool classof(const MCTargetFragment *) function in class:mcld::MCTargetFragment
MCDataFragment.h 72 static bool classof(const MCFragment *pF) { function in class:mcld::MCDataFragment
75 static bool classof(const MCDataFragment *) { return true; } function in class:mcld::MCDataFragment
  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 61 static bool classof(const MCSection *S) { function in class:llvm::MCSectionCOFF
64 static bool classof(const MCSectionCOFF *) { return true; } function in class:llvm::MCSectionCOFF
MCSection.h 69 static bool classof(const MCSection *) { return true; } function in class:llvm::MCSection
MCSectionELF.h 76 static bool classof(const MCSection *S) { function in class:llvm::MCSectionELF
79 static bool classof(const MCSectionELF *) { return true; } function in class:llvm::MCSectionELF
  /external/llvm/include/llvm/Object/
MachO.h 49 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
Archive.h 132 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
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 67 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
71 static bool classof(const ARMMCExpr *) { return true; } function in class:llvm::ARMMCExpr
  /frameworks/compile/mclinker/include/mcld/LD/
Relocation.h 91 static bool classof(const MCFragment *F) function in class:mcld::Relocation
93 static bool classof(const Relocation *) { return true; } function in class:mcld::Relocation
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 44 static bool classof(const MCFragment *pFrag) function in class:mcld::GOTEntry
47 static bool classof(const GOTEntry* pFrag) function in class:mcld::GOTEntry
PLT.h 42 static bool classof(const MCFragment *O) function in class:mcld::PLTEntry
  /external/clang/include/clang/AST/
ASTConsumer.h 123 static bool classof(const ASTConsumer *) { return true; } function in class:clang::ASTConsumer
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 62 static bool classof(const CXDiagnosticImpl *D) { function in class:clang::CXLoadedDiagnostic
  /external/clang/include/clang/Driver/
Arg.h 110 static bool classof(const Arg *) { return true; } function in class:clang::driver::Arg
  /external/clang/lib/AST/
TypeLoc.cpp 179 bool TypeSpecTypeLoc::classof(const TypeLoc *TL) { function in class:TypeSpecTypeLoc

Completed in 611 milliseconds

1 2 3 4