Home
last modified time | relevance | path

Searched defs:g12 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dbitfield-layout.c240 struct __attribute__((packed)) g12 { struct
245 CHECK_SIZE(struct, g12, 10); argument
H A Dprivate-extern.c55 __private_extern__ int g12; in f6() local
H A Daddress-packed.c319 void g12(S10 *s) { in g12() function
/llvm-project/clang/test/CodeGenCXX/
H A Dpr12251.cpp94 enum e12 g12(enum e12 *x) { in g12() function
/llvm-project/clang/test/CodeGen/
H A Dtbaa-class.cpp205 uint32_t g12(StructC *C, StructD *D, uint64_t count) { in g12() function
H A Dregparm-struct.c112 void g12(void) { in g12() function
H A Dtbaa.cpp184 uint32_t g12(StructC *C, StructD *D, uint64_t count) { in g12() function
H A Dconst-init.c79 long g12 = (long) &g12_tmp; variable
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test.m170 const char g12[] = @encode(_Atomic(int)); function