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

12345

/external/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverAddress.h60 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
H A DBreakpointResolverFileRegex.h53 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
H A DBreakpointResolverFileLine.h56 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
H A DBreakpointResolverName.h83 static inline bool classof(const BreakpointResolverName *) { return true; } function in class:lldb_private::BreakpointResolverName
84 static inline bool classof(const BreakpointResolver *V) { function in class:lldb_private::BreakpointResolverName
/external/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h365 static bool classof(const MultiplexExternalSemaSource*) { return true; } function in class:clang::MultiplexExternalSemaSource
366 //static bool classof(const ExternalSemaSource*) { return true; }
H A DSemaConsumer.h42 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
H A DLocInfoType.h55 static bool classof(const Type *T) { function in class:clang::LocInfoType
/external/llvm/include/llvm/IR/
H A DArgument.h110 static inline bool classof(const Value *V) { function in class:llvm::Argument
H A DConstant.h131 static inline bool classof(const Value *V) { function in class:llvm::Constant
H A DGlobalAlias.h111 static inline bool classof(const Value *V) { function in class:llvm::GlobalAlias
H A DGlobalObject.h56 static inline bool classof(const Value *V) { function in class:llvm::GlobalObject
H A DGlobalVariable.h173 static inline bool classof(const Value *V) { function in class:llvm::GlobalVariable
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h92 /// classof - Methods for support type inquiry through isa, cast, and
95 static inline bool classof(const PseudoSourceValue *V) { function in class:llvm::FixedStackPseudoSourceValue
/external/llvm/include/llvm/Object/
H A DIRObjectFile.h48 static inline bool classof(const Binary *v) { function in class:llvm::object::IRObjectFile
H A DMachOUniversal.h102 static inline bool classof(Binary const *V) { function in class:llvm::object::MachOUniversalBinary
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h62 static bool classof(const CXDiagnosticImpl *D) { function in class:clang::CXLoadedDiagnostic
/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h80 static bool classof(const MCSection *S) { function in class:llvm::MCSectionCOFF
H A DMCSectionMachO.h93 static bool classof(const MCSection *S) { function in class:llvm::MCSectionMachO
H A DMCSectionELF.h92 static bool classof(const MCSection *S) { function in class:llvm::MCSectionELF
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h70 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.h60 static bool classof(const MCExpr *E) { function in class:llvm::MipsMCExpr
/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h77 static bool classof(const MCExpr *E) { function in class:llvm::NVPTXFloatMCExpr
/external/clang/include/clang/AST/
H A DDeclOpenMP.h84 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::OMPThreadPrivateDecl
H A DMangle.h159 static bool classof(const MangleContext *C) { function in class:clang::ItaniumMangleContext
204 static bool classof(const MangleContext *C) { function in class:clang::MicrosoftMangleContext
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h52 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 8341 milliseconds

12345