Home
last modified time | relevance | path

Searched defs:g14 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dbitfield-layout.c268 struct __attribute__((packed)) g14 { struct
274 CHECK_SIZE(struct, g14, 16); argument
H A Dprivate-extern.c67 __private_extern__ struct s0 g14; in f8() local
H A Daddress-packed.c338 void *g14(struct Invalid0 *ivl) { in g14() function
H A Dconstant-builtins-2.c43 float g14 = __builtin_fabsf(-12.f); variable
/llvm-project/clang/test/CodeGenCXX/
H A Dpr12251.cpp112 e14 g14(e14 *x) { in g14() function
/llvm-project/clang/test/CodeGen/
H A Dtbaa-class.cpp233 uint32_t g14(StructM2 *M, StructS *S) { in g14() function
H A Dregparm-struct.c134 void g14(void) { in g14() function
H A Dtbaa.cpp222 char g14(struct six *a, struct six *b) { in g14() function
H A Dconst-init.c90 void *g14 = (void*) 100; variable
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test.m175 const char g14[] = @encode(__typeof__(*test_id)); function