Home
last modified time | relevance | path

Searched refs:TypeRange (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h642 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() argument
643 return InitializationKind(IK_Direct, IC_StaticCast, TypeRange.getBegin(), in CreateCast()
644 TypeRange.getBegin(), TypeRange.getEnd()); in CreateCast()
649 SourceRange TypeRange, in CreateCStyleCast() argument
654 IC_CStyleCast, StartLoc, TypeRange.getBegin(), in CreateCStyleCast()
655 TypeRange.getEnd()); in CreateCStyleCast()
659 static InitializationKind CreateFunctionalCast(SourceRange TypeRange, in CreateFunctionalCast() argument
662 IC_FunctionalCast, TypeRange.getBegin(), in CreateFunctionalCast()
663 TypeRange.getBegin(), TypeRange.getEnd()); in CreateFunctionalCast()
H A DSema.h11793 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td24 // every element in the attribute TypeRange. By default builtins have LMUL = [1,
37 // TypeRange is a non-empty sequence of basic types:
47 // This way, given an LMUL, a record with a TypeRange "sil" will cause the
48 // definition of 3 builtins. Each type "t" in the TypeRange (in this example
111 // Each builtin is then defined by applying each type in TypeRange against the
116 // attribute. For instance with Name="foo", Suffix = "v" and TypeRange = "il",
125 // builtin, in order. For instance if Prototype is "wvv" and TypeRange is "si"
153 string TypeRange = type_range;
155 // We use each type described in TypeRange and LMUL with prototype to
160 // order. For instance if Prototype is "wvv", TypeRange is "si" and LMUL=1, a
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1921 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() local
1953 ? InitializationKind::CreateDefault(TypeRange.getBegin()) in BuildCXXNew()
1959 TypeRange.getBegin(), Initializer->getBeginLoc(), in BuildCXXNew()
1961 : InitializationKind::CreateDirect(TypeRange.getBegin(), in BuildCXXNew()
1973 << (ArraySize ? (*ArraySize)->getSourceRange() : TypeRange)); in BuildCXXNew()
1993 << AllocType << TypeRange); in BuildCXXNew()
1998 << AllocType << TypeRange); in BuildCXXNew()
2002 << AllocType << TypeRange; in BuildCXXNew()
2008 << TypeRange << Deduce->getSourceRange()); in BuildCXXNew()
2021 TypeRange.getEnd()); in BuildCXXNew()
[all …]
H A DSemaExprObjC.cpp2656 SourceRange TypeRange in BuildClassMessage() local
2663 TypeRange)) { in BuildClassMessage()
H A DSemaDeclAttr.cpp1469 SourceRange TypeRange, in attrNonNullArgCheck() argument
1474 << AL << AttrParmRange << TypeRange; in attrNonNullArgCheck()
1477 << AL << AttrParmRange << TypeRange << 0; in attrNonNullArgCheck()
H A DSemaDeclCXX.cpp16397 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange(); in CheckFriendTypeDecl() local
16418 Diag(TypeRange.getBegin(), in CheckFriendTypeDecl()
16432 << TypeRange; in CheckFriendTypeDecl()
16440 << TypeRange; in CheckFriendTypeDecl()
H A DSemaExpr.cpp15179 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf() local
15186 << ArgTy << TypeRange); in BuildBuiltinOffsetOf()
15192 diag::err_offsetof_incomplete_type, TypeRange)) in BuildBuiltinOffsetOf()
19564 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
19569 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
H A DSemaChecking.cpp11963 SourceRange TypeRange = in AnalyzeBitFieldAssignment() local
11966 << SignedEnum << TypeRange; in AnalyzeBitFieldAssignment()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp1083 StringRef TypeRange = R->getValueAsString("TypeRange"); in createRVVIntrinsics() local
1148 for (char I : TypeRange) { in createRVVIntrinsics()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1206 RangeSet TypeRange = infer(T); in getTrueRange() local
1207 return assumeNonZero(TypeRange, T); in getTrueRange()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2821 SourceRange TypeRange(Start, Tok.getLocation()); in ParseAlignArgument() local
2823 Ty.getAsOpaquePtr(), TypeRange); in ParseAlignArgument()