HomeSort by relevance Sort by last modified time
    Searched full:globals (Results 51 - 75 of 2456) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
asan-globals.cpp 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]+]]}
21 // CHECK: ![[GLOBAL_LOC]] = !{!"{{.*}}asan-globals.cpp", i32 8, i32 5}
23 // CHECK: ![[DYN_INIT_LOC]] = !{!"{{.*}}asan-globals.cpp", i32 9, i32 5}
26 // CHECK: ![[STATIC_LOC]] = !{!"{{.*}}asan-globals.cpp", i32 13, i32 14}
28 // CHECK: ![[LITERAL_LOC]] = !{!"{{.*}}asan-globals.cpp", i32 14, i32 25}
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]+]]}
  /bionic/libc/private/
bionic_globals.h 48 __LIBC_HIDDEN__ void __libc_init_malloc(libc_globals* globals);
49 __LIBC_HIDDEN__ void __libc_init_setjmp_cookie(libc_globals* globals, KernelArgumentBlock& args);
50 __LIBC_HIDDEN__ void __libc_init_vdso(libc_globals* globals, KernelArgumentBlock& args);
  /development/tools/labpretest/crespo/
custom_flash.sh 14 # Globals:
52 # Globals:
70 # Globals:
  /development/tools/labpretest/stingray/
custom_flash.sh 14 # Globals:
52 # Globals:
70 # Globals:
  /external/autotest/client/common_lib/test_utils/
functools_24.py 63 globals()['py_%s' % x] = globals()[x]
72 globals()['c_%s' % x] = globals()[x] = getattr(_functools, x)
  /external/google-breakpad/src/testing/gtest/xcode/Config/
StaticLibraryTarget.xcconfig 13 // Static libs should not have their internal globals or external symbols
  /external/llvm/test/Analysis/GlobalsModRef/
2008-09-03-ReadGlobals.ll 1 ; RUN: opt < %s -globals-aa -gvn -S | FileCheck %s
  /external/llvm/test/Assembler/
alias-use-list-order.ll 3 ; Globals.
  /external/llvm/test/DebugInfo/PDB/DIA/
pdbdump-flags.test 12 ; NO_ARGS-NOT: ---GLOBALS---
21 ; TYPES-NOT: ---GLOBALS---
30 ; COMPILANDS-NOT: ---GLOBALS---
39 ; MULTIPLE-NOT: ---GLOBALS---
  /external/llvm/test/Linker/
2005-12-06-AppendingZeroLengthArrays.ll 7 ; When linked, the globals should be merged, and the result should still
2008-06-13-LinkOnceRedefinition.ll 1 ; Test linking two functions with different prototypes and two globals
2008-06-26-AddressSpace.ll 1 ; Test linking two functions with different prototypes and two globals
basiclink.ll 1 ; Test linking two functions with different prototypes and two globals
  /external/llvm/test/Transforms/GlobalDCE/
2002-08-17-FunctionDGE.ll 2 ; a global that is dead. Make sure any globals they refer to die as well.
  /external/llvm/test/Transforms/InstCombine/
nonnull-attribute.ll 3 ; This test makes sure that we do not assume globals in address spaces other
  /external/protobuf/gtest/xcode/Config/
StaticLibraryTarget.xcconfig 13 // Static libs should not have their internal globals or external symbols
  /external/toybox/toys/other/
fallocate.c 22 GLOBALS(
swapon.c 21 GLOBALS(
  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/
StaticLibraryTarget.xcconfig 13 // Static libs should not have their internal globals or external symbols
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
54 globals and locals for the script.
60 def runctx(self, cmd, globals, locals):
67 self._prof.runcode(code, globals, locals)
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
54 globals and locals for the script.
60 def runctx(self, cmd, globals, locals):
67 self._prof.runcode(code, globals, locals)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8961.go 7 // Issue 8961. Empty composite literals to small globals were not filled in
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8961.go 7 // Issue 8961. Empty composite literals to small globals were not filled in
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
54 globals and locals for the script.
60 def runctx(self, cmd, globals, locals):
67 self._prof.runcode(code, globals, locals)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
54 globals and locals for the script.
60 def runctx(self, cmd, globals, locals):
67 self._prof.runcode(code, globals, locals)

Completed in 5678 milliseconds

1 23 4 5 6 7 8 91011>>