Searched defs:ExtInfo (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp164 auto ExtInfo = Extension.second; local
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h774 struct ExtInfo : public QualifierInfo { struct in class:clang::NamespaceDecl::DeclaratorDecl
[all...]
H A DType.h3906 class ExtInfo { class in class:clang::FunctionType
3929 ExtInfo(unsigned Bits) : Bits(static_cast<uint16_t>(Bits)) {} function in class:clang::FunctionType::ExtInfo
3934 ExtInfo(bool noReturn, bool hasRegParm, unsigned regParm, CallingConv cc, function in class:clang::FunctionType::ExtInfo
3952 ExtInfo(CallingConv CC) : Bits(CC) {} function in class:clang::FunctionType::ExtInfo
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp229 FunctionProtoType::ExtProtoInfo ExtInfo; local
H A DSemaChecking.cpp7536 FunctionProtoType::ExtProtoInfo ExtInfo = Proto->getExtProtoInfo(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp424 auto ExtInfo = getExtMask(Mask, DstTy.getNumElements()); local
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp352 ArrayRef<RISCVSupportedExtension> ExtInfo = local
1265 auto ExtInfo = Ext.second; local
[all...]

Completed in 401 milliseconds