HomeSort by relevance Sort by last modified time
    Searched defs:global_a (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
copy-reloc-so.s 1 .global global_a
2 .type global_a, %object
3 .size global_a, 4
5 global_a: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cygwin/
testdll.c 2 __attribute((dllimport)) int global_a; variable
7 global_a = 3;
testexe.c 1 int global_a = 2; variable
6 global_a = 1;
16 so use the return status to indicate if global_a
18 return 1 - global_a;
  /external/clang/test/SemaCXX/
warn-pessmizing-move.cpp 52 A global_a; variable
55 return global_a;
56 return std::move(global_a);

Completed in 107 milliseconds