/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_main.c | 33 GS *__global_list; /* GLOBAL: List of screens. */ 36 static void cl_func_std(GS *); 37 static CL_PRIVATE *cl_init(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() [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/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/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 97 void CheckGotoStmt(GotoStmt *GS); 670 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local 672 if (GS->getLabel()->getStmt()) { in VerifyJumps() 673 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 678 CheckGotoStmt(GS); in VerifyJumps() 1006 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt() argument 1007 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt() 1008 S.Diag(GS->getGotoLoc(), diag::err_goto_ms_asm_label) in CheckGotoStmt() 1009 << GS->getLabel()->getIdentifier(); in CheckGotoStmt() 1010 S.Diag(GS->getLabel()->getLocation(), diag::note_goto_ms_asm_label) in CheckGotoStmt() [all …]
|
/freebsd/contrib/nvi/common/ |
H A D | key.c | 103 GS *gp; in v_key_init() 183 GS *gp; in v_key_ilookup() 361 GS *gp; in v_event_push() 411 GS *gp; in v_event_append() 535 GS *gp; in v_event_get() 749 GS *gp; in v_sync() 893 GS *gp; in v_event_flush() 909 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() 422 v_end(GS *gp) in v_end() 553 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/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/contrib/llvm-project/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()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1451 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal() argument 1464 if (!GS.HasMultipleAccessingFunctions && in processInternalGlobal() 1465 GS.AccessingFunction && in processInternalGlobal() 1469 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal() 1470 isPointerValueDeadOnEntryToFunction(GS.AccessingFunction, GV, in processInternalGlobal() 1476 GS.AccessingFunction->getEntryBlock().begin().getNonConst(); in processInternalGlobal() 1494 if (!GS.IsLoaded) { in processInternalGlobal() 1515 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal() 1521 if (GS.Ordering == AtomicOrdering::NotAtomic) { in processInternalGlobal() 1547 Value *StoredOnceValue = GS.getStoredOnceValue(); in processInternalGlobal() [all …]
|
H A D | FunctionImport.cpp | 1505 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOFinalizeInModule() local 1506 if (GS == DefinedGlobals.end()) in thinLTOFinalizeInModule() 1510 if (FunctionSummary *FS = dyn_cast<FunctionSummary>(GS->second)) { in thinLTOFinalizeInModule() 1527 auto NewLinkage = GS->second->linkage(); in thinLTOFinalizeInModule() 1541 if (GS->second->getVisibility() != GlobalValue::DefaultVisibility) in thinLTOFinalizeInModule() 1542 GV.setVisibility(GS->second->getVisibility()); in thinLTOFinalizeInModule() 1566 GS->second->canAutoHide()) { in thinLTOFinalizeInModule() 1641 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local 1642 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1653 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() [all …]
|
/freebsd/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/sys/contrib/device-tree/src/arm/microchip/ |
H A D | lan966x-kontron-kswitch-d10-mmt-6g-2gs.dts | 3 * Device Tree file for the Kontron KSwitch D10 MMT 6G-2GS 10 model = "Kontron KSwitch D10 MMT 6G-2GS";
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerYAML.cpp | 290 IO.mapRequired("InputPrimitive", StageInfo.GS.InputPrimitive); in mapInfoForVersion() 291 IO.mapRequired("OutputTopology", StageInfo.GS.OutputTopology); in mapInfoForVersion() 292 IO.mapRequired("OutputStreamMask", StageInfo.GS.OutputStreamMask); in mapInfoForVersion() 293 IO.mapRequired("OutputPositionPresent", StageInfo.GS.OutputPositionPresent); in mapInfoForVersion()
|
/freebsd/contrib/ntp/include/ |
H A D | ascii.h | 70 #define GS 29 macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/ |
H A D | regset.h | 22 #undef GS
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | geo | 60 # GS%2B-6063-BB-GS%2B-Broadcast-Raw-Data-File-Format-Command-Specification.pdf 73 # filename; original file name like: "C:\GS+\Projects\Default\Raw Data Files\060116342.rdf"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | GlobalStatus.h | 87 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
|