Home
last modified time | relevance | path

Searched refs:std_alloc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_types.pass.cpp214 STDA std_alloc; in main() local
216 test_non_pmr_uses_alloc<STDA>(std_alloc); in main()
218 test_non_pmr_uses_alloc<STDA>(std_alloc, value); in main()
220 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue); in main()
222 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue, std::move(value)); in main()
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_types.pass.cpp216 STDA std_alloc; in main() local
218 test_non_pmr_uses_alloc<STDA>(std_alloc); in main()
220 test_non_pmr_uses_alloc<STDA>(std_alloc, value); in main()
222 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue); in main()
224 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue, std::move(value)); in main()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/EDSC/
DIntrinsics.h19 using std_alloc = ValueBuilder<AllocOp>; variable
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DPromotion.cpp87 : std_alloc(MemRefType::get(width * cst.getValue(), in allocBuffer()
97 : std_alloc(MemRefType::get(-1, IntegerType::get(8, ctx)), mul, in allocBuffer()