Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/Analysis/
H A Dgmalloc.c35 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 Dfunction-pointer-arguments.cpp14 int(*g5)(const int, int) = f2; in good() local
31 int (*g5)(int) = f1; in bad() local
H A 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
H A Dmember-expr.cpp155 int g5() { in g5() function
H A Dreturn-noreturn.cpp73 int g5(int x) { in g5() function
/llvm-project/clang/test/Driver/
H A Dtoc-conf.c7 int g1, g4, g5; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-literal-suffix.cpp13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} in g5() function
H A Dpr12251.cpp45 e5 g5(e5 *x) { in g5() function
/llvm-project/clang/test/Sema/
H A Dattr-weak.c10 void __attribute__((weak_import)) g5(void) { in g5() function
H A Dconstant-builtins.c16 long double g5 = __builtin_infl(); variable
H A 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
H A Dattr-alias-elf.c21 void g5() {} in g5() function
H A Dvarargs-x86-64.c35 void __attribute__((ms_abi)) g5(void) { in g5() function
H A Dbitfield-layout.c167 struct g5 { struct
171 CHECK_SIZE(struct, g5, 4); argument
/llvm-project/clang/test/CodeGen/
H A Dkeep-persistent-storage-variables.cpp26 int g5; variable
H A Daapcs64-align.cpp92 void g5() { in g5() function
H A Dbitfield-2.c213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable
229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_5() local
H A Daapcs-align.cpp111 void g5() { in g5() function
H A Dtbaa-class.cpp121 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() function
H A Dregparm-struct.c43 void g5(void) { in g5() function
H A Dtbaa.cpp100 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() function
/llvm-project/flang/test/Semantics/
H A Dresolve38.f9055 generic :: g5 => s3, s4 method
57 generic, public :: g5 => s5 method
H A Dresolve53.f90278 interface g5 global() interface
386 interface g5 global() interface
/llvm-project/clang/test/CodeGenObjCXX/
H A Dencode.mm173 extern const char g5[] = @encode(basic_string); function
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test.m111 const char g5[] = @encode(MyObj * const); function

12