Home
last modified time | relevance | path

Searched defs:g7 (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dgmalloc.c38 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 Dfunction-pointer-arguments.cpp16 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 Dprivate-extern.c28 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 Dattr-alias-elf.c27 void g7() {} in g7() function
H A Dvarargs-x86-64.c52 void __attribute__((ms_abi)) g7(int a, ...) { in g7() function
H A Dbitfield-layout.c181 struct g7 { struct
186 CHECK_SIZE(struct, g7, 4); argument
H A Daddress-packed.c166 struct AlignedTo2Bis* g7(struct AlignedTo2 *s) in g7() function
H A Dconstant-builtins-2.c20 float g7 = __builtin_nanf(""); variable
/llvm-project/clang/test/Parser/
H A Dwarn-misleading-indentation.cpp186 void g7(int i) { in g7() function
/llvm-project/clang/test/CodeGenObjCXX/
H A Dencode.mm193 extern const char g7[] = @encode(CefBrowserImpl2); function
/llvm-project/clang/test/CodeGenCXX/
H A Dpr12251.cpp59 e7 g7(e7 *x) { in g7() function
/llvm-project/clang/test/CodeGen/
H A Dtbaa-class.cpp145 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() function
H A Dregparm-struct.c62 void g7(void) { in g7() function
H A Dtbaa.cpp124 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() function
H A Dconst-init.c48 int g7 = (2 + 3i) * (5 + 7i) == (-11 + 29i); variable
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test.m140 const char g7[] = @encode(Derived1X); function
/llvm-project/flang/test/Semantics/
H A Dresolve18.f90109 interface g7 interface
H A Dresolve53.f90289 interface g7 global() interface
/llvm-project/clang/test/CXX/drs/
H A Dcwg0xx.cpp430 extern "C" void g7() { g7() function
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2698 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