Home
last modified time | relevance | path

Searched defs:SizeRange (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/
H A Dfreetrie.h61 struct SizeRange { struct
65 LIBC_INLINE constexpr SizeRange(size_t min, size_t width) in SizeRange() argument
71 LIBC_INLINE SizeRange lower() const { return {min, width / 2}; } in lower() argument
74 LIBC_INLINE SizeRange upper() const { return {min + width / 2, width / 2}; } in upper() argument
85 LIBC_INLINE constexpr FreeTrie() : FreeTrie(SizeRange{0, 0}) {} in FreeTrie() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp77 auto SizeRange = SE.getUnsignedRange(SE.getSCEV(Size)); in getBoundsCheckCond() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp79 auto SizeRange = SE.getUnsignedRange(SE.getSCEV(Size)); in getBoundsCheckCond() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp290 const ConstantRange &SizeRange) { in getAccessRange()
337 ConstantRange SizeRange(APInt::getZero(PointerSize), Sizes.getUpper() - 1); in getMemIntrinsicAccessRange() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSafeStack.cpp231 ConstantRange SizeRange = in IsAccessSafe() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSafeStack.cpp234 ConstantRange SizeRange = in IsAccessSafe() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStack.cpp238 ConstantRange SizeRange = in IsAccessSafe() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp258 ConstantRange SizeRange = getRange(0, AccessSize); in getAccessRange() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaChecking.cpp6048 SourceRange SizeRange = Size->getSourceRange(); in CheckMemorySizeofForComparison() local
H A DSemaDecl.cpp6906 SourceRange SizeRange = VAT->getSizeExpr()->getSourceRange(); in CheckVariableDeclarationType() local
/aosp_15_r20/external/aws-sdk-java-v2/services/workdocs/src/main/resources/codegen-resources/
H A Dservice-2.json2511 "SizeRange":{ object