Home
last modified time | relevance | path

Searched defs:g8 (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dgmalloc.c39 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f1() local
58 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f2() local
78 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f3() local
97 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f4() local
117 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f5() local
138 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f6() local
160 gpointer g8 = g_try_malloc0_n(n_bytes, sizeof(char)); in f7() local
/llvm-project/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp17 int(*g8)(const int&, int) = f4; in good() local
39 int (*g8)(int, char) = f2; in bad() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Daix-vector-attr-aligned.c10 vector int g8 __attribute__((aligned(8))); variable
/llvm-project/clang/test/Sema/
H A Dattr-alias-elf.c32 void g8() {} in g8() function
H A Dprivate-extern.c34 int g8; // expected-error {{non-extern declaration of 'g8' follows extern declaration}} in f2() local
H A Dvarargs-x86-64.c61 void __attribute__((ms_abi)) g8(int a, ...) { in g8() function
H A Dbitfield-layout.c192 struct __attribute__((packed)) g8 { struct
197 CHECK_SIZE(struct, g8, 4); argument
H A Daddress-packed.c214 void g8(void) in g8() function
H A Dconstant-builtins-2.c21 long double g8 = __builtin_nanl(""); variable
/llvm-project/clang/test/CodeGen/
H A Darm-vfp16-arguments.c19 float16x8_t g8; variable
H A Dbitfield-2.c301 struct s8 g8 = { 0xF }; variable
317 struct s8 g8 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_8() local
H A Dcmse-clear-arg.c44 void __attribute__((cmse_nonsecure_call)) (*g8)(T8); variable
H A Dtbaa-class.cpp157 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8() function
H A Dregparm-struct.c69 void g8(void) { in g8() function
H A Dtbaa.cpp136 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8() function
H A Dconst-init.c50 int g8 = (2.0 + 3.0i) * (5.0 + 7.0i) == (-11.0 + 29.0i); variable
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cpp145 int64_t g8[100]; variable
/llvm-project/clang/test/CodeGenObjCXX/
H A Dencode.mm206 extern const char g8[] = @encode(Y); function
/llvm-project/clang/test/CodeGenCXX/
H A Dpr12251.cpp66 e8 g8(e8 *x) { in g8() function
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test.m146 const char g8[] = @encode(struct s8); function
/llvm-project/flang/test/Semantics/
H A Dresolve18.f90118 interface g8 interface
H A Dresolve53.f90294 interface g8 global() interface
/llvm-project/clang/test/CXX/drs/
H A Dcwg0xx.cpp438 extern "C++" void g8() { g8() function
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2698 static void vaargsfn_manyfix(int g1, int g2, int g3, int g4, int g5, int g6, int g7, int g8, int g9, ...) { in vaargsfn_manyfix() argument