HomeSort by relevance Sort by last modified time
    Searched defs:g2 (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/Modules/
declare-use1.cpp 9 const int g2 = g1 + e + f + aux_i + sub; variable
declare-use3.cpp 4 const int g2 = g1 + e + f + aux_i; variable
strict-decluse.cpp 9 const int g2 = g1 + e + f + aux_i; variable
declare-use4.cpp 8 const int g2 = j; variable
  /external/clang/test/CodeGen/
const-arithmetic.c 4 // CHECK: @g2 = global [2 x i8*] [i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -46)], align 16
8 void *g2[] = {g0 - 1, g0 - 23 }; variable
darwin-string-literals.c 18 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
asm-attrs.c 21 } g2; variable in typeref:struct:S
32 __asm__ ("foo8" : "=r"(g2) : "r"(a));
extern-inline.c 18 int g2(void) {return f2(0,1);} function
  /external/compiler-rt/test/profile/Inputs/
instrprof-shared-lib.c 2 int g2 = 1; variable
8 g2++;
  /external/llvm/test/MC/ELF/
weak-diff.s 22 g2: label
24 .quad g2 - f2
25 .quad f2 - g2
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
weak-diff.s 22 g2: label
24 .quad g2 - f2
25 .quad f2 - g2
  /external/clang/test/CXX/expr/
p10-0x.cpp 6 } g2; variable in typeref:struct:S
20 g2.a;
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
p9.cpp 36 void g2() { function in namespace:PR6707
  /external/clang/test/CodeGenCXX/
cxx1z-init-statement.cpp 59 int g2() { function
member-function-pointer-calls.cpp 25 int g2() { function
  /external/libcxx/test/std/strings/basic.string.hash/
strings.pass.cpp 38 std::string g2 = "1234567891"; local
40 T s2(g2.begin(), g2.end());
  /external/clang/test/Sema/
attr-weak.c 5 int g2 __attribute__((weak)); variable
align-x86.c 9 long long g2; variable
10 short chk1[__alignof__(g2) == 8 ? 1 : -1];
  /external/libcxx/test/std/strings/string.view/string.view.hash/
string_view.pass.cpp 44 char_type g2 [ 10 ]; local
46 g1[i] = g2[9-i] = static_cast<char_type>('0' + i);
51 SV s2(g2, 10);
  /external/llvm/test/MC/COFF/
cross-section-relative.s 11 .globl g2 # @g2
13 g2: label
  /external/strace/tests/
setgroups.c 96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2); local
120 g2[0] = -2;
121 g2[1] = -3;
122 rc = syscall(SYSCALL_NR, 2, g2);
125 printuid(g2[0]);
127 printuid(g2[1]);
130 rc = syscall(SYSCALL_NR, 3, g2);
133 printuid(g2[0]);
135 printuid(g2[1])
    [all...]
  /external/strace/tests-m32/
setgroups.c 96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2); local
120 g2[0] = -2;
121 g2[1] = -3;
122 rc = syscall(SYSCALL_NR, 2, g2);
125 printuid(g2[0]);
127 printuid(g2[1]);
130 rc = syscall(SYSCALL_NR, 3, g2);
133 printuid(g2[0]);
135 printuid(g2[1])
    [all...]
  /external/strace/tests-mx32/
setgroups.c 96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2); local
120 g2[0] = -2;
121 g2[1] = -3;
122 rc = syscall(SYSCALL_NR, 2, g2);
125 printuid(g2[0]);
127 printuid(g2[1]);
130 rc = syscall(SYSCALL_NR, 3, g2);
133 printuid(g2[0]);
135 printuid(g2[1])
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
cross-section-relative.s 11 .globl g2 # @g2
13 g2: label
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 20 void g2() { function

Completed in 832 milliseconds

1 2 3 4 5 6 7