Home
last modified time | relevance | path

Searched defs:g2 (Results 1 – 25 of 143) sorted by relevance

123456

/llvm-project/lld/test/ELF/
H A Dpartition-icf.s49 .globl g2 global() symbol
50 g2: global() label
H A Dicf-safe.s111 .globl g2 symbol
112 g2: label
/llvm-project/clang/test/Analysis/
H A Dgmalloc.c30 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 DELF_comdat.s15 .globl g2 symbol
16 g2: label
/llvm-project/lld/test/COFF/
H A Dicf-safe.s33 .globl g2 symbol
34 g2: label
/llvm-project/llvm/test/MC/COFF/
H A Dcross-section-relative.s11 .globl g2 # @g2 symbol
13 g2: label
H A Daddrsig.s57 .globl g2 symbol
/llvm-project/clang/test/Modules/
H A Ddeclare-use1.cpp12 const int g2 = g1 + e + f + aux_i + sub; variable
H A Ddeclare-use3.cpp4 const int g2 = g1 + e + f + aux_i; variable
H A Dstrict-decluse.cpp9 const int g2 = g1 + e + f + aux_i; variable
H A Ddeclare-use4.cpp8 const int g2 = j; variable
/llvm-project/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp11 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 Dattr-assume.cpp13 [[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 Dinstrprof-shared-lib.c2 int g2 = 1; variable
/llvm-project/clang/test/CodeGen/
H A Ddarwin-string-literals.c10 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
H A Dconst-arithmetic.c8 void *g2[] = {g0 - 1, g0 - 23 }; variable
H A Dasm-attrs.c21 } g2; variable
/llvm-project/clang/test/Sema/
H A Dwarn-unreachable.m27 void g2(void) { function
H A Dwarn-unreachable-ms.c27 void g2(void) { in g2() function
/llvm-project/llvm/test/MC/ELF/
H A Daddrsig.s80 .globl g2 symbol
H A Dweak-diff.s22 g2: label
/llvm-project/llvm/test/MC/MachO/
H A Daddrsig.s34 .globl g2 symbol
/llvm-project/compiler-rt/test/profile/Linux/
H A Dinstrprof-cs.c14 int volatile g2 = 2; variable
/llvm-project/lld/test/wasm/
H A Dduplicate-global-imports.s11 .global g2 symbol
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique-macros.cpp12 void g2(std::unique_ptr<Foo> *t) { in g2() function

123456