| /freebsd/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()
|
| H A D | Sema.h | 7871 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 629 StringRef TypeRange = R->getValueAsString("TypeRange"); in createRVVIntrinsics() local 682 for (char I : TypeRange) { in createRVVIntrinsics() 761 for (char I : TypeRange) in createRVVIntrinsics()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRTypes.cpp | 610 FuncType FuncType::clone(TypeRange inputs, TypeRange results) const { in clone()
|
| H A D | CIRDialect.cpp | 953 result.addTypes(TypeRange{yieldTy}); in build() 1595 result.addTypes(TypeRange{yield.getOperandTypes().front()}); in build()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2136 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() local 2172 return InitializationKind::CreateDefault(TypeRange.getBegin()); in BuildCXXNew() 2176 return InitializationKind::CreateDirect(TypeRange.getBegin(), in BuildCXXNew() 2180 return InitializationKind::CreateDirectList(TypeRange.getBegin(), in BuildCXXNew() 2193 Diag(*ArraySize ? (*ArraySize)->getExprLoc() : TypeRange.getBegin(), in BuildCXXNew() 2196 << (*ArraySize ? (*ArraySize)->getSourceRange() : TypeRange)); in BuildCXXNew() 2214 << AllocType << TypeRange); in BuildCXXNew() 2219 << AllocType << TypeRange); in BuildCXXNew() 2223 << AllocType << TypeRange; in BuildCXXNew() 2228 << Braced << AllocType << TypeRange); in BuildCXXNew() [all …]
|
| H A D | SemaExprObjC.cpp | 2653 SourceRange TypeRange in BuildClassMessage() local 2660 TypeRange)) { in BuildClassMessage()
|
| H A D | SemaDeclAttr.cpp | 1272 SourceRange TypeRange, in attrNonNullArgCheck() argument 1277 << AL << AttrParmRange << TypeRange; in attrNonNullArgCheck() 1280 << AL << AttrParmRange << TypeRange << 0; in attrNonNullArgCheck()
|
| H A D | SemaExpr.cpp | 16080 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf() local 16087 << ArgTy << TypeRange); in BuildBuiltinOffsetOf() 16093 diag::err_offsetof_incomplete_type, TypeRange)) in BuildBuiltinOffsetOf() 21110 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument 21115 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
|
| H A D | SemaChecking.cpp | 11550 SourceRange TypeRange = in AnalyzeBitFieldAssignment() local 11553 << SignedEnum << TypeRange; in AnalyzeBitFieldAssignment()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRTypes.td | 458 FuncType clone(mlir::TypeRange inputs, mlir::TypeRange results) const;
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1616 RangeSet TypeRange = infer(T); in getTrueRange() local 1617 return assumeNonZero(TypeRange, T); in getTrueRange()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 3081 SourceRange TypeRange(Start, Tok.getLocation()); in ParseAlignArgument() local 3082 if (Actions.ActOnAlignasTypeArgument(KWName, Ty, TypeLoc, TypeRange)) in ParseAlignArgument()
|