/llvm-project/clang/test/Analysis/ |
H A D | gmalloc.c | 39 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f1() local 58 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f2() local 78 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f3() local 97 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f4() local 117 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f5() local 138 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f6() local 160 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f7() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | function-pointer-arguments.cpp | 17 int(*g8)(const int&, int) = f4; in good() local 39 int (*g8)(int, char) = f2; in bad() local
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | aix-vector-attr-aligned.c | 10 vector int g8 __attribute__((aligned(8))); variable
|
/llvm-project/clang/test/Sema/ |
H A D | attr-alias-elf.c | 32 void g8() {} in g8() function
|
H A D | private-extern.c | 34 int g8; // expected-error {{non-extern declaration of 'g8' follows extern declaration}} in f2() local
|
H A D | varargs-x86-64.c | 61 void __attribute__((ms_abi)) g8(int a, ...) { in g8() function
|
H A D | bitfield-layout.c | 192 struct __attribute__((packed)) g8 { struct 197 CHECK_SIZE(struct, g8, 4); argument
|
H A D | address-packed.c | 214 void g8(void) in g8() function
|
H A D | constant-builtins-2.c | 21 long double g8 = __builtin_nanl(""); variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | arm-vfp16-arguments.c | 19 float16x8_t g8; variable
|
H A D | bitfield-2.c | 301 struct s8 g8 = { 0xF }; variable 317 struct s8 g8 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_8() local
|
H A D | cmse-clear-arg.c | 44 void __attribute__((cmse_nonsecure_call)) (*g8)(T8); variable
|
H A D | tbaa-class.cpp | 157 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8() function
|
H A D | regparm-struct.c | 69 void g8(void) { in g8() function
|
H A D | tbaa.cpp | 136 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8() function
|
H A D | const-init.c | 50 int g8 = (2.0 + 3.0i) * (5.0 + 7.0i) == (-11.0 + 29.0i); variable
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | scariness_score_test.cpp | 145 int64_t g8[100]; variable
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | encode.mm | 206 extern const char g8[] = @encode(Y); function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | pr12251.cpp | 66 e8 g8(e8 *x) { in g8() function
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | encode-test.m | 146 const char g8[] = @encode(struct s8); function
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve18.f90 | 118 interface g8 interface
|
H A D | resolve53.f90 | 294 interface g8 global() interface
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg0xx.cpp | 438 extern "C++" void g8() { g8() function
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 2698 static void vaargsfn_manyfix(int g1, int g2, int g3, int g4, int g5, int g6, int g7, int g8, int g9, ...) { in vaargsfn_manyfix() argument
|