Home
last modified time | relevance | path

Searched defs:g10 (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dbitfield-layout.c214 struct __attribute__((packed)) g10 { struct
219 CHECK_SIZE(struct, g10, 6); argument
H A Dvarargs-x86-64.c76 void __attribute__((ms_abi)) g10(int a, ...) { in g10() function
H A Daddress-packed.c276 void g10(void) { in g10() function
H A Dconstant-builtins-2.c32 float g10 = __builtin_nansf(""); variable
/llvm-project/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp43 int (*g10)(int&, char) = f4; in bad() local
/llvm-project/clang/test/CodeGenCXX/
H A Dpr12251.cpp80 e10 g10(e10 *x) { in g10() function
/llvm-project/clang/test/CodeGen/
H A Dtbaa-class.cpp181 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10() function
H A Dregparm-struct.c89 void g10(void) { in g10() function
H A Dtbaa.cpp160 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10() function
H A Dconst-init.c54 int g10 = (2.0 + 3.0i) * (5.0 + 7.0i) != (-11.0 + 29.0i); variable
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test.m163 const char g10[] = @encode(struct f); function