| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | GlobalStatus.cpp | 69 GS.HasNonInstructionUser = true; in analyzeGlobalAux() 82 if (!GS.AccessingFunction) in analyzeGlobalAux() 83 GS.AccessingFunction = F; in analyzeGlobalAux() 88 GS.IsLoaded = true; in analyzeGlobalAux() 92 GS.Ordering = strongerOrdering(GS.Ordering, LI->getOrdering()); in analyzeGlobalAux() 102 GS.Ordering = strongerOrdering(GS.Ordering, SI->getOrdering()); in analyzeGlobalAux() 154 GS.IsCompared = true; in analyzeGlobalAux() 161 GS.IsLoaded = true; in analyzeGlobalAux() 170 GS.IsLoaded = true; in analyzeGlobalAux() 175 GS.HasNonInstructionUser = true; in analyzeGlobalAux() [all …]
|
| /freebsd-13.1/contrib/nvi/cl/ |
| H A D | cl_main.c | 36 static void cl_func_std(GS *); 38 static GS *gs_init(void); 40 static void sig_end(GS *); 52 GS *gp; in main() 159 static GS * 162 GS *gp; in gs_init() 164 gp = calloc(1, sizeof(GS)); in gs_init() 176 cl_init(GS *gp) in cl_init() 281 sig_init(GS *gp, SCR *sp) in sig_init() 345 sig_end(GS *gp) in sig_end() [all …]
|
| H A D | cl_screen.c | 31 static int cl_ex_end(GS *); 34 static int cl_vi_end(GS *); 49 GS *gp; in cl_screen() 131 cl_quit(GS *gp) in cl_quit() 184 GS *gp; in cl_vi_init() 380 cl_vi_end(GS *gp) in cl_vi_end() 497 cl_ex_end(GS *gp) in cl_ex_end()
|
| H A D | cl_funcs.c | 520 GS *gp; in cl_refresh() 603 GS *gp; in cl_rename() 656 cl_setname(GS *gp, char *name) in cl_setname() 704 GS *gp; in cl_suspend()
|
| /freebsd-13.1/contrib/llvm-project/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() 654 if (GS->getLabel()->getStmt()) { in VerifyJumps() 655 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 660 CheckGotoStmt(GS); in VerifyJumps() 987 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt() 989 << GS->getLabel()->getIdentifier(); in CheckGotoStmt() [all …]
|
| /freebsd-13.1/contrib/nvi/vi/ |
| H A D | vs_split.c | 29 static void vs_insert(SCR *sp, GS *gp); 44 GS *gp; in vs_split() 206 GS *gp; in vs_vsplit() 294 vs_insert(SCR *sp, GS *gp) in vs_insert() 335 GS *gp; in vs_discard() 452 GS *gp; in vs_join() 612 GS *gp; in vs_fg() 665 GS *gp; in vs_bg() 703 GS *gp; in vs_swap() 798 GS *gp; in vs_resize() [all …]
|
| H A D | vs_msg.c | 57 GS *gp; in vs_busy() 159 GS *gp; in vs_update() 229 GS *gp; in vs_msg() 394 GS *gp; in vs_output() 514 GS *gp; in vs_ex_resolve() 638 GS *gp; in vs_resolve() 744 GS *gp; in vs_scroll() 780 GS *gp; in vs_wait() 848 GS *gp; in vs_divider() 867 GS *gp; in vs_msgsave()
|
| H A D | v_ex.c | 57 GS *gp; in v_exmode() 323 GS *gp; in v_ex() 493 GS *gp; in v_ecl() 622 GS *gp; in v_ecl_init()
|
| /freebsd-13.1/contrib/nvi/common/ |
| H A D | key.c | 102 GS *gp; in v_key_init() 182 GS *gp; in v_key_ilookup() 351 GS *gp; in v_event_push() 401 GS *gp; in v_event_append() 525 GS *gp; in v_event_get() 739 GS *gp; in v_sync() 804 GS *gp; in v_event_flush() 820 GS *gp; in v_event_grow()
|
| H A D | mem.h | 62 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 80 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 103 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 119 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 136 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \
|
| H A D | main.c | 30 static void attach(GS *); 40 editor(GS *gp, int argc, char *argv[]) in editor() 423 GS *gp; in v_end() 554 attach(GS *gp) in attach()
|
| H A D | screen.c | 34 screen_init(GS *gp, SCR *orig, SCR **spp) in screen_init() 201 GS *gp; in screen_next()
|
| /freebsd-13.1/usr.bin/vi/ |
| H A D | extern.h | 17 void cl_setname(GS *, char *); 21 int sig_init(GS *, SCR *); 24 int cl_quit(GS *); 27 int cl_term_end(GS *); 320 void cut_close(GS *); 367 int editor(GS *, int, char *[]); 368 void v_end(GS *); 380 void msg_close(GS *); 415 int screen_init(GS *, SCR *, SCR **); 429 void seq_close(GS *);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumGlobals.cpp | 26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local 28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals()
|
| /freebsd-13.1/sys/cddl/dev/dtrace/x86/ |
| H A D | regset.h | 144 #define GS 0 macro 146 #define GS 18
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1047 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule() local 1048 if (GS == DefinedGlobals.end()) in thinLTOResolvePrevailingInModule() 1050 auto NewLinkage = GS->second->linkage(); in thinLTOResolvePrevailingInModule() 1065 GV.setVisibility(GS->second->getVisibility()); in thinLTOResolvePrevailingInModule() 1088 GS->second->canAutoHide()) { in thinLTOResolvePrevailingInModule() 1122 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local 1123 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1134 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() 1135 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1143 assert(GS != DefinedGlobals.end()); in thinLTOInternalizeModule() [all …]
|
| H A D | GlobalOpt.cpp | 1470 if (!GS.HasMultipleAccessingFunctions && in processInternalGlobal() 1471 GS.AccessingFunction && in processInternalGlobal() 1476 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal() 1503 if (!GS.IsLoaded) { in processInternalGlobal() 1531 if (GS.Ordering == AtomicOrdering::NotAtomic) { in processInternalGlobal() 1557 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal() 1582 if (optimizeOnceStoredGlobal(GV, GS.StoredOnceValue, GS.Ordering, DL, in processInternalGlobal() 1589 if (GS.Ordering == AtomicOrdering::NotAtomic) { in processInternalGlobal() 1610 GlobalStatus GS; in processGlobal() local 1612 if (GlobalStatus::analyzeGlobal(&GV, GS)) in processGlobal() [all …]
|
| /freebsd-13.1/share/syscons/fonts/ |
| H A D | iso15-8x8.fnt | 41 M?`#&`'S&QL9\``#&;#@X;,8`!GS.FK+F>,!@,,S,S,S\`!@PS,S,S/P`>(3, 47 M?@`8````!GS>]GS`8#``S,S,=@`8,`#,S,QV`#!(`,S,S'8`S```S,S,=@`8
|
| H A D | iso-8x8.fnt | 41 M?`#&`'S&QL9\``#&;#@X;,8`!GS.FK+F>,!@,,S,S,S\`!@PS,S,S/P`>(3, 47 M?@`8````!GS>]GS`8#``S,S,=@`8,`#,S,QV`#!(`,S,S'8`S```S,S,=@`8
|
| /freebsd-13.1/sys/contrib/libsodium/test/default/ |
| H A D | wintest.bat | 33 SET CFLAGS=%CFLAGS% /GS /MDd /Od 37 SET CFLAGS=%CFLAGS% /GS /MTd /Od /DSODIUM_STATIC /DSODIUM_EXPORT=
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | TypeReferenceTracker.cpp | 78 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local 79 for (uint32_t PubSymOff : GS.getGlobalsTable()) { in mark()
|
| /freebsd-13.1/contrib/ntp/include/ |
| H A D | ascii.h | 70 #define GS 29 macro
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 207 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey() argument 208 if (!GS) return; in computeLTOCacheKey() 209 AddUnsigned(GS->getVisibility()); in computeLTOCacheKey() 210 AddUnsigned(GS->isLive()); in computeLTOCacheKey() 211 AddUnsigned(GS->canAutoHide()); in computeLTOCacheKey() 212 for (const ValueInfo &VI : GS->refs()) { in computeLTOCacheKey() 216 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey() 220 if (auto *FS = dyn_cast<FunctionSummary>(GS)) { in computeLTOCacheKey() 240 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local 244 AddUsedCfiGlobal(GS.first); in computeLTOCacheKey() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | GlobalStatus.h | 79 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
|