HomeSort by relevance Sort by last modified time
    Searched refs:global (Results 1 - 25 of 3959) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/jni/libjnicommon/
common.cpp 19 int global = 0; variable
22 ++global;
26 return global;
  /external/llvm/test/MC/COFF/
lset0.s 1 // RUN: llvm-mc -filetype=obj -triple i686-pc-win32 %s -o - | llvm-nm - | FileCheck %s --check-prefix=GLOBAL
5 global = 456 define
6 .globl global
10 // GLOBAL: A global
11 // GLOBAL: a not_global
  /toolchain/binutils/binutils-2.27/gold/testsuite/
ver_test_10.script 26 global:
ver_test_8.script 24 global:
ver_test_5.script 28 global:
ver_test_4.script 24 global:
31 global:
  /external/clang/test/CodeGen/
2009-10-20-GlobalDebug.c 3 int global; variable
13 // CHECK: !DIGlobalVariable(name: "global"
16 // CHECK-SAME: variable: i32* @global
asan-globals.cpp 2 // RUN: echo "global:*blacklisted_global*" > %t.blacklist
8 int global; variable
9 int dyn_init_global = global;
17 // CHECK: !llvm.asan.globals = !{![[EXTRA_GLOBAL:[0-9]+]], ![[GLOBAL:[0-9]+]], ![[DYN_INIT_GLOBAL:[0-9]+]], ![[BLACKLISTED_GLOBAL:[0-9]+]], ![[STATIC_VAR:[0-9]+]], ![[LITERAL:[0-9]+]]}
20 // CHECK: ![[GLOBAL]] = !{{{.*}} ![[GLOBAL_LOC:[0-9]+]], !"global", i1 false, i1 false}
30 // BLACKLIST-SRC: !llvm.asan.globals = !{![[EXTRA_GLOBAL:[0-9]+]], ![[GLOBAL:[0-9]+]], ![[DYN_INIT_GLOBAL:[0-9]+]], ![[BLACKLISTED_GLOBAL:[0-9]+]], ![[STATIC_VAR:[0-9]+]], ![[LITERAL:[0-9]+]]}
33 // BLACKLIST-SRC: ![[GLOBAL]] = !{{{.*}} null, null, i1 false, i1 true}
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-misc/
start.s 2 .global start /* Used by SH targets. */
4 .global _start
6 .global __start
8 .global main /* Used by HPPA targets. */
foo.s 1 .global foo
2 .global bar
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/
vxworks4b.s 3 .long global + 0x1234
4 .long global + 0x1234 - .
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-vxworks/
rpath-1.s 1 .global foo
  /external/compiler-rt/test/sanitizer_common/TestCases/Darwin/
abort_on_error.cc 12 int global; variable
17 global = a[0]; // use-after-free: triggers ASan report.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
vxworks1.s 2 la $4,global
4 lw $4,global
6 sw $4,global
8 ulw $4,global
10 usw $4,global
14 .global global
16 global: .word 8 label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
zero.s 1 .global zero
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-spu/
picdef.s 1 .global abscall
2 .global ext
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-metag/
pcrel.s 2 .global _start
5 CALLR D0.0, global
8 .global global
9 global: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xstormy16/
reloc-1.s 2 .hword global
3 .hword global+3
4 .hword global-.
5 .word global
6 .word global+3
7 .word global-.
8 .byte global
9 .byte global-0x7F00
10 .byte global+3
11 .byte global-
    [all...]
  /external/clang/test/SemaCXX/
warn-address.cpp 6 int global; variable
13 if (&global) {} // expected-warning{{always evaluate to 'true'}}
17 if (&global == 0) {} // expected-warning{{always false}}
  /external/clang/test/CodeGenCXX/
static-destructor.cpp 16 Foo global; variable
20 // X86: call i32 @__cxa_atexit(void (i8*)* bitcast (void (%class.Foo*)* @_ZN3FooD1Ev to void (i8*)*), i8* getelementptr inbounds (%class.Foo, %class.Foo* @global, i32 0, i32 0), i8* @__dso_handle)
25 // ARM: call i32 @__cxa_atexit(void (i8*)* bitcast (%class.Foo* (%class.Foo*)* @_ZN3FooD1Ev to void (i8*)*), i8* getelementptr inbounds (%class.Foo, %class.Foo* @global, i32 0, i32 0), i8* @__dso_handle)
33 // WASM: %call = call %class.Foo* @_ZN3FooD1Ev(%class.Foo* @global)
  /external/llvm/test/MC/X86/
relax-insn.s 4 .global foo
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
unknown.s 2 .global _start
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/avr/
link-relax-elf-flag.s 2 .global _start
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
gc-start.s 1 .global _start
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-avr/
relax-elf-flags-a.s 2 .global _start

Completed in 792 milliseconds

1 2 3 4 5 6 7 8 91011>>