Searched defs:GS (Results 1 – 10 of 10) sorted by relevance
16 #define GS 10 macro
348 public static final byte GS = 29; field in Ascii
142 TT_GraphicsState GS; /* current graphics state */ member
315 TT_GraphicsState GS; member
380 GS = 2 << SegOvrShift, enumerator
478 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local
196 static bool AnalyzeGlobal(const Value *V, GlobalStatus &GS, in AnalyzeGlobal()1733 GlobalStatus GS; in ProcessGlobal() local1754 const GlobalStatus &GS) { in ProcessInternalGlobal()
752 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(K); in invalidateGlobalRegion() local
1801 llvm::Constant *GS = MakeGlobal(llvm::StructType::get(Int32Ty, arrayTy, in MakeBitField() local
1977 void EnqueueVisitor::VisitGotoStmt(GotoStmt *GS) { in VisitGotoStmt()