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

<<31323334353637383940>>

  /external/libpng/projects/visualc71/
libpng.vcproj 417 <Globals>
418 </Globals>
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 185 for (GlobalVariable &GV : M.globals())
191 // We must assume that globals in llvm.used have a reference that not even
StripSymbols.cpp 14 // * symbols for internal globals and functions
149 if (!GV->hasLocalLinkage()) return; // Don't delete non-static globals.
  /external/llvm/test/DebugInfo/Generic/
cross-cu-inlining.ll 115 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 ", isOptimized: false, emissionKind: 1, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2)
124 !9 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 ", isOptimized: false, emissionKind: 1, file: !10, enums: !2, retainedTypes: !2, subprograms: !11, globals: !2, imports: !2)
  /external/llvm/test/DebugInfo/X86/
debug-loc-offset.ll 119 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 (210479)", isOptimized: false, emissionKind: 1, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2)
128 !9 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 (210479)", isOptimized: false, emissionKind: 1, file: !10, enums: !2, retainedTypes: !11, subprograms: !13, globals: !2, imports: !2)
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 225 EXPECT_STREQ("Linking globals named 'foo': symbol multiply defined!", errout);
257 EXPECT_EQ("Linking globals named 'foo': symbol multiply defined!", Err);
  /external/protobuf/vsprojects/
libprotobuf.vcproj 468 <Globals>
469 </Globals>
libprotoc.vcproj 464 <Globals>
465 </Globals>
  /external/skia/src/pathops/
SkOpSpan.cpp 317 SkOpGlobalState* globals = this->globalState(); local
318 SkOpContour* contourHead = globals->contourHead();
  /external/srtp/
srtp.vcproj 586 <Globals>
587 </Globals>
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 189 //protected: // Helper functions for locale globals.
285 // locale globals
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coff.h 180 #define COFF_SECT_DATA 1 /* Section for initialized globals */
181 #define COFF_SECT_BSS 2 /* Section for un-initialized globals */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coff.h 180 #define COFF_SECT_DATA 1 /* Section for initialized globals */
181 #define COFF_SECT_BSS 2 /* Section for un-initialized globals */
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 462 def __init__(self, expr, locals, globals, lineno=None):
465 self.globals = globals
472 children.append(self.globals)
480 if self.globals is not None:
481 nodelist.append(self.globals)
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dumbdbm.py 40 # and if that occurs at program shutdown time, module globals may
43 # here, and _commit() must not reference any globals.
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 252 # This function may be called after this module's globals are
293 # module's globals are destroyed.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decorators.py 27 def dbcheck(exprstr, globals=None, locals=None):
32 if not eval(expr, globals, locals):
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 462 def __init__(self, expr, locals, globals, lineno=None):
465 self.globals = globals
472 children.append(self.globals)
480 if self.globals is not None:
481 nodelist.append(self.globals)
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
dumbdbm.py 40 # and if that occurs at program shutdown time, module globals may
43 # here, and _commit() must not reference any globals.
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 252 # This function may be called after this module's globals are
293 # module's globals are destroyed.
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decorators.py 27 def dbcheck(exprstr, globals=None, locals=None):
32 if not eval(expr, globals, locals):
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_locale.h 189 //protected: // Helper functions for locale globals.
285 // locale globals
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 462 def __init__(self, expr, locals, globals, lineno=None):
465 self.globals = globals
472 children.append(self.globals)
480 if self.globals is not None:
481 nodelist.append(self.globals)
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dumbdbm.py 40 # and if that occurs at program shutdown time, module globals may
43 # here, and _commit() must not reference any globals.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 252 # This function may be called after this module's globals are
293 # module's globals are destroyed.

Completed in 1748 milliseconds

<<31323334353637383940>>