/external/llvm/test/Analysis/CFLAliasAnalysis/ |
arguments-globals.ll | 3 ; (Everything should alias everything, because args can alias globals, so the
|
asm-global-bugfix.ll | 2 ; whether two values that didn't belong to a function (i.e. two globals, etc)
|
/external/llvm/test/Analysis/GlobalsModRef/ |
aliastest.ll | 1 ; RUN: opt < %s -basicaa -globals-aa -gvn -S -enable-unsafe-globalsmodref-alias-results | FileCheck %s
|
chaining-analysis.ll | 1 ; RUN: opt < %s -basicaa -globals-aa -gvn -S | FileCheck %s
|
/external/llvm/test/DebugInfo/Generic/ |
2009-11-06-NamelessGlobalVariable.ll | 7 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.0 (trunk 139632)", isOptimized: true, emissionKind: 0, file: !8, enums: !2, retainedTypes: !2, subprograms: !2, globals: !3)
|
skeletoncu.ll | 11 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "LLVM", isOptimized: false, runtimeVersion: 2, splitDebugFilename: "my.dwo", emissionKind: 1, enums: !2, retainedTypes: !2, subprograms: !2, globals: !2, imports: !2, dwoId: 43981)
|
/external/llvm/test/DebugInfo/X86/ |
fission-hash.ll | 12 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 (trunk 188230) (llvm/trunk 188234)", isOptimized: false, splitDebugFilename: "foo.dwo", emissionKind: 0, file: !1, enums: !2, retainedTypes: !2, subprograms: !2, globals: !2, imports: !2)
|
/external/llvm/test/DebugInfo/ |
dwo.ll | 11 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "LLVM", isOptimized: false, runtimeVersion: 2, emissionKind: 1, enums: !2, retainedTypes: !2, subprograms: !2, globals: !2, imports: !2, dwoId: 43981)
|
skeletoncu.ll | 12 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "LLVM", isOptimized: false, runtimeVersion: 2, splitDebugFilename: "my.dwo", emissionKind: 1, enums: !2, retainedTypes: !2, subprograms: !2, globals: !2, imports: !2, dwoId: 43981)
|
/external/llvm/test/LTO/X86/ |
diagnostic-handler-noexit.ll | 11 ; CHECK: llvm-lto: error: Linking globals named 'goodboy': symbol multiply defined!
|
/external/llvm/test/Transforms/GlobalDCE/ |
2002-08-17-WorkListTest.ll | 1 ; This testcase tests that a worklist is being used, and that globals can be
|
/external/llvm/test/Transforms/LICM/ |
2004-09-14-AliasAnalysisInvalidate.ll | 1 ; RUN: opt < %s -globals-aa -licm -disable-output
|
/external/toybox/toys/example/ |
hello.c | 25 GLOBALS(
|
/external/v8/src/ |
msan.h | 10 #include "src/globals.h"
|
/frameworks/base/docs/html/ndk/reference/ |
globals_defs.jd | 1 page.title=Globals
|
globals_eval_w.jd | 1 page.title=Globals
|
globals_w.jd | 1 page.title=Globals
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
branch-misc-2.s | 1 # Source file used to test the backward branches to globals in this file.
|
/ndk/sources/cxx-stl/gabi++/src/ |
call_unexpected.cc | 135 __cxa_eh_globals *globals = __cxa_get_globals(); local 142 header->nextCleanup = globals->cleanupExceptions; 143 globals->cleanupExceptions = header; 146 globals->cleanupExceptions = header; 153 __cxa_eh_globals *globals = __cxa_get_globals(); local 154 __cxa_exception* header = globals->cleanupExceptions; 163 globals->cleanupExceptions = header->nextCleanup; 167 globals->cleanupExceptions = NULL; 292 __cxa_eh_globals* globals = __cxa_get_globals_fast(); 293 __cxa_exception* new_exception_header = globals->caughtExceptions [all...] |
exception.cc | 63 __cxa_eh_globals* globals = __cxa_get_globals(); 64 return globals->uncaughtExceptions != 0;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/ |
selenium_support.py | 15 globals().update(selenium=selenium) 31 globals().update(has_selenium=lambda: result)
|
/external/libchrome/sandbox/win/tools/launcher/ |
launcher.vcproj | 175 <Globals> 176 </Globals>
|
/frameworks/native/cmds/installd/ |
installd_deps.h | 60 // Initialize globals. May be implemented with the helper in globals.h.
|
/toolchain/binutils/binutils-2.25/ld/ |
pep-dll.c | 26 /* Local defined globals. */ 43 /* External globals. */
|
/development/tools/labpretest/ |
labpretest.sh | 64 # Globals: 101 # Globals: 129 # Globals: 147 # Globals: 165 # Globals: 184 # Globals: 210 # Globals: 228 # Globals: 246 # Globals: 265 # Globals [all...] |