| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | GlobalStatus.cpp | 61 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux() argument 65 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux() 70 GS.HasNonInstructionUser = true; in analyzeGlobalAux() 78 if (analyzeGlobalAux(CE, GS, VisitedUsers)) in analyzeGlobalAux() 81 if (!GS.HasMultipleAccessingFunctions) { in analyzeGlobalAux() 83 if (!GS.AccessingFunction) in analyzeGlobalAux() 84 GS.AccessingFunction = F; in analyzeGlobalAux() 85 else if (GS.AccessingFunction != F) in analyzeGlobalAux() 86 GS.HasMultipleAccessingFunctions = true; in analyzeGlobalAux() 89 GS.IsLoaded = true; in analyzeGlobalAux() [all …]
|
| /freebsd-11-stable/contrib/nvi/cl/ |
| HD | cl_main.c | 36 GS *__global_list; /* GLOBAL: List of screens. */ 39 static void cl_func_std(GS *); 40 static CL_PRIVATE *cl_init(GS *); 41 static GS *gs_init(char *); 44 static void sig_end(GS *); 56 GS *gp; in main() 164 static GS * 167 GS *gp; in gs_init() 175 CALLOC_NOMSG(NULL, gp, GS *, 1, sizeof(GS)); in gs_init() 188 cl_init(GS *gp) in cl_init() [all …]
|
| HD | extern.h | 16 void cl_setname(GS *, char *); 20 int sig_init(GS *, SCR *); 23 int cl_quit(GS *); 26 int cl_term_end(GS *);
|
| HD | cl_screen.c | 35 static int cl_ex_end(GS *); 38 static int cl_vi_end(GS *); 53 GS *gp; in cl_screen() 135 cl_quit(GS *gp) in cl_quit() 188 GS *gp; in cl_vi_init() 384 cl_vi_end(GS *gp) in cl_vi_end() 504 cl_ex_end(GS *gp) in cl_ex_end()
|
| HD | cl_funcs.c | 524 GS *gp; in cl_refresh() 607 GS *gp; in cl_rename() 660 cl_setname(GS *gp, char *name) in cl_setname() 708 GS *gp; in cl_suspend()
|
| /freebsd-11-stable/contrib/groff/contrib/pdfmark/ |
| HD | pdfroff.sh | 482 GS="$GROFF_GHOSTSCRIPT_INTERPRETER" 483 test -f "$GS" && test -x "$GS" || GS=":" 487 GS=`searchpath $prog "$PATH"` 488 test "$GS" = ":" || break 494 if test "$GS" = ":" 553 PDFWRITE="$GS -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite"
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | JumpDiagnostics.cpp | 88 void CheckGotoStmt(GotoStmt *GS); 346 if (auto *GS = dyn_cast<GCCAsmStmt>(S)) in BuildScopeInformation() local 347 if (GS->isAsmGoto()) { in BuildScopeInformation() 351 AsmJumps.push_back(GS); in BuildScopeInformation() 352 for (auto *E : GS->labels()) in BuildScopeInformation() 607 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local 609 if (GS->getLabel()->getStmt()) { in VerifyJumps() 610 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 615 CheckGotoStmt(GS); in VerifyJumps() 933 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt() argument [all …]
|
| /freebsd-11-stable/contrib/nvi/common/ |
| HD | extern.h | 7 void cut_close(GS *); 54 int editor(GS *, int, char *[]); 55 void v_end(GS *); 67 void msg_close(GS *); 102 int screen_init(GS *, SCR *, SCR **); 116 void seq_close(GS *);
|
| HD | key.c | 106 GS *gp; in v_key_init() 189 GS *gp; in v_key_ilookup() 365 GS *gp; in v_event_push() 417 GS *gp; in v_event_append() 545 GS *gp; in v_event_get() 761 GS *gp; in v_sync() 831 GS *gp; in v_event_flush() 849 GS *gp; in v_event_grow()
|
| HD | mem.h | 64 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 82 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 105 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 121 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 138 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \
|
| HD | main.c | 33 static void attach(GS *); 45 GS *gp, in editor() 435 GS *gp; in v_end() 571 attach(GS *gp) in attach()
|
| HD | screen.c | 39 GS *gp, in screen_init() 213 GS *gp; in screen_next()
|
| /freebsd-11-stable/contrib/nvi/vi/ |
| HD | vs_split.c | 33 static void vs_insert(SCR *sp, GS *gp); 48 GS *gp; in vs_split() 210 GS *gp; in vs_vsplit() 298 vs_insert(SCR *sp, GS *gp) in vs_insert() 339 GS *gp; in vs_discard() 456 GS *gp; in vs_join() 616 GS *gp; in vs_fg() 669 GS *gp; in vs_bg() 707 GS *gp; in vs_swap() 802 GS *gp; in vs_resize() [all …]
|
| HD | vs_msg.c | 61 GS *gp; in vs_busy() 163 GS *gp; in vs_update() 233 GS *gp; in vs_msg() 395 GS *gp; in vs_output() 515 GS *gp; in vs_ex_resolve() 639 GS *gp; in vs_resolve() 745 GS *gp; in vs_scroll() 781 GS *gp; in vs_wait() 849 GS *gp; in vs_divider() 868 GS *gp; in vs_msgsave()
|
| HD | v_ex.c | 61 GS *gp; in v_exmode() 327 GS *gp; in v_ex() 497 GS *gp; in v_ecl() 626 GS *gp; in v_ecl_init()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| HD | NativeEnumGlobals.cpp | 26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local 28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals()
|
| /freebsd-11-stable/sys/cddl/dev/dtrace/x86/ |
| HD | regset.h | 144 #define GS 0 macro 146 #define GS 18
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | FunctionImport.cpp | 987 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule() local 988 if (GS == DefinedGlobals.end()) in thinLTOResolvePrevailingInModule() 990 auto NewLinkage = GS->second->linkage(); in thinLTOResolvePrevailingInModule() 1020 GS->second->canAutoHide()) { in thinLTOResolvePrevailingInModule() 1054 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local 1055 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1066 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() 1067 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1074 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule() 1075 assert(GS != DefinedGlobals.end()); in thinLTOInternalizeModule() [all …]
|
| HD | GlobalOpt.cpp | 1940 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal() argument 1952 if (!GS.HasMultipleAccessingFunctions && in processInternalGlobal() 1953 GS.AccessingFunction && in processInternalGlobal() 1958 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal() 1959 isPointerValueDeadOnEntryToFunction(GS.AccessingFunction, GV, in processInternalGlobal() 1964 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in processInternalGlobal() 1983 if (!GS.IsLoaded) { in processInternalGlobal() 2006 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal() 2012 if (GS.Ordering == AtomicOrdering::NotAtomic) in processInternalGlobal() 2035 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal() [all …]
|
| /freebsd-11-stable/share/syscons/fonts/ |
| HD | 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
|
| HD | 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
|
| HD | iso04-vga9-8x8.fnt | 26 MQL;^QL9\@GS&QO[&QL9\?,;&_L;&QCALQL;^QL8X;#ALQO[&Q@`^>-C^V-C> 29 M?,;&QL9\QLSXV,S&##A\@GS&QL;&?';<?,;&QL9\QGS&QL;&QGP``,9L.&S&
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | 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-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| HD | TypeReferenceTracker.cpp | 78 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local 79 for (uint32_t PubSymOff : GS.getGlobalsTable()) { in mark()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/ |
| HD | LTO.cpp | 211 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey() argument 212 if (!GS) return; in computeLTOCacheKey() 213 AddUnsigned(GS->isLive()); in computeLTOCacheKey() 214 AddUnsigned(GS->canAutoHide()); in computeLTOCacheKey() 215 for (const ValueInfo &VI : GS->refs()) { in computeLTOCacheKey() 219 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey() 223 if (auto *FS = dyn_cast<FunctionSummary>(GS)) { in computeLTOCacheKey() 243 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local 244 GlobalValue::LinkageTypes Linkage = GS.second->linkage(); in computeLTOCacheKey() 247 AddUsedCfiGlobal(GS.first); in computeLTOCacheKey() [all …]
|