/llvm-project/clang/test/Analysis/ |
H A D | gmalloc.c | 32 gpointer g3 = g_try_malloc(n_bytes); in f1() local 51 gpointer g3 = g_try_malloc(n_bytes); in f2() local 71 gpointer g3 = g_try_malloc(n_bytes); in f3() local 90 gpointer g3 = g_try_malloc(n_bytes); in f4() local 110 gpointer g3 = g_try_malloc(n_bytes); in f5() local 131 gpointer g3 = g_try_malloc(n_bytes); in f6() local 153 gpointer g3 = g_try_malloc(n_bytes); in f7() local
|
H A D | builtin_bitcast.cpp | 26 auto g3 = __builtin_bit_cast(unsigned int, i); in test() local
|
/llvm-project/lld/test/COFF/ |
H A D | icf-safe.s | 38 .globl g3 symbol 39 g3: label
|
/llvm-project/llvm/test/MC/COFF/ |
H A D | cross-section-relative.s | 16 .globl g3 # @g3 symbol 18 g3: label
|
H A D | addrsig.s | 65 .globl g3 symbol
|
/llvm-project/clang/test/SemaCXX/ |
H A D | function-pointer-arguments.cpp | 12 int(*g3)(volatile int, int) = f1; in good() local 26 int (*g3)(char, int) = f1; in bad() local
|
/llvm-project/clang/test/Sema/ |
H A D | warn-unreachable.mm | 5 void g3() { function
|
H A D | warn-unreachable.m | 44 void g3(void) { function
|
H A D | warn-unreachable-ms.c | 44 void g3(void) { in g3() function
|
H A D | attr-weak.c | 8 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}} variable
|
H A D | constant-builtins.c | 14 float g3 = __builtin_inf(); variable
|
H A D | private-extern.c | 13 int g3; // expected-note{{previous definition}} variable 14 static int g3; // expected-error{{static declaration of 'g3' follows non-static declaration}} variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | darwin-string-literals.c | 11 const void *g3 = __builtin___CFStringMakeConstantString("test™"); variable
|
H A D | attr-retain.c | 24 __attribute__((used, retain)) static int g3; variable
|
/llvm-project/clang/test/Driver/ |
H A D | toc-conf.c | 9 int g3 = 0; variable
|
/llvm-project/llvm/test/MC/ELF/ |
H A D | addrsig.s | 95 .globl g3 symbol
|
/llvm-project/llvm/test/MC/MachO/ |
H A D | addrsig.s | 43 .globl g3 symbol
|
/llvm-project/lld/test/wasm/ |
H A D | duplicate-global-imports.s | 17 .global g3 symbol
|
/llvm-project/lld/test/ELF/ |
H A D | icf-safe.s | 116 .globl g3 symbol 117 g3: label
|
H A D | icf-preemptible.s | 45 g3: jmp f1@plt label
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-literal-suffix.cpp | 4 template <class T> void g3(char (&buffer)[sizeof(T() + 5.0)]) {} in g3() function
|
/llvm-project/compiler-rt/test/cfi/ |
H A D | mfcall.cpp | 35 virtual int g3() { return 1; } in g3() function 43 virtual void g3() {} in g3() function
|
/llvm-project/clang/test/PCH/ |
H A D | chain-staticvar-instantiation.cpp | 42 int g3 = NS::TS<int, 2>::value; variable
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/ |
H A D | p11.cpp | 29 void g3() { in g3() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | pro-bounds-array-to-pointer-decay.cpp | 46 const char *g3() { in g3() function
|