Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h12684 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp500 StringRef TypeRange = R->getValueAsString("TypeRange"); in createRVVIntrinsics() local
549 for (char I : TypeRange) { in createRVVIntrinsics()
628 for (char I : TypeRange) in createRVVIntrinsics()
/openbsd-src/gnu/llvm/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"
161 string TypeRange = type_range;
163 // We use each type described in TypeRange and LMUL with prototype to
168 // order. For instance if Prototype is "wvv", TypeRange is "si" and LMUL=1, a
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp1976 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() local
2006 ? InitializationKind::CreateDefault(TypeRange.getBegin()) in BuildCXXNew()
2012 TypeRange.getBegin(), Initializer->getBeginLoc(), in BuildCXXNew()
2014 : InitializationKind::CreateDirect(TypeRange.getBegin(), in BuildCXXNew()
2024 Diag(*ArraySize ? (*ArraySize)->getExprLoc() : TypeRange.getBegin(), in BuildCXXNew()
2027 << (*ArraySize ? (*ArraySize)->getSourceRange() : TypeRange)); in BuildCXXNew()
2045 << AllocType << TypeRange); in BuildCXXNew()
2050 << AllocType << TypeRange); in BuildCXXNew()
2054 << AllocType << TypeRange; in BuildCXXNew()
2059 << Braced << AllocType << TypeRange); in BuildCXXNew()
[all …]
H A DSemaExprObjC.cpp2654 SourceRange TypeRange in BuildClassMessage() local
2661 TypeRange)) { in BuildClassMessage()
H A DSemaDeclAttr.cpp1566 SourceRange TypeRange, in attrNonNullArgCheck() argument
1571 << AL << AttrParmRange << TypeRange; in attrNonNullArgCheck()
1574 << AL << AttrParmRange << TypeRange << 0; in attrNonNullArgCheck()
H A DSemaExpr.cpp16215 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); in BuildBuiltinOffsetOf() local
16222 << ArgTy << TypeRange); in BuildBuiltinOffsetOf()
16228 diag::err_offsetof_incomplete_type, TypeRange)) in BuildBuiltinOffsetOf()
20865 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
20870 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
H A DSemaDeclCXX.cpp16864 SourceRange TypeRange = TSInfo->getTypeLoc().getSourceRange(); in CheckFriendTypeDecl() local
16885 Diag(TypeRange.getBegin(), in CheckFriendTypeDecl()
16899 << TypeRange; in CheckFriendTypeDecl()
16907 << TypeRange; in CheckFriendTypeDecl()
H A DSemaChecking.cpp13324 SourceRange TypeRange = in AnalyzeBitFieldAssignment() local
13327 << SignedEnum << TypeRange; in AnalyzeBitFieldAssignment()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1598 RangeSet TypeRange = infer(T); in getTrueRange() local
1599 return assumeNonZero(TypeRange, T); in getTrueRange()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp2958 SourceRange TypeRange(Start, Tok.getLocation()); in ParseAlignArgument() local
2960 Ty.getAsOpaquePtr(), TypeRange); in ParseAlignArgument()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt7805 mlir/include/mlir/IR/TypeRange.h
8328 mlir/lib/IR/TypeRange.cpp