/llvm-project/clang/test/Analysis/ |
H A D | gmalloc.c | 33 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 D | builtin_bitcast.cpp | 30 auto g4 = __builtin_bit_cast(unsigned long, &i); in test() local
|
/llvm-project/lld/test/COFF/ |
H A D | icf-safe.s | 43 .globl g4 symbol 44 g4: label
|
/llvm-project/llvm/test/MC/COFF/ |
H A D | cross-section-relative.s | 21 .globl g4 # @g4 symbol 23 g4: label
|
/llvm-project/clang/test/SemaCXX/ |
H A D | function-pointer-arguments.cpp | 13 int(*g4)(int, int) = f2; in good() local 28 int (*g4)(int, char) = f1; in bad() local
|
H A D | address-of-temporary.cpp | 33 …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 D | toc-conf.c | 7 int g1, g4, g5; variable
|
/llvm-project/lld/test/wasm/ |
H A D | duplicate-global-imports.s | 23 .global g4 symbol
|
/llvm-project/lld/test/ELF/ |
H A D | icf-safe.s | 121 .globl g4 symbol 122 g4: label
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-literal-suffix.cpp | 8 template <class T> void g4(char (&buffer)[sizeof(T() + 5.0L)]) {} in g4() function
|
H A D | cxx11-exception-spec.cpp | 95 void (*g4)() = &S<double>::g; in i() local
|
H A D | mangle-ms-return-qualifiers.cpp | 184 const function_pointer* g4() { return 0; } in g4() function
|
/llvm-project/clang/test/Sema/ |
H A D | constant-builtins.c | 15 double g4 = __builtin_inff(); variable
|
H A D | attr-alias-elf.c | 16 void g4() {} in g4() function
|
H A D | bitfield-layout.c | 153 struct __attribute__((packed)) g4 { struct 159 CHECK_SIZE(struct, g4, 4); argument
|
H A D | private-extern.c | 17 static int g4; // expected-error{{static declaration of 'g4' follows non-static declaration}} variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | attr-retain.c | 25 __attribute__((used, retain, section(".data.g"))) static int g4; variable
|
H A D | arm-vfp16-arguments.c | 18 float16x4_t g4; variable
|
H A D | bitfield.c | 99 int g4(void) { in g4() function
|
H A D | aapcs64-align.cpp | 72 void g4() { in g4() function
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | implicit-device-lambda.cu | 32 auto g4 = [&]() __host__ __device__ {}; in device_fn() local
|
/llvm-project/clang/test/CXX/temp/temp.param/ |
H A D | p10-2a.cpp | 108 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 D | p6.cpp | 67 constexpr T3<VirtBase> g4() { return {}; } // expected-error {{not a literal type}} in g4() function
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | scariness_score_test.cpp | 144 int g4[100]; variable
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | encode.mm | 160 extern const char g4[] = @encode(Sub2); function
|