Home
last modified time | relevance | path

Searched defs:g5 (Results 1 – 25 of 63) sorted by relevance

123

/external/llvm-project/clang/test/Analysis/
Dgmalloc.c34 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/
Dfunction-pointer-arguments.cpp14 int(*g5)(const int, int) = f2; in good() local
31 int (*g5)(int) = f1; in bad() local
Daddress-of-temporary.cpp34 …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/
Dfunction-pointer-arguments.cpp14 int(*g5)(const int, int) = f2; in good() local
31 int (*g5)(int) = f1; in bad() local
/external/clang/test/Sema/
Dprivate-extern.c19 __private_extern__ int g5; // expected-note{{previous declaration}} variable
20 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}} variable
Dattr-weak.c8 void __attribute__((weak_import)) g5(void) { in g5() function
Dconstant-builtins.c11 long double g5 = __builtin_infl(); variable
Dattr-alias-elf.c20 void g5() {} in g5() function
Dalign-x86.c13 unsigned long long g5; variable
Dvarargs-x86-64.c36 void __attribute__((ms_abi)) g5() { in g5() function
Dbitfield-layout.c167 struct g5 { struct
171 CHECK_SIZE(struct, g5, 4); argument
/external/llvm-project/clang/test/Sema/
Dprivate-extern.c19 __private_extern__ int g5; // expected-note{{previous declaration}} variable
20 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}} variable
Dattr-weak.c10 void __attribute__((weak_import)) g5(void) { in g5() function
Dconstant-builtins.c16 long double g5 = __builtin_infl(); variable
Dattr-alias-elf.c20 void g5() {} in g5() function
Dvarargs-x86-64.c36 void __attribute__((ms_abi)) g5() { in g5() function
Dbitfield-layout.c167 struct g5 { struct
171 CHECK_SIZE(struct, g5, 4); argument
/external/clang/test/CodeGenCXX/
Dmangle-literal-suffix.cpp13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} in g5() function
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-literal-suffix.cpp13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} in g5() function
/external/llvm-project/flang/test/Semantics/
Dresolve38.f9055 generic :: g5 => s3, s4 method
57 generic, public :: g5 => s5 method
/external/llvm-project/clang/test/CodeGen/
Daapcs64-align.cpp92 void g5() { in g5() function
Dbitfield-2.c213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable
229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_5() local
/external/clang/test/CodeGenObjCXX/
Dencode.mm169 extern const char g5[] = @encode(basic_string); function
/external/llvm-project/clang/test/CodeGenObjCXX/
Dencode.mm172 extern const char g5[] = @encode(basic_string); function
/external/clang/test/CodeGen/
Dbitfield-2.c213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable
229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_5() local

123