Home
last modified time | relevance | path

Searched defs:setRange (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DInferIntRangeInterfaceImpls.cpp74 auto setRange = [&](ConstantIntRanges argRange, Value dimResult, in inferResultRanges() local
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPExpressions.cpp65 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange() function in __anond84fce450111::PPValue
66 void setRange(SourceLocation B, SourceLocation E) { in setRange() function in __anond84fce450111::PPValue
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSarif.h168 ThreadFlow setRange(const CharSourceRange &ItemRange) { in setRange() function
H A DAttributeCommonInfo.h134 void setRange(SourceRange R) { AttrRange = R; } in setRange() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h70 void setRange(SourceRange R) { Range = R; } in setRange() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2940 ProgramStateRef RangeConstraintManager::setRange(ProgramStateRef State, in setRange() function in RangeConstraintManager