Home
last modified time | relevance | path

Searched defs:big (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/clang/test/CodeGenCXX/
H A Dauto-var-init.cpp115 struct big { unsigned a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z; }; argument
[all...]
H A Dtrivial-auto-var-init.cpp285 char big[65536]; in test_huge_uninit() local
305 char big[65536] = { 'a', 'b', 'c', 'd' }; in test_huge_small_init() local
317 char big[65536] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9' }; in test_huge_larger_init() local
H A Dmicrosoft-abi-vmemptr-conflicts.cpp53 struct Big { int big[32]; }; member
80 int big[32]; member
/llvm-project/lld/test/ELF/Inputs/
H A Dx86-64-reloc-error.s1 .global big symbol
3 big = 0x1000000000 define
H A Dabs.s3 .global big symbol
4 big = 0x1000000000 define
/llvm-project/libcxx/test/libcxx/utilities/utility/
H A D__murmur2_or_cityhash.abi-v1.pass.cpp23 CHOOSE_BY_ENDIANESS(little,big) global() argument
25 CHOOSE_BY_ENDIANESS(little,big) global() argument
H A D__murmur2_or_cityhash.abi-v2.pass.cpp22 # define CHOOSE_BY_ENDIANESS(little, big) (little) argument
24 # define CHOOSE_BY_ENDIANESS(little, big) (big) argument
/llvm-project/clang/test/Sema/
H A Daarch64-neon-ranges.c
H A Datomic-requires-library-error.c4 int big[128]; member
H A Dwarn-cast-function-type.c26 enum E2 { big = __LONG_MAX__ }; enumerator
H A Dwarn-cast-function-type-strict.c36 enum E2 { big = __LONG_MAX__ }; enumerator
/llvm-project/libcxx/include/__bit/
H A Dendian.h24 big = 0xFACE, enumerator
/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/
H A Dmake_signed.pass.cpp26 big = 0xFFFFFFFFFFFFFFFFULL enumerator
H A Dmake_unsigned.pass.cpp26 big = 0xFFFFFFFFFFFFFFFFULL enumerator
/llvm-project/clang/test/SemaCXX/
H A Dwarn-cast-function-type.cpp35 enum E2 { big = __LONG_MAX__ }; enumerator
H A Dwarn-cast-function-type-strict.cpp36 enum E2 { big = __LONG_MAX__ }; enumerator
H A Dattr-format.cpp57 int big[10]; member
/llvm-project/clang/test/CodeGen/X86/
H A Dx86_32-arguments-win32.c133 int big[5]; member
140 struct BigAligned big; in pass_aligned_variadic() local
150 struct BigAligned big; in pass_fixed_align_variadic() local
/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h71 big, enumerator
/llvm-project/polly/lib/External/isl/
H A Disl_int_sioimath.c202 mp_int big; in isl_sioimath_print() local
/llvm-project/lldb/test/API/python_api/value/
H A Dmain.c44 struct MyBiggerStruct big; member
/llvm-project/flang/unittests/Evaluate/
H A Dinteger.cpp251 std::uint64_t big{0x123456789abcdef}; in main() local
/llvm-project/lldb/scripts/
H A Danalyze-project-deps.py39 def is_sublist(small, big): argument
/llvm-project/llvm/unittests/Support/
H A DEndianTest.cpp232 unsigned char big[] = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
/llvm-project/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp29 struct Large { char big[sizeof(std::any) + 1]; }; member

12