| /external/llvm-project/clang/test/Analysis/ |
| D | gmalloc.c | 34 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f1() local 53 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f2() local 73 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f3() local 92 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f4() local 112 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f5() local 133 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f6() local 155 gpointer g5 = g_malloc_n(n_bytes, sizeof(char)); in f7() local
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | function-pointer-arguments.cpp | 14 int(*g5)(const int, int) = f2; in good() local 31 int (*g5)(int) = f1; in bad() local
|
| 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
|
| /external/clang/test/SemaCXX/ |
| D | function-pointer-arguments.cpp | 14 int(*g5)(const int, int) = f2; in good() local 31 int (*g5)(int) = f1; in bad() local
|
| /external/clang/test/Sema/ |
| 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
|
| D | attr-weak.c | 8 void __attribute__((weak_import)) g5(void) { in g5() function
|
| D | constant-builtins.c | 11 long double g5 = __builtin_infl(); variable
|
| D | attr-alias-elf.c | 20 void g5() {} in g5() function
|
| D | align-x86.c | 13 unsigned long long g5; variable
|
| D | varargs-x86-64.c | 36 void __attribute__((ms_abi)) g5() { in g5() function
|
| D | bitfield-layout.c | 167 struct g5 { struct 171 CHECK_SIZE(struct, g5, 4); argument
|
| /external/llvm-project/clang/test/Sema/ |
| 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
|
| D | attr-weak.c | 10 void __attribute__((weak_import)) g5(void) { in g5() function
|
| D | constant-builtins.c | 16 long double g5 = __builtin_infl(); variable
|
| D | attr-alias-elf.c | 20 void g5() {} in g5() function
|
| D | varargs-x86-64.c | 36 void __attribute__((ms_abi)) g5() { in g5() function
|
| D | bitfield-layout.c | 167 struct g5 { struct 171 CHECK_SIZE(struct, g5, 4); argument
|
| /external/clang/test/CodeGenCXX/ |
| D | mangle-literal-suffix.cpp | 13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} in g5() function
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | mangle-literal-suffix.cpp | 13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} in g5() function
|
| /external/llvm-project/flang/test/Semantics/ |
| D | resolve38.f90 | 55 generic :: g5 => s3, s4 method 57 generic, public :: g5 => s5 method
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | aapcs64-align.cpp | 92 void g5() { in g5() function
|
| D | bitfield-2.c | 213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable 229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_5() local
|
| /external/clang/test/CodeGenObjCXX/ |
| D | encode.mm | 169 extern const char g5[] = @encode(basic_string); function
|
| /external/llvm-project/clang/test/CodeGenObjCXX/ |
| D | encode.mm | 172 extern const char g5[] = @encode(basic_string); function
|
| /external/clang/test/CodeGen/ |
| D | bitfield-2.c | 213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable 229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_5() local
|