Home
last modified time | relevance | path

Searched refs:upperBound (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryLocation.cpp201 LocationSize::upperBound(DL.getTypeStoreSize(II->getType())), in getForArgument()
208 LocationSize::upperBound( in getForArgument()
269 Size = LocationSize::upperBound(Len->getZExtValue()); in getForArgument()
281 : LocationSize::upperBound(Len->getZExtValue()); in getForArgument()
326 Arg, LocationSize::upperBound(LenCI->getZExtValue()), AATags); in getForArgument()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryLocation.h109 static LocationSize upperBound(uint64_t Value) { in upperBound() function
117 static LocationSize upperBound(TypeSize Value) { in upperBound() function
120 return upperBound(Value.getFixedValue()); in upperBound()
154 return upperBound(std::max(getValue(), Other.getValue())); in unionWith()
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp232 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() function
288 Range *InRange = upperBound(Min, Ranges, NumRanges); in PrintMemorySnippet()
292 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
312 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h232 assumeInBoundDual(DefinedOrUnknownSVal idx, DefinedOrUnknownSVal upperBound,
236 assumeInBound(DefinedOrUnknownSVal idx, DefinedOrUnknownSVal upperBound,
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp4818 OPTIONAL(upperBound, MDSignedOrMDField, ); \ in parseDISubrange()
4839 UpperBound = convToMetadata(upperBound); in parseDISubrange()
4855 OPTIONAL(upperBound, MDSignedOrMDField, ); \ in parseDIGenericSubrange()
4872 Metadata *UpperBound = ConvToMetadata(upperBound); in parseDIGenericSubrange()