Home
last modified time | relevance | path

Searched refs:GS (Results 1 – 25 of 109) sorted by relevance

12345

/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDGlobalStatus.cpp50 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux() argument
55 GS.HasNonInstructionUser = true; in analyzeGlobalAux()
62 if (analyzeGlobalAux(CE, GS, PhiUsers)) in analyzeGlobalAux()
65 if (!GS.HasMultipleAccessingFunctions) { in analyzeGlobalAux()
67 if (!GS.AccessingFunction) in analyzeGlobalAux()
68 GS.AccessingFunction = F; in analyzeGlobalAux()
69 else if (GS.AccessingFunction != F) in analyzeGlobalAux()
70 GS.HasMultipleAccessingFunctions = true; in analyzeGlobalAux()
73 GS.IsLoaded = true; in analyzeGlobalAux()
77 GS.Ordering = strongerOrdering(GS.Ordering, LI->getOrdering()); in analyzeGlobalAux()
[all …]
/NextBSD/contrib/nvi/cl/
HDcl_main.c36 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 …]
HDextern.h16 void cl_setname(GS *, char *);
20 int sig_init(GS *, SCR *);
23 int cl_quit(GS *);
26 int cl_term_end(GS *);
HDcl_screen.c35 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()
HDcl_funcs.c524 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()
/NextBSD/contrib/groff/contrib/pdfmark/
HDpdfroff.sh482 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"
/NextBSD/contrib/nvi/common/
HDextern.h7 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 *);
HDkey.c106 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()
HDmem.h64 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; \
HDmain.c33 static void attach(GS *);
45 GS *gp, in editor()
435 GS *gp; in v_end()
571 attach(GS *gp) in attach()
HDscreen.c39 GS *gp, in screen_init()
213 GS *gp; in screen_next()
HDcommon.h32 typedef struct _gs GS; typedef
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDJumpDiagnostics.cpp87 void CheckGotoStmt(GotoStmt *GS);
524 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local
526 if (GS->getLabel()->getStmt()) { in VerifyJumps()
527 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
532 CheckGotoStmt(GS); in VerifyJumps()
841 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt() argument
842 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
843 S.Diag(GS->getGotoLoc(), diag::err_goto_ms_asm_label) in CheckGotoStmt()
844 << GS->getLabel()->getIdentifier(); in CheckGotoStmt()
845 S.Diag(GS->getLabel()->getLocation(), diag::note_goto_ms_asm_label) in CheckGotoStmt()
[all …]
/NextBSD/contrib/nvi/vi/
HDvs_split.c33 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 …]
HDvs_msg.c61 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()
HDv_ex.c61 GS *gp; in v_exmode()
327 GS *gp; in v_ex()
497 GS *gp; in v_ecl()
626 GS *gp; in v_ecl_init()
/NextBSD/sys/cddl/dev/dtrace/x86/
HDregset.h144 #define GS 0 macro
146 #define GS 18
/NextBSD/share/syscons/fonts/
HDiso-8x8.fnt41 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
HDiso15-8x8.fnt41 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
HDiso04-vga9-8x8.fnt26 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&
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp86 const GlobalStatus &GS);
1709 GlobalStatus GS; in ProcessGlobal() local
1711 if (GlobalStatus::analyzeGlobal(GV, GS)) in ProcessGlobal()
1714 if (!GS.IsCompared && !GV->hasUnnamedAddr()) { in ProcessGlobal()
1722 return ProcessInternalGlobal(GV, GVI, GS); in ProcessGlobal()
1729 const GlobalStatus &GS) { in ProcessInternalGlobal() argument
1739 if (!GS.HasMultipleAccessingFunctions && in ProcessInternalGlobal()
1740 GS.AccessingFunction && !GS.HasNonInstructionUser && in ProcessInternalGlobal()
1742 GS.AccessingFunction->getName() == "main" && in ProcessInternalGlobal()
1743 GS.AccessingFunction->hasExternalLinkage() && in ProcessInternalGlobal()
[all …]
/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDGlobalStatus.h76 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
/NextBSD/contrib/ntp/include/
HDascii.h70 #define GS 29 macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDSolaris.h33 #undef GS
/NextBSD/contrib/gdb/gdb/
HDi386v4-nat.c98 DS, ES, FS, GS,

12345