Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/Analysis/
Dgmalloc.c37 gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); in f1() local
56 gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); in f2() local
76 …gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); // expected-warning{{Potential leak of memory… in f3() local
95 …gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); // expected-warning{{Potential leak of memory… in f4() local
115 gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); in f5() local
136 gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); in f6() local
158 gpointer g7 = g_try_malloc_n(n_bytes, sizeof(char)); in f7() local
/external/llvm-project/clang/test/SemaCXX/
Dfunction-pointer-arguments.cpp16 int(*g7)(int&, int) = f3; in good() local
37 int (*g7)(const int, char) = f1; in bad() local
/external/clang/test/SemaCXX/
Dfunction-pointer-arguments.cpp16 int(*g7)(int&, int) = f3; in good() local
37 int (*g7)(const int, char) = f1; in bad() local
/external/clang/test/Sema/
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
Dattr-alias-elf.c26 void g7() {} in g7() function
Dalign-x86.c30 enum { x = 18446744073709551615ULL } g7; variable
Dvarargs-x86-64.c53 void __attribute__((ms_abi)) g7(int a, ...) { in g7() function
Dbitfield-layout.c181 struct g7 { struct
186 CHECK_SIZE(struct, g7, 4); argument
/external/llvm-project/clang/test/Sema/
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
Dattr-alias-elf.c26 void g7() {} in g7() function
Dvarargs-x86-64.c53 void __attribute__((ms_abi)) g7(int a, ...) { in g7() function
Dbitfield-layout.c181 struct g7 { struct
186 CHECK_SIZE(struct, g7, 4); argument
/external/clang/test/CodeGenObjCXX/
Dencode.mm189 extern const char g7[] = @encode(CefBrowserImpl2); function
/external/llvm-project/clang/test/Parser/
Dwarn-misleading-indentation.cpp186 void g7(int i) { in g7() function
/external/llvm-project/clang/test/CodeGenObjCXX/
Dencode.mm192 extern const char g7[] = @encode(CefBrowserImpl2); function
/external/llvm-project/clang/test/CodeGenCXX/
Dpr12251.cpp59 e7 g7(e7 *x) { in g7() function
/external/clang/test/CodeGenCXX/
Dpr12251.cpp59 e7 g7(e7 *x) { in g7() function
/external/clang/test/CodeGen/
Dtbaa-class.cpp125 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() function
Dregparm-struct.c62 void g7() { in g7() function
Dconst-init.c46 int g7 = (2 + 3i) * (5 + 7i) == (-11 + 29i); variable
/external/llvm-project/clang/test/CodeGen/
Dtbaa-class.cpp126 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() function
Dconst-init.c46 int g7 = (2 + 3i) * (5 + 7i) == (-11 + 29i); variable
Dregparm-struct.c62 void g7() { in g7() function
/external/clang/test/CodeGenObjC/
Dencode-test.m140 const char g7[] = @encode(Derived1X); function
/external/llvm-project/clang/test/CodeGenObjC/
Dencode-test.m140 const char g7[] = @encode(Derived1X); function

12