Searched refs:upperBound (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 201 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 D | MemoryLocation.h | 109 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 D | ubsan_diag.cpp | 232 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 D | ProgramState.h | 232 assumeInBoundDual(DefinedOrUnknownSVal idx, DefinedOrUnknownSVal upperBound, 236 assumeInBound(DefinedOrUnknownSVal idx, DefinedOrUnknownSVal upperBound,
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4818 OPTIONAL(upperBound, MDSignedOrMDField, ); \ in parseDISubrange() 4839 UpperBound = convToMetadata(upperBound); in parseDISubrange() 4855 OPTIONAL(upperBound, MDSignedOrMDField, ); \ in parseDIGenericSubrange() 4872 Metadata *UpperBound = ConvToMetadata(upperBound); in parseDIGenericSubrange()
|