Home
last modified time | relevance | path

Searched defs:g3 (Results 1 – 25 of 81) sorted by relevance

1234

/llvm-project/clang/test/Analysis/
H A Dgmalloc.c32 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 Dbuiltin_bitcast.cpp26 auto g3 = __builtin_bit_cast(unsigned int, i); in test() local
/llvm-project/lld/test/COFF/
H A Dicf-safe.s38 .globl g3 symbol
39 g3: label
/llvm-project/llvm/test/MC/COFF/
H A Dcross-section-relative.s16 .globl g3 # @g3 symbol
18 g3: label
H A Daddrsig.s65 .globl g3 symbol
/llvm-project/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp12 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 Dwarn-unreachable.mm5 void g3() { function
H A Dwarn-unreachable.m44 void g3(void) { function
H A Dwarn-unreachable-ms.c44 void g3(void) { in g3() function
H A Dattr-weak.c8 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}} variable
H A Dconstant-builtins.c14 float g3 = __builtin_inf(); variable
H A Dprivate-extern.c13 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 Ddarwin-string-literals.c11 const void *g3 = __builtin___CFStringMakeConstantString("test™"); variable
H A Dattr-retain.c24 __attribute__((used, retain)) static int g3; variable
/llvm-project/clang/test/Driver/
H A Dtoc-conf.c9 int g3 = 0; variable
/llvm-project/llvm/test/MC/ELF/
H A Daddrsig.s95 .globl g3 symbol
/llvm-project/llvm/test/MC/MachO/
H A Daddrsig.s43 .globl g3 symbol
/llvm-project/lld/test/wasm/
H A Dduplicate-global-imports.s17 .global g3 symbol
/llvm-project/lld/test/ELF/
H A Dicf-safe.s116 .globl g3 symbol
117 g3: label
H A Dicf-preemptible.s45 g3: jmp f1@plt label
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-literal-suffix.cpp4 template <class T> void g3(char (&buffer)[sizeof(T() + 5.0)]) {} in g3() function
/llvm-project/compiler-rt/test/cfi/
H A Dmfcall.cpp35 virtual int g3() { return 1; } in g3() function
43 virtual void g3() {} in g3() function
/llvm-project/clang/test/PCH/
H A Dchain-staticvar-instantiation.cpp42 int g3 = NS::TS<int, 2>::value; variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp29 void g3() { in g3() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-bounds-array-to-pointer-decay.cpp46 const char *g3() { in g3() function

1234