Home
last modified time | relevance | path

Searched defs:large (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/RISCV/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
H A Driscv64-lp64-abi.c9 struct large { struct
25 // the presence of large return values that consume a register due to the need argument
H A Driscv32-ilp32-abi.c21 struct large { struct
35 // the presence of large return values that consume a register due to the need argument
H A Driscv32-ilp32-ilp32f-abi.c23 struct large { struct
37 // the presence of large return values that consume a register due to the need argument
H A Driscv64-lp64-lp64f-lp64d-abi.c158 struct large { struct
162 // CHECK-LABEL: define{{.*}} void @f_agg_large(%struct.large* noundef %x) argument
H A Driscv32-ilp32-ilp32f-ilp32d-abi.c169 struct large { struct
173 // CHECK-LABEL: define{{.*}} void @f_agg_large(%struct.large* noundef %x) argument
/llvm-project-15.0.7/clang/test/CodeGen/
H A Daarch64-byval-temp.c4 struct large { struct
8 void pass_large(struct large); argument
H A Dsparcv9-abi.c50 struct large { struct
56 // CHECK-LABEL: define{{.*}} void @f_large(%struct.large* noalias sret(%struct.large) align 8 %agg.… argument
H A Dasm.c92 struct large { struct
96 unsigned long t15(int x, struct large *P) { in t15() argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp70 LargeStruct large; in noWriteToBuf() local
78 LargeStruct large = {0, {}, 0}; in initTheBuf() local
89 LargeStruct large; in initTheBufWithALoop() local
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/bitset/
H A Dmain.cpp25 std::bitset<1000> large; in main() local
/llvm-project-15.0.7/clang/test/CodeGen/CSKY/
H A Dcsky-abi.c109 struct large { struct
114 void f_agg_large(struct large x) { in f_agg_large() argument
H A Dcsky-soft-abi.c372 struct large { struct
377 // the presence of large return values that consume a register due to the need argument
H A Dcsky-hard-abi.c371 struct large { struct
376 // the presence of large return values that consume a register due to the need argument
/llvm-project-15.0.7/flang/test/Semantics/
H A Ddata03.f9016 type large type
H A Ddata04.f9057 type large type
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddesignated-init.cpp56 WithLargeArray large = {(LargeArray){1, 2, 3}, .arr.arr[10] = 10}; variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dmacro-repeated-side-effects.c81 void large(int a) { in large() function
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp142 constexpr pixel large(4); variable
/llvm-project-15.0.7/libcxx/test/support/
H A Dexperimental_any_helpers.h213 typedef large_type<> large; typedef
H A Dany_helpers.h253 typedef large_type<> large; typedef