/llvm-project/clang/test/Analysis/ |
H A D | gmalloc.c | 38 gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); in f1() local 57 gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); in f2() local 77 …gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); // expected-warning{{Potential leak of memory… in f3() local 96 …gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); // expected-warning{{Potential leak of memory… in f4() local 116 gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); in f5() local 137 gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); in f6() local 159 gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); in f7() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | function-pointer-arguments.cpp | 16 int(*g7)(int&, int) = f3; in good() local 37 int (*g7)(const int, char) = f1; in bad() local
|
/llvm-project/clang/test/Sema/ |
H A D | private-extern.c | 28 int g7; // expected-note {{previous}} in f1() local 29 …__private_extern__ int g7; // expected-error {{extern declaration of 'g7' follows non-extern decla… in f1() local
|
H A D | attr-alias-elf.c | 27 void g7() {} in g7() function
|
H A D | varargs-x86-64.c | 52 void __attribute__((ms_abi)) g7(int a, ...) { in g7() function
|
H A D | bitfield-layout.c | 181 struct g7 { struct 186 CHECK_SIZE(struct, g7, 4); argument
|
H A D | address-packed.c | 166 struct AlignedTo2Bis* g7(struct AlignedTo2 *s) in g7() function
|
H A D | constant-builtins-2.c | 20 float g7 = __builtin_nanf(""); variable
|
/llvm-project/clang/test/Parser/ |
H A D | warn-misleading-indentation.cpp | 186 void g7(int i) { in g7() function
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | encode.mm | 193 extern const char g7[] = @encode(CefBrowserImpl2); function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | pr12251.cpp | 59 e7 g7(e7 *x) { in g7() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | tbaa-class.cpp | 145 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() function
|
H A D | regparm-struct.c | 62 void g7(void) { in g7() function
|
H A D | tbaa.cpp | 124 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() function
|
H A D | const-init.c | 48 int g7 = (2 + 3i) * (5 + 7i) == (-11 + 29i); variable
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | encode-test.m | 140 const char g7[] = @encode(Derived1X); function
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve18.f90 | 109 interface g7 interface
|
H A D | resolve53.f90 | 289 interface g7 global() interface
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg0xx.cpp | 430 extern "C" void g7() { g7() 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
|