/llvm-project/mlir/lib/IR/ |
H A D | TypeRange.cpp | 17 TypeRange::TypeRange(ArrayRef<Type> types) in TypeRange() function in TypeRange 22 TypeRange::TypeRange(OperandRange values) in TypeRange() function in TypeRange 24 TypeRange::TypeRange(ResultRange values) TypeRange() function in TypeRange 26 TypeRange::TypeRange(ValueRange values) : TypeRange(OwnerT(), values.size()) { TypeRange() function in TypeRange [all...] |
/llvm-project/mlir/include/mlir/IR/ |
H A D | TypeRange.h | 44 TypeRange(ValueTypeRang function 49 TypeRange(Arg &&arg) : TypeRange(ArrayRef<Type>(std::forward<Arg>(arg))) {} TypeRange() function 50 TypeRange(std::initializer_list<Type> types) TypeRange() function [all...] |
H A D | TypeUtilities.h | 24 class TypeRange; variable
|
H A D | Block.h | 25 class TypeRange; global() variable
|
H A D | Region.h | 19 class TypeRange; variable
|
H A D | BuiltinTypes.h | 34 class TypeRange; global() variable
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/TransformOps/ |
H A D | Syntax.h | 18 class TypeRange; variable
|
/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
H A D | TwineLocalCheck.cpp | 43 SourceRange TypeRange = in check() local
|
/llvm-project/mlir/include/mlir/Transforms/ |
H A D | InliningUtils.h | 32 class TypeRange; variable
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | PassByValueCheck.cpp | 285 CharSourceRange TypeRange = CharSourceRange::getTokenRange( in check() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 662 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() argument 669 SourceRange TypeRange, in CreateCStyleCast() argument 679 static InitializationKind CreateFunctionalCast(SourceRange TypeRange, in CreateFunctionalCast() argument [all...] |
/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 508 StringRef TypeRange = R->getValueAsString("TypeRange"); createRVVIntrinsics() local
|
/llvm-project/mlir/lib/Dialect/OpenMP/IR/ |
H A D | OpenMPDialect.cpp | 2476 build(OpBuilder & odsBuilder,OperationState & odsState,TypeRange,StringAttr symName,TypeAttr type) build() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1598 RangeSet TypeRange = infer(T); getTrueRange() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 3285 SourceRange TypeRange(Start, Tok.getLocation()); ParseAlignArgument() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 2664 SourceRange TypeRange BuildClassMessage() local
|
H A D | SemaExprCXX.cpp | 2038 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); BuildCXXNew() local [all...] |
H A D | SemaDeclAttr.cpp | 1244 attrNonNullArgCheck(Sema & S,QualType T,const ParsedAttr & AL,SourceRange AttrParmRange,SourceRange TypeRange,bool isReturnValue=false) attrNonNullArgCheck() argument
|
H A D | SemaExpr.cpp | 15671 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); BuildBuiltinOffsetOf() local 20546 checkUnknownAnyCast(SourceRange TypeRange,QualType CastType,Expr * CastExpr,CastKind & CastKind,ExprValueKind & VK,CXXCastPath & Path) checkUnknownAnyCast() argument
|
H A D | SemaChecking.cpp | 10288 SourceRange TypeRange = AnalyzeBitFieldAssignment() local
|