Home
last modified time | relevance | path

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 Dassert.deallocate.pass.cpp32 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 Dallocate.pass.cpp63 std::size_t maxSize = Traits::max_size(a); in testAllocForSizeThrows() local
/llvm-project/clang/utils/ABITest/
H A DEnumeration.py193 N, maxSize=aleph0, maxElement=aleph0, useDivmod=False, useLeftToRight=False argument
216 maxSize=aleph0, argument
H A DTypeGen.py357 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 DMemRefTransformOps.cpp71 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 Dtransform_reduce.pass.cpp100 std::size_t maxSize = 100000; in test_by_type() local
/llvm-project/lld/ELF/
H A DWriter.cpp2715 uint64_t maxSize = config->is64 ? INT64_MAX : UINT32_MAX; openFile() local