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

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 225 __cxa_eh_globals *globals = __cxa_get_globals(); local
234 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local
277 __cxa_eh_globals* globals = __cxa_get_globals(); local
285 exception_header->nextPropagatingException = globals->propagatingExceptions;
286 globals->propagatingExceptions = exception_header;
294 if (NULL != globals->propagatingExceptions)
296 globals->propagatingExceptions = exception_header;
315 __cxa_eh_globals* globals = __cxa_get_globals(); local
316 __cxa_exception* exception_header = globals->propagatingExceptions
390 __cxa_eh_globals* globals = __cxa_get_globals(); local
459 __cxa_eh_globals* globals = __cxa_get_globals_fast(); \/\/ __cxa_get_globals called in __cxa_begin_catch local
525 __cxa_eh_globals *globals = __cxa_get_globals_fast(); local
552 __cxa_eh_globals* globals = __cxa_get_globals(); local
643 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
716 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-return-thunks.cpp 2 // RUN: FileCheck --check-prefix=GLOBALS %s < %t
29 // GLOBALS-LABEL: @"\01??_7J@test1@@6B@" = linkonce_odr unnamed_addr constant [3 x i8*]
30 // GLOBALS: @"\01?foo@J@test1@@QAEPAUB@2@XZ"
31 // GLOBALS: @"\01?foo@J@test1@@QAEPAUC@2@XZ"
32 // GLOBALS: @"\01?foo@J@test1@@UAEPAUD@2@XZ"
47 // GLOBALS-LABEL: @"\01??_7K@test1@@6B@" = linkonce_odr unnamed_addr constant [4 x i8*]
48 // GLOBALS: @"\01?foo@K@test1@@QAEPAUB@2@XZ"
49 // GLOBALS: @"\01?foo@K@test1@@QAEPAUC@2@XZ"
50 // GLOBALS: @"\01?foo@K@test1@@QAEPAUD@2@XZ"
51 // GLOBALS: @"\01?foo@K@test1@@UAEPAUE@2@XZ
    [all...]
  /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

Completed in 1042 milliseconds

1 23 4 5 6 7 8 91011>>