Searched defs:maxSize (Results 1 – 7 of 7) sorted by relevance
/llvm-project/libcxx/test/libcxx/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/ |
H A D | assert.deallocate.pass.cpp | 32 const std::size_t maxSize = Traits::max_size(a); in main() local
|
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/ |
H A D | allocate.pass.cpp | 63 std::size_t maxSize = Traits::max_size(a); in testAllocForSizeThrows() local
|
/llvm-project/clang/utils/ABITest/ |
H A D | Enumeration.py | 193 N, maxSize=aleph0, maxElement=aleph0, useDivmod=False, useLeftToRight=False argument 216 maxSize=aleph0, argument
|
H A D | TypeGen.py | 357 def __init__(self, typeGen, maxSize, useIncomplete=False, useZero=False): argument 386 def __init__(self, typeGen, useUnion, maxSize): argument 415 def __init__(self, typeGen, useReturn, maxSize): argument
|
/llvm-project/mlir/lib/Dialect/MemRef/TransformOps/ |
H A D | MemRefTransformOps.cpp | 71 explicit AllocToAllocaPattern(Operation *analysisRoot, int64_t maxSize = 0) in AllocToAllocaPattern() argument 91 int64_t maxSize; member in __anon946b77f30111::AllocToAllocaPattern
|
/llvm-project/pstl/test/std/numerics/numeric.ops/ |
H A D | transform_reduce.pass.cpp | 100 std::size_t maxSize = 100000; in test_by_type() local
|
/llvm-project/lld/ELF/ |
H A D | Writer.cpp | 2715 uint64_t maxSize = config->is64 ? INT64_MAX : UINT32_MAX; openFile() local
|