Home
last modified time | relevance | path

Searched defs:g4 (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/clang/test/Analysis/
H A Dgmalloc.c33 gpointer g4 = g_try_malloc0(n_bytes); in f1() local
52 gpointer g4 = g_try_malloc0(n_bytes); in f2() local
72 gpointer g4 = g_try_malloc0(n_bytes); in f3() local
91 gpointer g4 = g_try_malloc0(n_bytes); in f4() local
111 gpointer g4 = g_try_malloc0(n_bytes); in f5() local
132 gpointer g4 = g_try_malloc0(n_bytes); in f6() local
154 gpointer g4 = g_try_malloc0(n_bytes); in f7() local
H A Dbuiltin_bitcast.cpp30 auto g4 = __builtin_bit_cast(unsigned long, &i); in test() local
/llvm-project/lld/test/COFF/
H A Dicf-safe.s43 .globl g4 symbol
44 g4: label
/llvm-project/llvm/test/MC/COFF/
H A Dcross-section-relative.s21 .globl g4 # @g4 symbol
23 g4: label
/llvm-project/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp13 int(*g4)(int, int) = f2; in good() local
28 int (*g4)(int, char) = f1; in bad() local
H A Daddress-of-temporary.cpp33 …void g4() { Z *p = AZ{}; } // expected-warning{{will be destroyed at the end of the full-expressio… in g4() function
/llvm-project/clang/test/Driver/
H A Dtoc-conf.c7 int g1, g4, g5; variable
/llvm-project/lld/test/wasm/
H A Dduplicate-global-imports.s23 .global g4 symbol
/llvm-project/lld/test/ELF/
H A Dicf-safe.s121 .globl g4 symbol
122 g4: label
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-literal-suffix.cpp8 template <class T> void g4(char (&buffer)[sizeof(T() + 5.0L)]) {} in g4() function
H A Dcxx11-exception-spec.cpp95 void (*g4)() = &S<double>::g; in i() local
H A Dmangle-ms-return-qualifiers.cpp184 const function_pointer* g4() { return 0; } in g4() function
/llvm-project/clang/test/Sema/
H A Dconstant-builtins.c15 double g4 = __builtin_inff(); variable
H A Dattr-alias-elf.c16 void g4() {} in g4() function
H A Dbitfield-layout.c153 struct __attribute__((packed)) g4 { struct
159 CHECK_SIZE(struct, g4, 4); argument
H A Dprivate-extern.c17 static int g4; // expected-error{{static declaration of 'g4' follows non-static declaration}} variable
/llvm-project/clang/test/CodeGen/
H A Dattr-retain.c25 __attribute__((used, retain, section(".data.g"))) static int g4; variable
H A Darm-vfp16-arguments.c18 float16x4_t g4; variable
H A Dbitfield.c99 int g4(void) { in g4() function
H A Daapcs64-align.cpp72 void g4() { in g4() function
/llvm-project/clang/test/SemaCUDA/
H A Dimplicit-device-lambda.cu32 auto g4 = [&]() __host__ __device__ {}; in device_fn() local
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp10-2a.cpp108 using g4 = G<char, short>; // expected-error{{constraints not satisfied for alias template 'G' [wit… typedef
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp6.cpp67 constexpr T3<VirtBase> g4() { return {}; } // expected-error {{not a literal type}} in g4() function
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cpp144 int g4[100]; variable
/llvm-project/clang/test/CodeGenObjCXX/
H A Dencode.mm160 extern const char g4[] = @encode(Sub2); function

12