HomeSort by relevance Sort by last modified time
    Searched refs:classof (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 69 static inline bool classof(const SymExpr*) { return true; } function in class:clang::ento::SymExpr
87 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolData
120 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolRegionValue
160 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolConjured
194 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolDerived
225 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolExtent
270 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolMetadata
313 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymIntExpr
354 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymSymExpr
  /external/clang/include/clang/AST/
ExprObjC.h 50 static bool classof(const Stmt *T) { function in class:clang::ObjCStringLiteral
53 static bool classof(const ObjCStringLiteral *) { return true; } function in class:clang::ObjCStringLiteral
94 static bool classof(const Stmt *T) { function in class:clang::ObjCEncodeExpr
97 static bool classof(const ObjCEncodeExpr *) { return true; } function in class:clang::ObjCEncodeExpr
131 static bool classof(const Stmt *T) { function in class:clang::ObjCSelectorExpr
134 static bool classof(const ObjCSelectorExpr *) { return true; } function in class:clang::ObjCSelectorExpr
168 static bool classof(const Stmt *T) { function in class:clang::ObjCProtocolExpr
171 static bool classof(const ObjCProtocolExpr *) { return true; } function in class:clang::ObjCProtocolExpr
219 static bool classof(const Stmt *T) { function in class:clang::ObjCIvarRefExpr
222 static bool classof(const ObjCIvarRefExpr *) { return true; function in class:clang::ObjCIvarRefExpr
390 static bool classof(const Stmt *T) { function in class:clang::ObjCPropertyRefExpr
393 static bool classof(const ObjCPropertyRefExpr *) { return true; } function in class:clang::ObjCPropertyRefExpr
974 static bool classof(const Stmt *T) { function in class:clang::ObjCMessageExpr
977 static bool classof(const ObjCIsaExpr *) { return true; } function in class:clang::ObjCMessageExpr
1044 static bool classof(const Stmt *s) { function in class:clang::ObjCIndirectCopyRestoreExpr
1047 static bool classof(const ObjCIndirectCopyRestoreExpr *) { return true; } function in class:clang::ObjCIndirectCopyRestoreExpr
1093 static bool classof(const Stmt *T) { function in class:clang::ObjCBridgedCastExpr
1096 static bool classof(const ObjCBridgedCastExpr *) { return true; } function in class:clang::ObjCBridgedCastExpr
    [all...]
DeclFriend.h 121 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::FriendDecl
122 static bool classof(const FriendDecl *D) { return true; } function in class:clang::FriendDecl
Decl.h 87 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::TranslationUnitDecl
88 static bool classof(const TranslationUnitDecl *D) { return true; } function in class:clang::TranslationUnitDecl
304 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::NamedDecl
305 static bool classof(const NamedDecl *D) { return true; } function in class:clang::NamedDecl
348 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::LabelDecl
349 static bool classof(const LabelDecl *D) { return true; } function in class:clang::LabelDecl
480 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::NamespaceDecl
481 static bool classof(const NamespaceDecl *D) { return true; } function in class:clang::NamespaceDecl
509 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::ValueDecl
510 static bool classof(const ValueDecl *D) { return true; function in class:clang::ValueDecl
    [all...]
TypeLoc.h 159 static bool classof(const TypeLoc *TL) { return true; } function in class:clang::TypeLoc
188 static bool classof(const TypeLoc *TL) { function in class:clang::UnqualTypeLoc
191 static bool classof(const UnqualTypeLoc *TL) { return true; } function in class:clang::UnqualTypeLoc
233 static bool classof(const TypeLoc *TL) { function in class:clang::QualifiedTypeLoc
236 static bool classof(const QualifiedTypeLoc *TL) { return true; } function in class:clang::QualifiedTypeLoc
293 return TypeClass::classof(Ty);
296 static bool classof(const TypeLoc *TL) { function in class:clang::ConcreteTypeLoc
299 static bool classof(const UnqualTypeLoc *TL) { function in class:clang::ConcreteTypeLoc
302 static bool classof(const Derived *TL) { function in class:clang::ConcreteTypeLoc
370 return TypeClass::classof(Ty)
373 static bool classof(const TypeLoc *TL) { function in class:clang::InheritingConcreteTypeLoc
376 static bool classof(const UnqualTypeLoc *TL) { function in class:clang::InheritingConcreteTypeLoc
379 static bool classof(const Derived *TL) { function in class:clang::InheritingConcreteTypeLoc
416 static bool classof(const TypeSpecTypeLoc *TL) { return true; } function in class:clang::TypeSpecTypeLoc
    [all...]
DeclBase.h 738 static bool classof(const Decl *) { return true; } function in class:clang::Decl
1347 static bool classof(const DeclContext *D) { return true; } function in class:clang::DeclContext
    [all...]
  /external/llvm/include/llvm/
User.h 138 static inline bool classof(const User *) { return true; }
139 static inline bool classof(const Value *V) {
BasicBlock.h 222 static inline bool classof(const BasicBlock *) { return true; } function in class:llvm::BasicBlock
223 static inline bool classof(const Value *V) { function in class:llvm::BasicBlock
InlineAsm.h 181 static inline bool classof(const InlineAsm *) { return true; } function in class:llvm::InlineAsm
182 static inline bool classof(const Value *V) { function in class:llvm::InlineAsm
Function.h 403 static inline bool classof(const Function *) { return true; } function in class:llvm::Function
404 static inline bool classof(const Value *V) { function in class:llvm::Function
GlobalValue.h 282 static inline bool classof(const GlobalValue *) { return true; } function in class:llvm::GlobalValue
283 static inline bool classof(const Value *V) { function in class:llvm::GlobalValue
Instruction.h 302 static inline bool classof(const Instruction *) { return true; } function in class:llvm::Instruction
303 static inline bool classof(const Value *V) { function in class:llvm::Instruction
  /external/clang/include/clang/Analysis/
AnalysisContext.h 253 static bool classof(const LocationContext*) { return true; } function in class:clang::LocationContext
299 static bool classof(const LocationContext *Ctx) { function in class:clang::StackFrameContext
322 static bool classof(const LocationContext *Ctx) { function in class:clang::ScopeContext
350 static bool classof(const LocationContext *Ctx) { function in class:clang::BlockInvocationContext
CFG.h 92 static bool classof(const CFGElement *E) { return true; } function in class:clang::CFGElement
103 static bool classof(const CFGElement *E) { function in class:clang::CFGStmt
119 static bool classof(const CFGElement *E) { function in class:clang::CFGInitializer
137 static bool classof(const CFGElement *E) { function in class:clang::CFGImplicitDtor
160 static bool classof(const CFGElement *elem) { function in class:clang::CFGAutomaticObjDtor
176 static bool classof(const CFGElement *E) { function in class:clang::CFGBaseDtor
192 static bool classof(const CFGElement *E) { function in class:clang::CFGMemberDtor
208 static bool classof(const CFGElement *E) { function in class:clang::CFGTemporaryDtor
  /external/clang/include/clang/Driver/
Arg.h 110 static bool classof(const Arg *) { return true; } function in class:clang::driver::Arg
  /external/llvm/include/llvm/Object/
MachO.h 43 static inline bool classof(const Binary *v) { function in class:llvm::object::MachOObjectFile
46 static inline bool classof(const MachOObjectFile *v) { return true; } function in class:llvm::object::MachOObjectFile
COFF.h 172 static inline bool classof(const Binary *v) { function in class:llvm::object::COFFObjectFile
175 static inline bool classof(const COFFObjectFile *v) { return true; } function in class:llvm::object::COFFObjectFile
ObjectFile.h 312 static inline bool classof(const Binary *v) { function in class:llvm::object::ObjectFile
316 static inline bool classof(const ObjectFile *v) { return true; } function in class:llvm::object::ObjectFile
  /external/clang/lib/CodeGen/
CGCleanup.h 199 static bool classof(const EHScope *Scope) {
377 static bool classof(const EHScope *Scope) {
421 static bool classof(const EHScope *scope) {
434 static bool classof(const EHScope *scope) {
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 318 if (PointerType::classof(gv->getType())) {
385 if (ArrayType::classof(gv->getType()) ||
386 PointerType::classof(gv->getType()))
PTXISelDAGToDAG.cpp 338 return ConstantSDNode::classof(operand.getNode());
343 if (!ConstantSDNode::classof(node))
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 336 static inline bool classof(const PathDiagnosticPiece *P) { function in class:clang::ento::PathDiagnosticPiece
372 static inline bool classof(const PathDiagnosticPiece *P) { function in class:clang::ento::PathDiagnosticEventPiece
426 static inline bool classof(const PathDiagnosticPiece *P) { function in class:clang::ento::PathDiagnosticControlFlowPiece
458 static inline bool classof(const PathDiagnosticPiece *P) { function in class:clang::ento::PathDiagnosticMacroPiece
BugReporter.h 327 static bool classof(const BugReporter* R) { return true; } function in class:clang::ento::BugReporter
370 /// classof - Used by isa<>, cast<>, and dyn_cast<>.
371 static bool classof(const BugReporter* R) { function in class:clang::ento::GRBugReporter
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 371 static bool classof(const analyze_format_string::ConversionSpecifier *CS) { function in class:clang::analyze_printf::PrintfConversionSpecifier
499 static bool classof(const analyze_format_string::ConversionSpecifier *CS) { function in class:clang::analyze_scanf::ScanfConversionSpecifier
  /external/clang/lib/Rewrite/
RewriteRope.cpp 120 //static inline bool classof(const RopePieceBTreeNode *) { return true; }
224 //static inline bool classof(const RopePieceBTreeLeaf *) { return true; }
225 static inline bool classof(const RopePieceBTreeNode *N) {
456 //static inline bool classof(const RopePieceBTreeInterior *) { return true; }
457 static inline bool classof(const RopePieceBTreeNode *N) {

Completed in 235 milliseconds

1 23 4