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

1 23 4 5 6

  /external/llvm/include/llvm/Support/
YAMLParser.h 183 static inline bool classof(const Node *N) { return N->getType() == NK_Null; } function in class:llvm::yaml::NullNode
215 static inline bool classof(const Node *N) { function in class:llvm::yaml::ScalarNode
261 static inline bool classof(const Node *N) { function in class:llvm::yaml::KeyValueNode
370 static inline bool classof(const Node *N) { function in class:llvm::yaml::MappingNode
428 static inline bool classof(const Node *N) { function in class:llvm::yaml::SequenceNode
454 static inline bool classof(const Node *N) { return N->getType() == NK_Alias; } function in class:llvm::yaml::AliasNode
  /external/clang/include/clang/AST/
Attr.h 128 static bool classof(const Attr *A) { function in class:clang::InheritableAttr
142 static bool classof(const Attr *A) { function in class:clang::InheritableParamAttr
ExprCXX.h 93 static bool classof(const Stmt *T) { function in class:clang::CXXOperatorCallExpr
142 static bool classof(const Stmt *T) { function in class:clang::CXXMemberCallExpr
169 static bool classof(const Stmt *T) { function in class:clang::CUDAKernelCallExpr
214 static bool classof(const Stmt *T) { function in class:clang::CXXNamedCastExpr
252 static bool classof(const Stmt *T) { function in class:clang::CXXStaticCastExpr
286 static bool classof(const Stmt *T) { function in class:clang::CXXDynamicCastExpr
321 static bool classof(const Stmt *T) { function in class:clang::CXXReinterpretCastExpr
351 static bool classof(const Stmt *T) { function in class:clang::CXXConstCastExpr
417 static bool classof(const Stmt *S) { function in class:clang::UserDefinedLiteral
448 static bool classof(const Stmt *T) function in class:clang::CXXBoolLiteralExpr
476 static bool classof(const Stmt *T) { function in class:clang::CXXNullPtrLiteralExpr
512 static bool classof(const Stmt *S) { function in class:clang::CXXStdInitializerListExpr
597 static bool classof(const Stmt *T) { function in class:clang::CXXTypeidExpr
655 static bool classof(const Stmt *T) { function in class:clang::MSPropertyRefExpr
734 static bool classof(const Stmt *T) { function in class:clang::CXXUuidofExpr
788 static bool classof(const Stmt *T) { function in class:clang::CXXThisExpr
840 static bool classof(const Stmt *T) { function in class:clang::CXXThrowExpr
926 static bool classof(const Stmt *T) { function in class:clang::CXXDefaultArgExpr
976 static bool classof(const Stmt *T) { function in class:clang::CXXDefaultInitExpr
1053 static bool classof(const Stmt *T) { function in class:clang::CXXBindTemporaryExpr
1284 static bool classof(const Stmt *T) { function in class:clang::CXXTemporaryObjectExpr
1527 static bool classof(const Stmt *T) { function in class:clang::LambdaExpr
1574 static bool classof(const Stmt *T) { function in class:clang::CXXScalarValueInitExpr
    [all...]
DeclOpenMP.h 84 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::OMPThreadPrivateDecl
StmtCXX.h 54 static bool classof(const Stmt *T) { function in class:clang::CXXCatchStmt
111 static bool classof(const Stmt *T) { function in class:clang::CXXTryStmt
197 static bool classof(const Stmt *T) { function in class:clang::CXXForRangeStmt
285 static bool classof(const Stmt *T) { function in class:clang::MSDependentExistsStmt
Comment.h 250 static bool classof(const Comment *C) { function in class:clang::comments::InlineContentComment
277 static bool classof(const Comment *C) { function in class:clang::comments::TextComment
335 static bool classof(const Comment *C) { function in class:clang::comments::InlineCommandComment
394 static bool classof(const Comment *C) { function in class:clang::comments::HTMLTagComment
468 static bool classof(const Comment *C) { function in class:clang::comments::HTMLStartTagComment
523 static bool classof(const Comment *C) { function in class:clang::comments::HTMLEndTagComment
543 static bool classof(const Comment *C) { function in class:clang::comments::BlockContentComment
572 static bool classof(const Comment *C) { function in class:clang::comments::ParagraphComment
641 static bool classof(const Comment *C) { function in class:clang::comments::BlockCommandComment
737 static bool classof(const Comment *C) function
828 static bool classof(const Comment *C) { function in class:clang::comments::ParamCommandComment::TParamCommandComment
879 static bool classof(const Comment *C) { function in class:clang::comments::ParamCommandComment::VerbatimBlockLineComment
910 static bool classof(const Comment *C) { function in class:clang::comments::ParamCommandComment::VerbatimBlockComment
966 static bool classof(const Comment *C) { function in class:clang::comments::ParamCommandComment::VerbatimLineComment
1111 static bool classof(const Comment *C) { function in class:clang::comments::ParamCommandComment::FullComment
    [all...]
Stmt.h 476 static bool classof(const Stmt *T) { function in class:clang::DeclStmt
537 static bool classof(const Stmt *T) { function in class:clang::NullStmt
625 static bool classof(const Stmt *T) { function in class:clang::CompoundStmt
675 static bool classof(const Stmt *T) { function in class:clang::SwitchCase
732 static bool classof(const Stmt *T) { function in class:clang::CaseStmt
764 static bool classof(const Stmt *T) { function in class:clang::DefaultStmt
807 static bool classof(const Stmt *T) { function in class:clang::LabelStmt
859 static bool classof(const Stmt *T) { function in class:clang::AttributedStmt
929 static bool classof(const Stmt *T) { function in class:clang::IfStmt
1021 static bool classof(const Stmt *T) { function in class:clang::SwitchStmt
1072 static bool classof(const Stmt *T) { function in class:clang::WhileStmt
1120 static bool classof(const Stmt *T) { function in class:clang::DoStmt
1194 static bool classof(const Stmt *T) { function in class:clang::ForStmt
1228 static bool classof(const Stmt *T) { function in class:clang::GotoStmt
1271 static bool classof(const Stmt *T) { function in class:clang::IndirectGotoStmt
1296 static bool classof(const Stmt *T) { function in class:clang::ContinueStmt
1320 static bool classof(const Stmt *T) { function in class:clang::BreakStmt
1375 static bool classof(const Stmt *T) { function in class:clang::ReturnStmt
1471 static bool classof(const Stmt *T) { function in class:clang::AsmStmt
1706 static bool classof(const Stmt *T) { function in class:clang::GCCAsmStmt
1804 static bool classof(const Stmt *T) { function in class:clang::MSAsmStmt
1851 static bool classof(const Stmt *T) { function in class:clang::SEHExceptStmt
1885 static bool classof(const Stmt *T) { function in class:clang::SEHFinallyStmt
1934 static bool classof(const Stmt *T) { function in class:clang::SEHTryStmt
1956 static bool classof(const Stmt *T) { function in class:clang::SEHLeaveStmt
2162 static bool classof(const Stmt *T) { function in class:clang::CapturedStmt
    [all...]
  /external/llvm/include/llvm/MC/MCAnalysis/
MCAtom.h 153 static bool classof(const MCAtom *A) { return A->getKind() == TextAtom; } function in class:llvm::MCTextAtom
187 static bool classof(const MCAtom *A) { return A->getKind() == DataAtom; } function in class:llvm::MCDataAtom
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 117 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolData
147 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolRegionValue
193 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolConjured
227 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolDerived
258 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolExtent
303 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolMetadata
339 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymbolCast
361 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::BinarySymExpr
397 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymIntExpr
432 static inline bool classof(const SymExpr *SE) function in class:clang::ento::IntSymExpr
466 static inline bool classof(const SymExpr *SE) { function in class:clang::ento::SymSymExpr
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 990 static bool classof(const SDNode *N) { function in class:llvm::BinaryWithFlagsSDNode
1035 static bool classof(const SDNode *N) { function in class:llvm::AddrSpaceCastSDNode
1127 static bool classof(const SDNode *N) { function in class:llvm::MemSDNode
1247 static bool classof(const SDNode *N) { function in class:llvm::AtomicSDNode
1279 static bool classof(const SDNode *N) { function in class:llvm::MemIntrinsicSDNode
1333 static bool classof(const SDNode *N) { function in namespace:llvm
1359 static bool classof(const SDNode *N) { function in class:ConstantSDNode
1402 static bool classof(const SDNode *N) { function in class:ConstantFPSDNode
1424 static bool classof(const SDNode *N) { function in class:GlobalAddressSDNode
1443 static bool classof(const SDNode *N) { function in class:FrameIndexSDNode
1462 static bool classof(const SDNode *N) { function in class:JumpTableSDNode
1521 static bool classof(const SDNode *N) { function in class:ConstantPoolSDNode
1544 static bool classof(const SDNode *N) { function in class:TargetIndexSDNode
1562 static bool classof(const SDNode *N) { function in class:BasicBlockSDNode
1611 static inline bool classof(const SDNode *N) { function in class:BuildVectorSDNode
1631 static bool classof(const SDNode *N) { function in class:SrcValueSDNode
1646 static bool classof(const SDNode *N) { function in class:MDNodeSDNode
1661 static bool classof(const SDNode *N) { function in class:RegisterSDNode
1677 static bool classof(const SDNode *N) { function in class:RegisterMaskSDNode
1697 static bool classof(const SDNode *N) { function in class:BlockAddressSDNode
1714 static bool classof(const SDNode *N) { function in class:EHLabelSDNode
1733 static bool classof(const SDNode *N) { function in class:ExternalSymbolSDNode
1750 static bool classof(const SDNode *N) { function in class:CondCodeSDNode
1769 static bool classof(const SDNode *N) { function in class:CvtRndSatSDNode
1787 static bool classof(const SDNode *N) { function in class:VTSDNode
1831 static bool classof(const SDNode *N) { function in class:LSBaseSDNode
1861 static bool classof(const SDNode *N) { function in class:LoadSDNode
1891 static bool classof(const SDNode *N) { function in class:StoreSDNode
1931 static bool classof(const SDNode *N) { function in class:MachineSDNode
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 62 static bool classof(const CXDiagnosticImpl *D) { function in class:clang::CXLoadedDiagnostic
IndexingContext.h 126 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::ObjCContainerDeclInfo
151 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::ObjCInterfaceDeclInfo
165 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::ObjCProtocolDeclInfo
180 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::ObjCCategoryDeclInfo
193 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::ObjCPropertyDeclInfo
204 static bool classof(const DeclInfo *D) { function in struct:clang::cxindex::CXXClassDeclInfo
232 static bool classof(const AttrInfo *A) { function in struct:clang::cxindex::IBOutletCollectionInfo
  /external/llvm/include/llvm/IR/
Constant.h 131 static inline bool classof(const Value *V) { function in class:llvm::Constant
  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 80 static bool classof(const MCSection *S) { function in class:llvm::MCSectionCOFF
MCSectionELF.h 92 static bool classof(const MCSection *S) { function in class:llvm::MCSectionELF
MCSectionMachO.h 93 static bool classof(const MCSection *S) { function in class:llvm::MCSectionMachO
  /external/llvm/include/llvm/Object/
IRObjectFile.h 48 static inline bool classof(const Binary *v) { function in class:llvm::object::IRObjectFile
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 70 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h 77 static bool classof(const MCExpr *E) { function in class:llvm::NVPTXFloatMCExpr
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 90 static bool classof(const MCExpr *E) { function in class:llvm::PPCMCExpr
  /frameworks/compile/mclinker/include/mcld/Script/
InputSectDesc.h 87 static bool classof(const ScriptCommand* pCmd) function in class:mcld::InputSectDesc
SectionsCmd.h 54 static bool classof(const ScriptCommand* pCmd) function in class:mcld::SectionsCmd
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 43 static bool classof(const Fragment *O) function in class:mcld::PLTEntryBase
  /frameworks/compile/mclinker/unittests/
FragmentRefTest.cpp 65 ASSERT_TRUE(RegionFragment::classof(frag));
FragmentTest.cpp 68 EXPECT_TRUE(f->classof(new Fragment(Fragment::Region, s)) );

Completed in 399 milliseconds

1 23 4 5 6