| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Initialization.h | 662 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 D | Sema.h | 7461 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector_common.td | 22 // 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
|
| /src/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 508 StringRef TypeRange = R->getValueAsString("TypeRange"); in createRVVIntrinsics() local 561 for (char I : TypeRange) { in createRVVIntrinsics() 640 for (char I : TypeRange) in createRVVIntrinsics()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2038 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() local 2070 return InitializationKind::CreateDefault(TypeRange.getBegin()); in BuildCXXNew() 2074 return InitializationKind::CreateDirect(TypeRange.getBegin(), in BuildCXXNew() 2078 return InitializationKind::CreateDirectList(TypeRange.getBegin(), in BuildCXXNew() 2091 Diag(*ArraySize ? (*ArraySize)->getExprLoc() : TypeRange.getBegin(), in BuildCXXNew() 2094 << (*ArraySize ? (*ArraySize)->getSourceRange() : TypeRange)); in BuildCXXNew() 2112 << AllocType << TypeRange); in BuildCXXNew() 2117 << AllocType << TypeRange); in BuildCXXNew() 2121 << AllocType << TypeRange; in BuildCXXNew() 2126 << Braced << AllocType << TypeRange); in BuildCXXNew() [all …]
|
| H A D | SemaExprObjC.cpp | 2664 SourceRange TypeRange in BuildClassMessage() local 2671 TypeRange)) { in BuildClassMessage()
|
| H A D | SemaDeclAttr.cpp | 1244 SourceRange TypeRange, in attrNonNullArgCheck() argument 1249 << AL << AttrParmRange << TypeRange; in attrNonNullArgCheck() 1252 << AL << AttrParmRange << TypeRange << 0; in attrNonNullArgCheck()
|
| H A D | SemaExpr.cpp | 15714 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf() local 15721 << ArgTy << TypeRange); in BuildBuiltinOffsetOf() 15727 diag::err_offsetof_incomplete_type, TypeRange)) in BuildBuiltinOffsetOf() 20616 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument 20621 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
|
| H A D | SemaChecking.cpp | 10292 SourceRange TypeRange = in AnalyzeBitFieldAssignment() local 10295 << SignedEnum << TypeRange; in AnalyzeBitFieldAssignment()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1598 RangeSet TypeRange = infer(T); in getTrueRange() local 1599 return assumeNonZero(TypeRange, T); in getTrueRange()
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 3293 SourceRange TypeRange(Start, Tok.getLocation()); in ParseAlignArgument() local 3294 if (Actions.ActOnAlignasTypeArgument(KWName, Ty, TypeLoc, TypeRange)) in ParseAlignArgument()
|