/external/llvm-project/clang/test/CodeGen/RISCV/ |
D | riscv64-lp64-lp64f-abi.c | 11 struct large { struct 27 // the presence of large return values that consume a register due to the need argument
|
D | riscv64-lp64-abi.c | 9 struct large { struct 25 // the presence of large return values that consume a register due to the need argument
|
D | riscv32-ilp32-ilp32f-abi.c | 23 struct large { struct 37 // the presence of large return values that consume a register due to the need argument
|
D | riscv32-ilp32-abi.c | 21 struct large { struct 35 // the presence of large return values that consume a register due to the need argument
|
D | riscv64-lp64-lp64f-lp64d-abi.c | 158 struct large { struct 162 // CHECK-LABEL: define void @f_agg_large(%struct.large* %x) argument
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-byval-temp.c | 4 struct large { struct 8 void pass_large(struct large); argument
|
D | sparcv9-abi.c | 50 struct large { struct 56 // CHECK-LABEL: define void @f_large(%struct.large* noalias sret(%struct.large) align 8 %agg.result… argument
|
/external/clang/test/CodeGen/ |
D | sparcv9-abi.c | 50 struct large { struct 56 // CHECK-LABEL: define void @f_large(%struct.large* noalias sret %agg.result, %struct.large* %x) argument
|
/external/rust/crates/half/benches/ |
D | convert.rs | 115 let large: Vec<_> = iter::repeat(0) in bench_slice_f32_to_f16() localVariable 147 let large: Vec<_> = iter::repeat(0) in bench_slice_f64_to_f16() localVariable 179 let large: Vec<_> = iter::repeat(0) in bench_slice_f16_to_f32() localVariable 211 let large: Vec<_> = iter::repeat(0) in bench_slice_f16_to_f64() localVariable
|
/external/clang/test/SemaCXX/ |
D | builtin-object-size-cxx14.cpp | 67 LargeStruct large; in noWriteToBuf() local 75 LargeStruct large = {0, {}, 0}; in initTheBuf() local 86 LargeStruct large; in initTheBufWithALoop() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | builtin-object-size-cxx14.cpp | 70 LargeStruct large; in noWriteToBuf() local 78 LargeStruct large = {0, {}, 0}; in initTheBuf() local 89 LargeStruct large; in initTheBufWithALoop() local
|
/external/libtextclassifier/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 58 auto large = FixedArr(kLargeSize); in TEST() local 66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local 112 auto large = FixedArr(kLargeSize); in TEST() local 120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 58 auto large = FixedArr(kLargeSize); in TEST() local 66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local 112 auto large = FixedArr(kLargeSize); in TEST() local 120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 58 auto large = FixedArr(kLargeSize); in TEST() local 66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local 112 auto large = FixedArr(kLargeSize); in TEST() local 120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
|
/external/openscreen/third_party/abseil/src/absl/container/ |
D | fixed_array_exception_safety_test.cc | 58 auto large = FixedArr(kLargeSize); in TEST() local 66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local 112 auto large = FixedArr(kLargeSize); in TEST() local 120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
|
/external/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 58 auto large = FixedArr(kLargeSize); in TEST() local 66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local 112 auto large = FixedArr(kLargeSize); in TEST() local 120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
|
/external/webrtc/third_party/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 58 auto large = FixedArr(kLargeSize); in TEST() local 66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local 112 auto large = FixedArr(kLargeSize); in TEST() local 120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
|
/external/skia/docs/examples/ |
D | IRect_height64.cpp | 7 SkIRect large = { 1, -2147483647, 2, 2147483644 }; in draw() local
|
D | IRect_width64.cpp | 7 SkIRect large = { -2147483647, 1, 2147483644, 2 }; in draw() local
|
D | Rect_height.cpp | 9 SkRect large = { 1, -2147483647.f, 2, 2147483644.f }; in draw() local
|
D | IRect_width.cpp | 9 SkIRect large = { -2147483647, 1, 2147483644, 2 }; in draw() local
|
D | IRect_height.cpp | 9 SkIRect large = { 1, -2147483647, 2, 2147483644 }; in draw() local
|
D | RRect_height.cpp | 9 SkRRect large = SkRRect::MakeRect({ 1, -FLT_MAX, 2, FLT_MAX }); in draw() local
|
D | Rect_width.cpp | 9 SkRect large = { -2147483647.f, 1, 2147483644.f, 2 }; in draw() local
|
D | RRect_width.cpp | 9 SkRRect large = SkRRect::MakeRect({ -FLT_MAX, 1, FLT_MAX, 2 }); in draw() local
|