/llvm-project/clang/test/Analysis/ |
H A D | gmalloc.c | 35 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f1() local 54 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f2() local 74 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f3() local 93 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f4() local 113 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f5() local 134 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f6() local 156 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f7() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | function-pointer-arguments.cpp | 14 int(*g5)(const int, int) = f2; in good() local 31 int (*g5)(int) = f1; in bad() local
|
H A D | address-of-temporary.cpp | 34 …void g5() { Z *p = &(Z&)(AZ{}[0]); } // expected-warning{{will be destroyed at the end of the full… in g5() function
|
H A D | member-expr.cpp | 155 int g5() { in g5() function
|
H A D | return-noreturn.cpp | 73 int g5(int x) { in g5() function
|
/llvm-project/clang/test/Driver/ |
H A D | toc-conf.c | 7 int g1, g4, g5; variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-literal-suffix.cpp | 13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} in g5() function
|
H A D | pr12251.cpp | 45 e5 g5(e5 *x) { in g5() function
|
/llvm-project/clang/test/Sema/ |
H A D | attr-weak.c | 10 void __attribute__((weak_import)) g5(void) { in g5() function
|
H A D | constant-builtins.c | 16 long double g5 = __builtin_infl(); variable
|
H A D | private-extern.c | 19 __private_extern__ int g5; // expected-note{{previous declaration}} variable 20 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}} variable
|
H A D | attr-alias-elf.c | 21 void g5() {} in g5() function
|
H A D | varargs-x86-64.c | 35 void __attribute__((ms_abi)) g5(void) { in g5() function
|
H A D | bitfield-layout.c | 167 struct g5 { struct 171 CHECK_SIZE(struct, g5, 4); argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | keep-persistent-storage-variables.cpp | 26 int g5; variable
|
H A D | aapcs64-align.cpp | 92 void g5() { in g5() function
|
H A D | bitfield-2.c | 213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable 229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_5() local
|
H A D | aapcs-align.cpp | 111 void g5() { in g5() function
|
H A D | tbaa-class.cpp | 121 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() function
|
H A D | regparm-struct.c | 43 void g5(void) { in g5() function
|
H A D | tbaa.cpp | 100 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() function
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve38.f90 | 55 generic :: g5 => s3, s4 method 57 generic, public :: g5 => s5 method
|
H A D | resolve53.f90 | 278 interface g5 global() interface 386 interface g5 global() interface
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | encode.mm | 173 extern const char g5[] = @encode(basic_string); function
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | encode-test.m | 111 const char g5[] = @encode(MyObj * const); function
|