Home
last modified time | relevance | path

Searched defs:TypeRange (Results 1 – 20 of 20) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DTypeRange.cpp17 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 DTypeRange.h44 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 DTypeUtilities.h24 class TypeRange; variable
H A DBlock.h25 class TypeRange; global() variable
H A DRegion.h19 class TypeRange; variable
H A DBuiltinTypes.h34 class TypeRange; global() variable
/llvm-project/mlir/include/mlir/Dialect/Linalg/TransformOps/
H A DSyntax.h18 class TypeRange; variable
/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DTwineLocalCheck.cpp43 SourceRange TypeRange = in check() local
/llvm-project/mlir/include/mlir/Transforms/
H A DInliningUtils.h32 class TypeRange; variable
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DPassByValueCheck.cpp285 CharSourceRange TypeRange = CharSourceRange::getTokenRange( in check() local
/llvm-project/clang/include/clang/Sema/
H A DInitialization.h662 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 DRISCVVEmitter.cpp508 StringRef TypeRange = R->getValueAsString("TypeRange"); createRVVIntrinsics() local
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp2476 build(OpBuilder & odsBuilder,OperationState & odsState,TypeRange,StringAttr symName,TypeAttr type) build() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1598 RangeSet TypeRange = infer(T); getTrueRange() local
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3285 SourceRange TypeRange(Start, Tok.getLocation()); ParseAlignArgument() local
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2664 SourceRange TypeRange BuildClassMessage() local
H A DSemaExprCXX.cpp2038 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); BuildCXXNew() local
[all...]
H A DSemaDeclAttr.cpp1244 attrNonNullArgCheck(Sema & S,QualType T,const ParsedAttr & AL,SourceRange AttrParmRange,SourceRange TypeRange,bool isReturnValue=false) attrNonNullArgCheck() argument
H A DSemaExpr.cpp15671 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 DSemaChecking.cpp10288 SourceRange TypeRange = AnalyzeBitFieldAssignment() local