/llvm-project/clang/test/Analysis/ |
H A D | gmalloc.c | 36 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f1() local 55 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f2() local 75 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f3() local 94 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f4() local 114 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f5() local 135 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f6() local 157 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f7() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | function-pointer-arguments.cpp | 15 int(*g6)(volatile int, int) = f2; in good() local 34 int (*g6)(int, int, int) = f1; in bad() local
|
H A D | return-noreturn.cpp | 77 int g6(int x) { in g6() function
|
H A D | compare-cxx2a.cpp | 462 void g6() { f6<int>(); } // expected-note {{instantiation of}} in g6() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-literal-suffix.cpp | 17 template <class T> void g6(char (&buffer)[sizeof(T() + 5L)]) {} in g6() function
|
H A D | pr12251.cpp | 52 e6 g6(e6 *x) { in g6() function
|
/llvm-project/clang/test/Sema/ |
H A D | attr-alias-elf.c | 23 void g6() {} in g6() function
|
H A D | private-extern.c | 23 int g6; // expected-note {{previous}} in f0() local
|
H A D | varargs-x86-64.c | 40 void __attribute__((ms_abi)) g6(int a, ...) { in g6() function
|
H A D | bitfield-layout.c | 174 struct __attribute__((packed)) g6 { struct 178 CHECK_SIZE(struct, g6, 4); argument
|
H A D | address-packed.c | 158 char *g6(struct AlignedTo2 *s) { in g6() function
|
H A D | constant-builtins-2.c | 19 double g6 = __builtin_nan(""); variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | keep-persistent-storage-variables.cpp | 27 int g6 = 6; variable
|
H A D | bitfield-2.c | 243 struct s6 g6 = { 0xF }; variable 259 struct s6 g6 = { 0xF }; in test_6() local
|
H A D | aapcs-align.cpp | 131 void g6() { in g6() function
|
H A D | tbaa-class.cpp | 133 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() function
|
H A D | regparm-struct.c | 49 void g6(void) { in g6() function
|
H A D | tbaa.cpp | 112 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() function
|
H A D | const-init.c | 46 _Complex double g6 = (2.0 + 3.0i) * (5.0 + 7.0i); variable
|
/llvm-project/clang/test/Parser/ |
H A D | warn-misleading-indentation.cpp | 173 void g6(int i) { in g6() function
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | encode.mm | 183 extern const char g6[] = @encode(CefBrowserImpl); function
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | encode-test.m | 137 const char g6[] = @encode(Base1X); function
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve18.f90 | 100 interface g6 interface
|
H A D | resolve53.f90 | 283 interface g6 global() interface 391 interface g6 global() interface
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | concepts.cpp | 128 void g6() { in g6() function
|