HomeSort by: relevance | last modified time | path
    Searched defs:upperBound (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryLocation.h 91 // FIXME: Migrate all users to construct via either `precise` or `upperBound`,
107 static LocationSize upperBound(uint64_t Value) {
115 static LocationSize upperBound(TypeSize Value) {
118 return upperBound(Value.getFixedSize());
152 return upperBound(std::max(getValue(), Other.getValue()));
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 227 static Range *upperBound(MemoryLocation Loc, Range *Ranges,
283 Range *InRange = upperBound(Min, Ranges, NumRanges);
287 InRange = upperBound(P, Ranges, NumRanges);
307 InRange = upperBound(P, Ranges, NumRanges);
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.cpp 240 static Range *upperBound(MemoryLocation Loc, Range *Ranges,
296 Range *InRange = upperBound(Min, Ranges, NumRanges);
300 InRange = upperBound(P, Ranges, NumRanges);
320 InRange = upperBound(P, Ranges, NumRanges);
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp 234 static Range *upperBound(MemoryLocation Loc, Range *Ranges,
290 Range *InRange = upperBound(Min, Ranges, NumRanges);
294 InRange = upperBound(P, Ranges, NumRanges);
314 InRange = upperBound(P, Ranges, NumRanges);
  /src/external/bsd/zstd/dist/lib/
zstd.h 547 int upperBound;

Completed in 74 milliseconds