HomeSort by relevance Sort by last modified time
    Searched defs:GS (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/Support/
Solaris.h 24 #undef GS
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
reg.h 54 # define GS 26
70 # define GS 10
  /bionic/libc/kernel/arch-x86/asm/
ptrace-abi.h 27 #define GS 10
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace-abi.h 27 #define GS 10
  /external/clang/lib/StaticAnalyzer/Core/
BasicStore.cpp 571 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion();
573 svalBuilder.getConjuredSymbolVal(/* SymbolTag = */ (void*) GS, E,
577 newStore = Bind(newStore.getStore(), loc::MemRegionVal(GS), V);
579 Regions->push_back(GS);
RegionStore.cpp 746 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion();
748 svalBuilder.getConjuredSymbolVal(/* SymbolTag = */ (void*) GS, Ex,
751 B = addBinding(B, BindingKey::Make(GS, BindingKey::Default), V);
756 Regions->push_back(GS);
    [all...]
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 16 #define GS 10
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace-abi.h 16 #define GS 10
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
ptrace-abi.h 27 #define GS 10
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 27 #define GS 10
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 27 #define GS 10
  /external/freetype/src/truetype/
ttinterp.h 141 TT_GraphicsState GS; /* current graphics state */
ttobjs.h 314 TT_GraphicsState GS;
  /external/qemu-pc-bios/bochs/
bochs.h 68 #undef GS
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 444 // stuff in gs and fs segments.
448 GS = 2 << SegOvrShift,
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 81 const GlobalStatus &GS);
175 static bool AnalyzeGlobal(const Value *V, GlobalStatus &GS,
181 GS.HasNonInstructionUser = true;
187 if (AnalyzeGlobal(CE, GS, PHIUsers)) return true;
189 if (!GS.HasMultipleAccessingFunctions) {
191 if (GS.AccessingFunction == 0)
192 GS.AccessingFunction = F;
193 else if (GS.AccessingFunction != F)
194 GS.HasMultipleAccessingFunctions = true;
197 GS.isLoaded = true
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 147 #define GS gs
209 #define GS %gs
    [all...]

Completed in 1239 milliseconds