Searched refs:GS (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp50 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, argument
54 GS.StoredType = GlobalStatus::StoredOnce;
59 GS.HasNonInstructionUser = true;
66 if (analyzeGlobalAux(CE, GS, PhiUsers))
69 if (!GS.HasMultipleAccessingFunctions) {
71 if (!GS.AccessingFunction)
72 GS.AccessingFunction = F;
73 else if (GS.AccessingFunction != F)
74 GS.HasMultipleAccessingFunctions = true;
77 GS
179 analyzeGlobal(const Value *V, GlobalStatus &GS) argument
[all...]
/freebsd-11.0-release/contrib/nvi/cl/
H A Dextern.h16 void cl_setname(GS *, char *);
20 int sig_init(GS *, SCR *);
23 int cl_quit(GS *);
26 int cl_term_end(GS *);
H A Dcl_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;
162 * Create and partially initialize the GS structure.
164 static GS *
167 GS *gp;
175 CALLOC_NOMSG(NULL, gp, GS *,
[all...]
H A Dcl_screen.c35 static int cl_ex_end(GS *);
38 static int cl_vi_end(GS *);
53 GS *gp;
132 * PUBLIC: int cl_quit(GS *);
135 cl_quit(GS *gp)
188 GS *gp;
384 cl_vi_end(GS *gp)
504 cl_ex_end(GS *gp)
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h76 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
/freebsd-11.0-release/contrib/ntp/include/
H A Dascii.h70 #define GS 29 macro
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DSolaris.h33 #undef GS macro
/freebsd-11.0-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.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"
/freebsd-11.0-release/sys/cddl/dev/dtrace/x86/
H A Dregset.h144 #define GS 0 macro
146 #define GS 18 macro
/freebsd-11.0-release/contrib/nvi/common/
H A Dextern.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 *);
H A Dcommon.h32 typedef struct _gs GS; typedef in typeref:struct:_gs
H A Dmem.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; \
H A Dkey.c106 GS *gp;
189 GS *gp;
365 GS *gp;
417 GS *gp;
545 GS *gp;
761 GS *gp;
831 GS *gp;
849 GS *gp;
H A Dmain.c33 static void attach(GS *);
41 * PUBLIC: int editor(GS *, int, char *[]);
45 GS *gp,
77 /* Structures shared by screens so stored in the GS structure. */
431 * PUBLIC: void v_end(GS *);
435 GS *gp;
571 attach(GS *gp)
H A Dscreen.h40 GS *gp; /* Pointer to global area. */
H A Dscreen.c35 * PUBLIC: int screen_init(GS *, SCR *, SCR **);
39 GS *gp,
54 sp->gp = gp; /* All ref the GS structure. */
213 GS *gp;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Di386v4-nat.c55 #define GS 0 (in <sys/reg.h>)
98 DS, ES, FS, GS,
/freebsd-11.0-release/contrib/nvi/vi/
H A Dvs_msg.c61 GS *gp;
163 GS *gp;
233 GS *gp;
395 GS *gp;
515 GS *gp;
639 GS *gp;
745 GS *gp;
781 GS *gp;
849 GS *gp;
868 GS *g
[all...]
H A Dvs_split.c33 static void vs_insert(SCR *sp, GS *gp);
48 GS *gp;
210 GS *gp;
298 vs_insert(SCR *sp, GS *gp)
339 GS *gp;
456 GS *gp;
616 GS *gp;
669 GS *gp;
707 GS *gp;
802 GS *g
[all...]
H A Dv_ex.c61 GS *gp;
327 GS *gp;
497 GS *gp;
626 GS *gp;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp87 void CheckGotoStmt(GotoStmt *GS);
527 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
529 if (GS->getLabel()->getStmt()) {
530 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
535 CheckGotoStmt(GS);
844 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { argument
845 if (GS->getLabel()->isMSAsmLabel()) {
846 S.Diag(GS
[all...]
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_screen.c103 GS *gp;
H A Dex_display.c127 GS *gp;
H A Dex_print.c94 GS *gp;
208 GS *gp;
/freebsd-11.0-release/contrib/groff/src/roff/grog/
H A Dgrog.pl51 elsif (/^\.GS$sp/) {

Completed in 274 milliseconds

123