/llvm-project/lld/test/ELF/ |
H A D | partition-icf.s | 49 .globl g2 global() symbol 50 g2: global() label
|
H A D | icf-safe.s | 111 .globl g2 symbol 112 g2: label
|
/llvm-project/clang/test/Analysis/ |
H A D | gmalloc.c | 30 gpointer g2 = g_malloc0(n_bytes); in f1() local 49 gpointer g2 = g_malloc0(n_bytes); in f2() local 69 gpointer g2 = g_malloc0(n_bytes); in f3() local 88 gpointer g2 = g_malloc0(n_bytes); in f4() local 108 gpointer g2 = g_malloc0(n_bytes); in f5() local 129 gpointer g2 = g_malloc0(n_bytes); in f6() local 151 gpointer g2 = g_malloc0(n_bytes); in f7() local
|
/llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/ |
H A D | ELF_comdat.s | 15 .globl g2 symbol 16 g2: label
|
/llvm-project/lld/test/COFF/ |
H A D | icf-safe.s | 33 .globl g2 symbol 34 g2: label
|
/llvm-project/llvm/test/MC/COFF/ |
H A D | cross-section-relative.s | 11 .globl g2 # @g2 symbol 13 g2: label
|
H A D | addrsig.s | 57 .globl g2 symbol
|
/llvm-project/clang/test/Modules/ |
H A D | declare-use1.cpp | 12 const int g2 = g1 + e + f + aux_i + sub; variable
|
H A D | declare-use3.cpp | 4 const int g2 = g1 + e + f + aux_i; variable
|
H A D | strict-decluse.cpp | 9 const int g2 = g1 + e + f + aux_i; variable
|
H A D | declare-use4.cpp | 8 const int g2 = j; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | function-pointer-arguments.cpp | 11 int(*g2)(const int, int) = f1; in good() local 23 const int (*g2)(int, int) = f1; in bad() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | attr-assume.cpp | 13 [[omp::assume("omp_no_openmp")]] int g2; // expected-warning {{'assume' attribute only applies to f… variable
|
/llvm-project/compiler-rt/test/profile/Inputs/ |
H A D | instrprof-shared-lib.c | 2 int g2 = 1; variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | darwin-string-literals.c | 10 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
|
H A D | const-arithmetic.c | 8 void *g2[] = {g0 - 1, g0 - 23 }; variable
|
H A D | asm-attrs.c | 21 } g2; variable
|
/llvm-project/clang/test/Sema/ |
H A D | warn-unreachable.m | 27 void g2(void) { function
|
H A D | warn-unreachable-ms.c | 27 void g2(void) { in g2() function
|
/llvm-project/llvm/test/MC/ELF/ |
H A D | addrsig.s | 80 .globl g2 symbol
|
H A D | weak-diff.s | 22 g2: label
|
/llvm-project/llvm/test/MC/MachO/ |
H A D | addrsig.s | 34 .globl g2 symbol
|
/llvm-project/compiler-rt/test/profile/Linux/ |
H A D | instrprof-cs.c | 14 int volatile g2 = 2; variable
|
/llvm-project/lld/test/wasm/ |
H A D | duplicate-global-imports.s | 11 .global g2 symbol
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-unique-macros.cpp | 12 void g2(std::unique_ptr<Foo> *t) { in g2() function
|