Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h662 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() argument
663 return InitializationKind(IK_Direct, IC_StaticCast, TypeRange.getBegin(), in CreateCast()
664 TypeRange.getBegin(), TypeRange.getEnd()); in CreateCast()
669 SourceRange TypeRange, in CreateCStyleCast() argument
674 IC_CStyleCast, StartLoc, TypeRange.getBegin(), in CreateCStyleCast()
675 TypeRange.getEnd()); in CreateCStyleCast()
679 static InitializationKind CreateFunctionalCast(SourceRange TypeRange, in CreateFunctionalCast() argument
682 IC_FunctionalCast, TypeRange.getBegin(), in CreateFunctionalCast()
683 TypeRange.getBegin(), TypeRange.getEnd()); in CreateFunctionalCast()
H A DSema.h13098 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector_common.td22 // every element in the attribute TypeRange. By default builtins have LMUL = [1,
35 // TypeRange is a non-empty sequence of basic types:
46 // This way, given an LMUL, a record with a TypeRange "sil" will cause the
47 // definition of 3 builtins. Each type "t" in the TypeRange (in this example
116 // Each builtin is then defined by applying each type in TypeRange against the
121 // attribute. For instance with Name="foo", Suffix = "v" and TypeRange = "il",
130 // builtin, in order. For instance if Prototype is "wvv" and TypeRange is "si"
166 string TypeRange = type_range;
168 // We use each type described in TypeRange and LMUL with prototype to
173 // order. For instance if Prototype is "wvv", TypeRange is "si" and LMUL=1, a
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp510 StringRef TypeRange = R->getValueAsString("TypeRange"); in createRVVIntrinsics() local
563 for (char I : TypeRange) { in createRVVIntrinsics()
643 for (char I : TypeRange) in createRVVIntrinsics()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2008 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() local
2040 return InitializationKind::CreateDefault(TypeRange.getBegin()); in BuildCXXNew()
2044 return InitializationKind::CreateDirect(TypeRange.getBegin(), in BuildCXXNew()
2048 return InitializationKind::CreateDirectList(TypeRange.getBegin(), in BuildCXXNew()
2082 << AllocType << TypeRange); in BuildCXXNew()
2087 << AllocType << TypeRange); in BuildCXXNew()
2091 << AllocType << TypeRange; in BuildCXXNew()
2096 << Braced << AllocType << TypeRange); in BuildCXXNew()
2103 << AllocType << Deduce->getType() << TypeRange in BuildCXXNew()
2119 TypeRange.getEnd()); in BuildCXXNew()
[all …]
H A DSemaExprObjC.cpp2659 SourceRange TypeRange in BuildClassMessage() local
2666 TypeRange)) { in BuildClassMessage()
H A DSemaDeclAttr.cpp1580 SourceRange TypeRange, in attrNonNullArgCheck() argument
1585 << AL << AttrParmRange << TypeRange; in attrNonNullArgCheck()
1588 << AL << AttrParmRange << TypeRange << 0; in attrNonNullArgCheck()
H A DSemaExpr.cpp16720 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf() local
16727 << ArgTy << TypeRange); in BuildBuiltinOffsetOf()
16733 diag::err_offsetof_incomplete_type, TypeRange)) in BuildBuiltinOffsetOf()
21618 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
21623 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
H A DSemaDeclCXX.cpp17542 SourceRange TypeRange = TSInfo->getTypeLoc().getSourceRange(); in CheckFriendTypeDecl() local
17563 Diag(TypeRange.getBegin(), in CheckFriendTypeDecl()
17577 << TypeRange; in CheckFriendTypeDecl()
17585 << TypeRange; in CheckFriendTypeDecl()
H A DSemaChecking.cpp15065 SourceRange TypeRange = in AnalyzeBitFieldAssignment() local
15068 << SignedEnum << TypeRange; in AnalyzeBitFieldAssignment()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1598 RangeSet TypeRange = infer(T); in getTrueRange() local
1599 return assumeNonZero(TypeRange, T); in getTrueRange()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3101 SourceRange TypeRange(Start, Tok.getLocation()); in ParseAlignArgument() local
3102 if (Actions.ActOnAlignasTypeArgument(KWName, Ty, TypeLoc, TypeRange)) in ParseAlignArgument()