Searched refs:classof (Results 26 - 50 of 96) sorted by relevance

1234

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclOpenMP.h75 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::OMPThreadPrivateDecl
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
197 static bool classof(const Stmt *T) { function in class:clang::CXXForRangeStmt
285 static bool classof(const Stmt *T) { function in class:clang::MSDependentExistsStmt
H A DStmtObjC.h63 static bool classof(const Stmt *T) { function in class:clang::ObjCForCollectionStmt
112 static bool classof(const Stmt *T) { function in class:clang::ObjCAtCatchStmt
143 static bool classof(const Stmt *T) { function in class:clang::ObjCAtFinallyStmt
243 static bool classof(const Stmt *T) {
302 static bool classof(const Stmt *T) {
335 static bool classof(const Stmt *T) { function in class:clang::ObjCAtThrowStmt
365 static bool classof(const Stmt *T) { function in class:clang::ObjCAutoreleasePoolStmt
H A DComment.h239 static bool classof(const Comment *C) { function in class:clang::comments::InlineContentComment
266 static bool classof(const Comment *C) { function in class:clang::comments::TextComment
324 static bool classof(const Comment *C) { function in class:clang::comments::InlineCommandComment
383 static bool classof(const Comment *C) { function in class:clang::comments::HTMLTagComment
449 static bool classof(const Comment *C) { function in class:clang::comments::HTMLStartTagComment
504 static bool classof(const Comment *C) { function in class:clang::comments::HTMLEndTagComment
524 static bool classof(const Comment *C) { function in class:clang::comments::BlockContentComment
553 static bool classof(const Comment *C) { function in class:clang::comments::ParagraphComment
622 static bool classof(const Comment *C) { function in class:clang::comments::BlockCommandComment
718 static bool classof(cons function
809 static bool classof(const Comment *C) { function in class:clang::comments::ParamCommandComment::TParamCommandComment
860 static bool classof(const Comment *C) { function in class:clang::comments::ParamCommandComment::VerbatimBlockLineComment
891 static bool classof(const Comment *C) { function in class:clang::comments::ParamCommandComment::VerbatimBlockComment
947 static bool classof(const Comment *C) { function in class:clang::comments::ParamCommandComment::VerbatimLineComment
1092 static bool classof(const Comment *C) { function in class:clang::comments::ParamCommandComment::FullComment
[all...]
H A DExprCXX.h93 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(cons 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
1281 static bool classof(const Stmt *T) { function in class:clang::CXXTemporaryObjectExpr
1609 static bool classof(const Stmt *T) { function in class:clang::LambdaExpr
1656 static bool classof(const Stmt *T) { function in class:clang::CXXScalarValueInitExpr
[all...]
H A DType.h1904 static bool classof(const Type *T) { return T->getTypeClass() == Builtin; } function in class:clang::BuiltinType
1934 static bool classof(const Type *T) { return T->getTypeClass() == Complex; } function in class:clang::ComplexType
1965 static bool classof(const Type *T) { return T->getTypeClass() == Paren; } function in class:clang::ParenType
1996 static bool classof(const Type *T) { return T->getTypeClass() == Pointer; } function in class:clang::PointerType
2034 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; } function in class:clang::DecayedType
2067 static bool classof(const Type *T) { function in class:clang::BlockPointerType
2113 static bool classof(const Type *T) { function in class:clang::ReferenceType
2131 static bool classof(const Type *T) { function in class:clang::LValueReferenceType
2147 static bool classof(const Type *T) { function in class:clang::RValueReferenceType
2201 static bool classof(cons function in class:clang::MemberPointerType
2253 static bool classof(const Type *T) { function in class:clang::ArrayType
2307 static bool classof(const Type *T) { function in class:clang::ConstantArrayType
2326 static bool classof(const Type *T) { function in class:clang::IncompleteArrayType
2388 static bool classof(const Type *T) { function in class:clang::VariableArrayType
2444 static bool classof(const Type *T) { function in class:clang::DependentSizedArrayType
2489 static bool classof(const Type *T) { function in class:clang::DependentSizedExtVectorType
2557 static bool classof(const Type *T) { function in class:clang::VectorType
2622 static bool classof(const Type *T) { function in class:clang::ExtVectorType
2816 static bool classof(const Type *T) { function
3144 static bool classof(const Type *T) { return T->getTypeClass() == Typedef; } function
3163 static bool classof(const Type *T) { return T->getTypeClass() == TypeOfExpr; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfExprType
3209 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3230 static bool classof(const Type *T) { return T->getTypeClass() == Decltype; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DecltypeType
3280 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3302 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TagType
3330 static bool classof(const Type *T) { return T->getTypeClass() == Record; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3348 static bool classof(const Type *T) { return T->getTypeClass() == Enum; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3446 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3519 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3569 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3621 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3674 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3818 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3880 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4026 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4089 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4159 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4239 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4412 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4561 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4591 static bool classof(const Type *T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
[all...]
H A DExprObjC.h50 static bool classof(const Stmt *T) { function in class:clang::ObjCStringLiteral
80 static bool classof(const Stmt *T) { function in class:clang::ObjCBoolLiteralExpr
121 static bool classof(const Stmt *T) { function in class:clang::ObjCBoxedExpr
158 static bool classof(const Stmt *T) { function in class:clang::ObjCArrayLiteral
327 static bool classof(const Stmt *T) { function in class:clang::ObjCDictionaryLiteral
378 static bool classof(const Stmt *T) { function in class:clang::ObjCEncodeExpr
413 static bool classof(const Stmt *T) { function in class:clang::ObjCSelectorExpr
453 static bool classof(const Stmt *T) { function in class:clang::ObjCProtocolExpr
515 static bool classof(const Stmt *T) { function in class:clang::ObjCIvarRefExpr
727 static bool classof(cons function in class:clang::ObjCPropertyRefExpr
826 static bool classof(const Stmt *T) { function in class:clang::ObjCSubscriptRefExpr
1441 static bool classof(const Stmt *T) { function in class:clang::ObjCMessageExpr
1516 static bool classof(const Stmt *s) { function in class:clang::ObjCIndirectCopyRestoreExpr
1565 static bool classof(const Stmt *T) { function in class:clang::ObjCBridgedCastExpr
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DConstant.h125 static inline bool classof(const Value *V) { function in class:llvm::Constant
H A DGlobalAlias.h90 static inline bool classof(const Value *V) { function in class:llvm::GlobalAlias
H A DConstants.h223 static bool classof(const Value *V) { function in class:llvm::ConstantInt
289 static bool classof(const Value *V) { function in class:llvm::ConstantFP
331 static bool classof(const Value *V) { function in class:llvm::ConstantAggregateZero
363 static bool classof(const Value *V) { function in class:llvm::ConstantArray
421 static bool classof(const Value *V) { function in class:llvm::ConstantStruct
468 static bool classof(const Value *V) { function in class:llvm::ConstantVector
510 static bool classof(const Value *V) { function in class:llvm::ConstantPointerNull
631 static bool classof(const Value *V) { function in class:llvm::ConstantDataSequential
686 static bool classof(const Value *V) { function in class:llvm::ConstantDataArray
739 static bool classof(cons function in class:llvm::ConstantDataVector
770 static inline bool classof(const Value *V) { function in class:llvm::BlockAddress
1100 static inline bool classof(const Value *V) { function in class:llvm::ConstantExpr
1164 static bool classof(const Value *V) { function in class:llvm::UndefValue
[all...]
H A DMetadata.h63 static bool classof(const Value *V) { function in class:llvm::MDString
164 static bool classof(const Value *V) { function in class:llvm::MDNode
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h90 static bool classof(const MCSection *S) { function in class:llvm::MCSectionCOFF
H A DMCSectionELF.h84 static bool classof(const MCSection *S) { function in class:llvm::MCSectionELF
H A DMCAtom.h153 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
H A DMCExpr.h130 static bool classof(const MCExpr *E) { function in class:llvm::MCConstantExpr
297 static bool classof(const MCExpr *E) { function in class:llvm::MCSymbolRefExpr
350 static bool classof(const MCExpr *E) { function in class:llvm::MCUnaryExpr
484 static bool classof(const MCExpr *E) { function in class:llvm::MCBinaryExpr
509 static bool classof(const MCExpr *E) { function in class:llvm::MCTargetExpr
/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DMachOUniversal.h91 static inline bool classof(Binary const *V) { function in class:llvm::object::MachOUniversalBinary
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h70 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h77 static bool classof(const MCExpr *E) { function in class:llvm::NVPTXFloatMCExpr
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h90 static bool classof(const MCExpr *E) { function in class:llvm::PPCMCExpr
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h965 static bool classof(const SDNode *N) { function in class:llvm::AddrSpaceCastSDNode
1059 static bool classof(const SDNode *N) { function in class:llvm::MemSDNode
1156 static bool classof(const SDNode *N) { function in class:llvm::AtomicSDNode
1187 static bool classof(const SDNode *N) { function in class:llvm::MemIntrinsicSDNode
1241 static bool classof(const SDNode *N) { function in namespace:llvm
1264 static bool classof(const SDNode *N) { function in class:ConstantSDNode
1307 static bool classof(const SDNode *N) { function in class:ConstantFPSDNode
1329 static bool classof(const SDNode *N) { function in class:GlobalAddressSDNode
1348 static bool classof(const SDNode *N) { function in class:FrameIndexSDNode
1367 static bool classof(cons function in class:JumpTableSDNode
1426 static bool classof(const SDNode *N) { function in class:ConstantPoolSDNode
1449 static bool classof(const SDNode *N) { function in class:TargetIndexSDNode
1467 static bool classof(const SDNode *N) { function in class:BasicBlockSDNode
1491 static inline bool classof(const SDNode *N) { function in class:BuildVectorSDNode
1511 static bool classof(const SDNode *N) { function in class:SrcValueSDNode
1526 static bool classof(const SDNode *N) { function in class:MDNodeSDNode
1541 static bool classof(const SDNode *N) { function in class:RegisterSDNode
1557 static bool classof(const SDNode *N) { function in class:RegisterMaskSDNode
1577 static bool classof(const SDNode *N) { function in class:BlockAddressSDNode
1594 static bool classof(const SDNode *N) { function in class:EHLabelSDNode
1613 static bool classof(const SDNode *N) { function in class:ExternalSymbolSDNode
1630 static bool classof(const SDNode *N) { function in class:CondCodeSDNode
1650 static bool classof(const SDNode *N) { function in class:CvtRndSatSDNode
1668 static bool classof(const SDNode *N) { function in class:VTSDNode
1712 static bool classof(const SDNode *N) { function in class:LSBaseSDNode
1742 static bool classof(const SDNode *N) { function in class:LoadSDNode
1772 static bool classof(const SDNode *N) { function in class:StoreSDNode
1812 static bool classof(const SDNode *N) { function in class:MachineSDNode
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h700 static bool classof(const IO *io) { return !io->outputting(); } function in class:llvm::yaml::Input
732 static inline bool classof(const HNode *) { return true; } function in class:llvm::yaml::Input::HNode
741 static inline bool classof(const HNode *n) { function in class:llvm::yaml::Input::EmptyHNode
742 return NullNode::classof(n->_node);
744 static inline bool classof(const EmptyHNode *) { return true; } function in class:llvm::yaml::Input::EmptyHNode
754 static inline bool classof(const HNode *n) { function in class:llvm::yaml::Input::ScalarHNode
755 return ScalarNode::classof(n->_node);
757 static inline bool classof(const ScalarHNode *) { return true; } function in class:llvm::yaml::Input::ScalarHNode
767 static inline bool classof(const HNode *n) { function in class:llvm::yaml::Input::MapHNode
768 return MappingNode::classof(
770 static inline bool classof(const MapHNode *) { return true; } function in class:llvm::yaml::Input::MapHNode
785 static inline bool classof(const HNode *n) { function in class:llvm::yaml::Input::SequenceHNode
788 static inline bool classof(const SequenceHNode *) { return true; } function in class:llvm::yaml::Input::SequenceHNode
828 static bool classof(const IO *io) { return io->outputting(); } function in class:llvm::yaml::Output
[all...]
H A DYAMLParser.h184 static inline bool classof(const Node *N) { function in class:llvm::yaml::NullNode
217 static inline bool classof(const Node *N) { function in class:llvm::yaml::ScalarNode
264 static inline bool classof(const Node *N) { function in class:llvm::yaml::KeyValueNode
377 static inline bool classof(const Node *N) { function in class:llvm::yaml::MappingNode
438 static inline bool classof(const Node *N) { function in class:llvm::yaml::SequenceNode
463 static inline bool classof(const Node *N) { function in class:llvm::yaml::AliasNode
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.h178 static bool classof(const MCExpr *E) { function in class:llvm::AArch64MCExpr
182 static bool classof(const AArch64MCExpr *) { return true; } function in class:llvm::AArch64MCExpr
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DExternalSemaSource.h223 static bool classof(const ExternalASTSource *Source) { function in class:clang::ExternalSemaSource
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h177 static bool classof(const ARMConstantPoolValue *APV) { function in class:llvm::ARMConstantPoolConstant
212 static bool classof(const ARMConstantPoolValue *ACPV) { function in class:llvm::ARMConstantPoolSymbol
248 static bool classof(const ARMConstantPoolValue *ACPV) { function in class:llvm::ARMConstantPoolMBB

Completed in 120 milliseconds

1234