Searched defs:classof (Results 51 - 75 of 114) sorted by relevance

12345

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h80 static bool classof(const DIContext *DICtx) { function in class:llvm::DWARFContext
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h154 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoInlineAsm
181 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoStackSize
209 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoDebugMetadataVersion
233 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoSampleProfile
263 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoPGOProfile
354 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoOptimizationRemark
380 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoOptimizationRemarkMissed
407 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoOptimizationRemarkAnalysis
446 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoOptimizationRemarkAnalysisFPCommute
473 static bool classof(cons function in class:llvm::DiagnosticInfoOptimizationRemarkAnalysisAliasing
491 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoMIRParser
567 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoOptimizationFailure
[all...]
H A DInlineAsm.h186 static inline bool classof(const Value *V) { function in class:llvm::InlineAsm
H A DInstruction.h450 static inline bool classof(const Value *V) { function in class:llvm::Instruction
H A DConstants.h224 static bool classof(const Value *V) { function in class:llvm::ConstantInt
299 static bool classof(const Value *V) { function in class:llvm::ConstantFP
347 static bool classof(const Value *V) { function in class:llvm::ConstantAggregateZero
385 static bool classof(const Value *V) { function in class:llvm::ConstantArray
445 static bool classof(const Value *V) { function in class:llvm::ConstantStruct
498 static bool classof(const Value *V) { function in class:llvm::ConstantVector
543 static bool classof(const Value *V) { function in class:llvm::ConstantPointerNull
667 static bool classof(const Value *V) { function in class:llvm::ConstantDataSequential
731 static bool classof(const Value *V) { function in class:llvm::ConstantDataArray
793 static bool classof(cons function in class:llvm::ConstantDataVector
820 static bool classof(const Value *V) { function in class:llvm::ConstantTokenNone
857 static inline bool classof(const Value *V) { function in class:llvm::BlockAddress
1217 static inline bool classof(const Value *V) { function in class:llvm::ConstantExpr
1287 static bool classof(const Value *V) { function in class:llvm::UndefValue
[all...]
H A DFunction.h563 static inline bool classof(const Value *V) { function in class:llvm::Function
H A DOperator.h64 static inline bool classof(const Instruction *) { return true; } function in class:llvm::Operator
65 static inline bool classof(const ConstantExpr *) { return true; } function in class:llvm::Operator
66 static inline bool classof(const Value *V) { function in class:llvm::Operator
106 static inline bool classof(const Instruction *I) { function in class:llvm::OverflowingBinaryOperator
112 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::OverflowingBinaryOperator
118 static inline bool classof(const Value *V) { function in class:llvm::OverflowingBinaryOperator
119 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
120 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
151 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::PossiblyExactOperator
154 static inline bool classof(cons function in class:llvm::PossiblyExactOperator
157 static inline bool classof(const Value *V) { function in class:llvm::PossiblyExactOperator
307 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/llvm/include/llvm/Object/
H A DObjectFile.h287 static inline bool classof(const Binary *v) { function in class:llvm::object::ObjectFile
H A DMachO.h421 static bool classof(const Binary *v) { function in class:llvm::object::MachOObjectFile
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp229 static bool classof(const FrameEntry *FE) { function in class:__anon11878::CIE
271 static bool classof(const FrameEntry *FE) { function in class:__anon11878::FDE
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.h159 static bool classof(const MCExpr *E) { function in class:llvm::AArch64MCExpr
163 static bool classof(const AArch64MCExpr *) { return true; } function in class:llvm::AArch64MCExpr
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp83 static bool classof(const DiagnosticInfo *DI) { function in class:__anon12134::DiagnosticInfoUnsupported
/external/clang/include/clang/AST/
H A DDecl.h96 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::TranslationUnitDecl
133 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::ExternCContextDecl
340 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::NamedDecl
396 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::LabelDecl
514 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::NamespaceDecl
547 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::ValueDecl
667 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1320 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1341 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1501 static bool classof(cons
[all...]
H A DStmtCXX.h54 static bool classof(const Stmt *T) { function in class:clang::CXXCatchStmt
111 static bool classof(const Stmt *T) { function in class:clang::CXXTryStmt
198 static bool classof(const Stmt *T) { function in class:clang::CXXForRangeStmt
286 static bool classof(const Stmt *T) { function in class:clang::MSDependentExistsStmt
358 static bool classof(const Stmt *T) { function in class:clang::CoroutineBodyStmt
410 static bool classof(const Stmt *T) { function in class:clang::CoreturnStmt
H A DVTableBuilder.h390 static bool classof(const VTableContextBase *VT) { function in class:clang::ItaniumVTableContext
561 static bool classof(const VTableContextBase *VT) { return VT->isMicrosoft(); } function in class:clang::MicrosoftVTableContext
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h313 static bool classof(const LocationContext *Ctx) { function in class:clang::StackFrameContext
336 static bool classof(const LocationContext *Ctx) { function in class:clang::ScopeContext
370 static bool classof(const LocationContext *Ctx) { function in class:clang::BlockInvocationContext
/external/clang/include/clang/Lex/
H A DMacroInfo.h414 static bool classof(const MacroDirective *) { return true; } function in namespace:clang
433 static bool classof(const MacroDirective *MD) { function in class:DefMacroDirective
436 static bool classof(const DefMacroDirective *) { return true; } function in class:DefMacroDirective
447 static bool classof(const MacroDirective *MD) { function in class:UndefMacroDirective
450 static bool classof(const UndefMacroDirective *) { return true; } function in class:UndefMacroDirective
465 static bool classof(const MacroDirective *MD) { function in class:VisibilityMacroDirective
468 static bool classof(const VisibilityMacroDirective *) { return true; } function in class:VisibilityMacroDirective
/external/clang/tools/libclang/
H A DIndexingContext.h129 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::ObjCContainerDeclInfo
154 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::ObjCInterfaceDeclInfo
168 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::ObjCProtocolDeclInfo
183 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::ObjCCategoryDeclInfo
196 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::ObjCPropertyDeclInfo
207 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::CXXClassDeclInfo
235 static bool classof(const AttrInfo *A) { function in struct:clang::cxindex::IBOutletCollectionInfo
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h51 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVConstant
72 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVCastExpr
91 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVTruncateExpr
108 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVZeroExtendExpr
125 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVSignExtendExpr
170 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVNAryExpr
191 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVCommutativeExpr
225 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVAddExpr
243 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVMulExpr
274 static inline bool classof(cons function in class:llvm::SCEVUDivExpr
357 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVAddRecExpr
377 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVSMaxExpr
398 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVUMaxExpr
444 static inline bool classof(const SCEV *S) { function in class:llvm::final
[all...]
/external/llvm/include/llvm/MC/
H A DMCExpr.h150 static bool classof(const MCExpr *E) { function in class:llvm::MCConstantExpr
348 static bool classof(const MCExpr *E) { function in class:llvm::MCSymbolRefExpr
401 static bool classof(const MCExpr *E) { function in class:llvm::MCUnaryExpr
540 static bool classof(const MCExpr *E) { function in class:llvm::MCBinaryExpr
565 static bool classof(const MCExpr *E) { function in class:llvm::MCTargetExpr
/external/llvm/include/llvm/Support/
H A DYAMLParser.h183 static inline bool classof(const Node *N) { return N->getType() == NK_Null; } function in class:llvm::yaml::final
215 static inline bool classof(const Node *N) { function in class:llvm::yaml::final
249 static inline bool classof(const Node *N) { function in class:llvm::yaml::final
292 static inline bool classof(const Node *N) { function in class:llvm::yaml::final
401 static inline bool classof(const Node *N) { function in class:llvm::yaml::final
459 static inline bool classof(const Node *N) { function in class:llvm::yaml::final
485 static inline bool classof(const Node *N) { return N->getType() == NK_Alias; } function in class:llvm::yaml::final
/external/llvm/lib/IR/
H A DConstantsContext.h183 static bool classof(const ConstantExpr *CE) { function in class:llvm::ExtractValueConstantExpr
186 static bool classof(const Value *V) { function in class:llvm::ExtractValueConstantExpr
187 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V));
216 static bool classof(const ConstantExpr *CE) { function in class:llvm::InsertValueConstantExpr
219 static bool classof(const Value *V) { function in class:llvm::InsertValueConstantExpr
220 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V));
253 static bool classof(const ConstantExpr *CE) { function in class:llvm::GetElementPtrConstantExpr
256 static bool classof(const Value *V) { function in class:llvm::GetElementPtrConstantExpr
257 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V));
282 static bool classof(cons function in class:llvm::CompareConstantExpr
286 static bool classof(const Value *V) { function in class:llvm::CompareConstantExpr
[all...]
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp85 static bool classof(const DiagnosticInfo *DI) { function in class:__anon12343::final
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h520 /// classof - Used by isa<>, cast<>, and dyn_cast<>.
521 static bool classof(const BugReporter* R) { function in class:clang::ento::GRBugReporter
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h427 static bool classof(const CallEvent *CA) { function in class:clang::ento::AnyFunctionCall
464 static bool classof(const CallEvent *CA) { function in class:clang::ento::SimpleFunctionCall
571 static bool classof(const CallEvent *CA) { function in class:clang::ento::BlockCall
607 static bool classof(const CallEvent *CA) { function in class:clang::ento::CXXInstanceCall
648 static bool classof(const CallEvent *CA) { function in class:clang::ento::CXXMemberCall
687 static bool classof(const CallEvent *CA) { function in class:clang::ento::CXXMemberOperatorCall
736 static bool classof(const CallEvent *CA) { function in class:clang::ento::CXXDestructorCall
790 static bool classof(const CallEvent *CA) { function in class:clang::ento::CXXConstructorCall
831 static bool classof(const CallEvent *CE) { function in class:clang::ento::CXXAllocatorCall
943 static bool classof(cons function in class:clang::ento::ObjCMethodCall
[all...]

Completed in 422 milliseconds

12345