| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | GlobalStatus.cpp | 64 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux() argument 68 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux() 77 if (analyzeGlobalAux(CE, GS, VisitedUsers)) in analyzeGlobalAux() 85 if (!GS.HasMultipleAccessingFunctions) { in analyzeGlobalAux() 87 if (!GS.AccessingFunction) in analyzeGlobalAux() 88 GS.AccessingFunction = F; in analyzeGlobalAux() 89 else if (GS.AccessingFunction != F) in analyzeGlobalAux() 90 GS.HasMultipleAccessingFunctions = true; in analyzeGlobalAux() 93 GS.IsLoaded = true; in analyzeGlobalAux() 97 GS.Ordering = strongerOrdering(GS.Ordering, LI->getOrdering()); in analyzeGlobalAux() [all …]
|
| /openbsd-src/usr.bin/vi/cl/ |
| H A D | cl_main.c | 34 GS *__global_list; /* GLOBAL: List of screens. */ 40 static void cl_func_std(GS *); 41 static CL_PRIVATE *cl_init(GS *); 42 static GS *gs_init(void); 44 static void sig_end(GS *); 55 GS *gp; in main() 141 static GS * 144 GS *gp; in gs_init() 147 if ((gp = calloc(1, sizeof(GS))) == NULL) in gs_init() 158 cl_init(GS *gp) in cl_init() [all …]
|
| H A D | cl_screen.c | 31 static int cl_ex_end(GS *); 34 static int cl_vi_end(GS *); 48 GS *gp; in cl_screen() 129 cl_quit(GS *gp) in cl_quit() 368 cl_vi_end(GS *gp) in cl_vi_end() 476 cl_ex_end(GS *gp) in cl_ex_end()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
| H A D | reg-stack2.C | 13 D1 GS() const {D1 d;float f=.299*l;d.l=f;return d;} in GS() function 20 D2 GS() const {return D2(g.GS());} in GS() function 34 B::B(const D2 &mi) : fm(mi.GS()) {} in B()
|
| /openbsd-src/usr.bin/vi/include/ |
| H A D | cl_extern.h | 18 int sig_init(GS *, SCR *); 21 int cl_quit(GS *); 24 int cl_term_end(GS *);
|
| H A D | com_extern.h | 5 void cut_close(GS *); 46 int editor(GS *, int, char *[]); 47 void v_end(GS *); 90 int screen_init(GS *, SCR *, SCR **); 102 void seq_close(GS *);
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 97 void CheckGotoStmt(GotoStmt *GS); 367 if (auto *GS = dyn_cast<GCCAsmStmt>(S)) in BuildScopeInformation() local 368 if (GS->isAsmGoto()) { in BuildScopeInformation() 372 AsmJumps.push_back(GS); in BuildScopeInformation() 373 for (auto *E : GS->labels()) in BuildScopeInformation() 657 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local 659 if (GS->getLabel()->getStmt()) { in VerifyJumps() 660 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 665 CheckGotoStmt(GS); in VerifyJumps() 991 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt() argument [all …]
|
| /openbsd-src/usr.bin/vi/common/ |
| H A D | mem.h | 50 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 63 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 81 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 92 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 105 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \
|
| H A D | key.c | 105 GS *gp; in v_key_init() 194 GS *gp; in v_key_ilookup() 327 GS *gp; in v_event_push() 377 GS *gp; in v_event_append() 501 GS *gp; in v_event_get() 717 GS *gp; in v_sync() 788 GS *gp; in v_event_flush() 804 GS *gp; in v_event_grow()
|
| H A D | main.c | 34 static void attach(GS *); 47 editor(GS *gp, int argc, char *argv[]) in editor() 449 v_end(GS *gp) in v_end() 576 attach(GS *gp) in attach()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | amd64-linux-nat.c | 70 FS * 8, GS * 8 /* %fs, %gs */ 92 FS * 8, GS * 8, /* %fs, %gs */ 344 gdb_assert (GS < ELF_NGREG); in ps_get_thread_area() 351 case GS: in ps_get_thread_area()
|
| /openbsd-src/usr.bin/vi/vi/ |
| H A D | vs_msg.c | 60 GS *gp; in vs_busy() 165 GS *gp; in vs_update() 231 GS *gp; in vs_msg() 397 GS *gp; in vs_output() 522 GS *gp; in vs_ex_resolve() 646 GS *gp; in vs_resolve() 752 GS *gp; in vs_scroll() 788 GS *gp; in vs_wait() 856 GS *gp; in vs_divider() 875 GS *gp; in vs_msgsave()
|
| H A D | vs_split.c | 39 GS *gp; in vs_split() 286 GS *gp; in vs_fg() 333 GS *gp; in vs_bg() 371 GS *gp; in vs_swap() 461 GS *gp; in vs_resize() 559 GS *gp; in vs_getbg()
|
| H A D | v_ex.c | 61 GS *gp; in v_exmode() 359 GS *gp; in v_ex() 525 GS *gp; in v_ecl() 643 GS *gp; in v_ecl_init()
|
| /openbsd-src/usr.bin/vi/docs/internals/ |
| H A D | structures | 6 structure per screen type. The first is a single global structure (GS) 13 references the GS structure. 15 The GS structure contains linked lists of screen (SCR) structures. 18 The GS structure has a set of functions which update the screen and/or 20 The GS structure never goes away. The SCR structure persists over
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumGlobals.cpp | 28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local 30 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/ |
| H A D | linux-x86-64-low.c | 65 DS * 8, ES * 8, FS * 8, GS * 8 82 case GS: in ps_get_thread_area()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1057 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOFinalizeInModule() local 1058 if (GS == DefinedGlobals.end()) in thinLTOFinalizeInModule() 1062 if (FunctionSummary *FS = dyn_cast<FunctionSummary>(GS->second)) { in thinLTOFinalizeInModule() 1079 auto NewLinkage = GS->second->linkage(); in thinLTOFinalizeInModule() 1093 if (GS->second->getVisibility() != GlobalValue::DefaultVisibility) in thinLTOFinalizeInModule() 1094 GV.setVisibility(GS->second->getVisibility()); in thinLTOFinalizeInModule() 1118 GS->second->canAutoHide()) { in thinLTOFinalizeInModule() 1193 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local 1194 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1205 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() [all …]
|
| H A D | GlobalOpt.cpp | 1489 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal() argument 1502 if (!GS.HasMultipleAccessingFunctions && in processInternalGlobal() 1503 GS.AccessingFunction && in processInternalGlobal() 1508 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal() 1509 isPointerValueDeadOnEntryToFunction(GS.AccessingFunction, GV, in processInternalGlobal() 1514 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in processInternalGlobal() 1535 if (!GS.IsLoaded) { in processInternalGlobal() 1556 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal() 1562 if (GS.Ordering == AtomicOrdering::NotAtomic) { in processInternalGlobal() 1588 Value *StoredOnceValue = GS.getStoredOnceValue(); in processInternalGlobal() [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | intercept.py | 40 GS = chr(0x1d) variable 179 content = RS.join([pid, pid, 'wrapper', entry.cwd, command]) + GS 193 for group in filter(bool, content.split(GS)):
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local 141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | TypeReferenceTracker.cpp | 81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local 82 for (uint32_t PubSymOff : GS.getGlobalsTable()) { in mark()
|
| /openbsd-src/regress/sbin/route/ |
| H A D | rttest8.ok | 7 10.8.1/24 192.0.2.2 GS 0 0 32768 17 lo10002
|
| H A D | rttest11.ok | 7 10.8.1/24 192.0.2.2 GS 0 0 32768 17 lo10002
|
| H A D | rttest10.ok | 7 10.8.1/24 192.0.2.2 GS 0 0 32768 17 lo10002
|