Home
last modified time | relevance | path

Searched defs:g6 (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/clang/test/Analysis/
H A Dgmalloc.c36 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f1() local
55 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f2() local
75 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f3() local
94 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f4() local
114 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f5() local
135 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f6() local
157 gpointer g6 = g_malloc0_n(n_bytes, sizeof(char)); in f7() local
/llvm-project/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp15 int(*g6)(volatile int, int) = f2; in good() local
34 int (*g6)(int, int, int) = f1; in bad() local
H A Dreturn-noreturn.cpp77 int g6(int x) { in g6() function
H A Dcompare-cxx2a.cpp462 void g6() { f6<int>(); } // expected-note {{instantiation of}} in g6() function
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-literal-suffix.cpp17 template <class T> void g6(char (&buffer)[sizeof(T() + 5L)]) {} in g6() function
H A Dpr12251.cpp52 e6 g6(e6 *x) { in g6() function
/llvm-project/clang/test/Sema/
H A Dattr-alias-elf.c23 void g6() {} in g6() function
H A Dprivate-extern.c23 int g6; // expected-note {{previous}} in f0() local
H A Dvarargs-x86-64.c40 void __attribute__((ms_abi)) g6(int a, ...) { in g6() function
H A Dbitfield-layout.c174 struct __attribute__((packed)) g6 { struct
178 CHECK_SIZE(struct, g6, 4); argument
H A Daddress-packed.c158 char *g6(struct AlignedTo2 *s) { in g6() function
H A Dconstant-builtins-2.c19 double g6 = __builtin_nan(""); variable
/llvm-project/clang/test/CodeGen/
H A Dkeep-persistent-storage-variables.cpp27 int g6 = 6; variable
H A Dbitfield-2.c243 struct s6 g6 = { 0xF }; variable
259 struct s6 g6 = { 0xF }; in test_6() local
H A Daapcs-align.cpp131 void g6() { in g6() function
H A Dtbaa-class.cpp133 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() function
H A Dregparm-struct.c49 void g6(void) { in g6() function
H A Dtbaa.cpp112 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() function
H A Dconst-init.c46 _Complex double g6 = (2.0 + 3.0i) * (5.0 + 7.0i); variable
/llvm-project/clang/test/Parser/
H A Dwarn-misleading-indentation.cpp173 void g6(int i) { in g6() function
/llvm-project/clang/test/CodeGenObjCXX/
H A Dencode.mm183 extern const char g6[] = @encode(CefBrowserImpl); function
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test.m137 const char g6[] = @encode(Base1X); function
/llvm-project/flang/test/Semantics/
H A Dresolve18.f90100 interface g6 interface
H A Dresolve53.f90283 interface g6 global() interface
391 interface g6 global() interface
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts.cpp128 void g6() { in g6() function

12