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

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp60 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, argument
64 GS.StoredType = GlobalStatus::StoredOnce;
69 GS.HasNonInstructionUser = true;
77 if (analyzeGlobalAux(CE, GS, VisitedUsers))
80 if (!GS.HasMultipleAccessingFunctions) {
82 if (!GS.AccessingFunction)
83 GS.AccessingFunction = F;
84 else if (GS.AccessingFunction != F)
85 GS.HasMultipleAccessingFunctions = true;
88 GS
190 analyzeGlobal(const Value *V, GlobalStatus &GS) argument
[all...]
/freebsd-13-stable/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.c33 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;
157 * Create and partially initialize the GS structure.
159 static GS *
162 GS *gp;
164 gp = calloc(1, sizeof(GS));
[all...]
H A Dcl_screen.c31 static int cl_ex_end(GS *);
34 static int cl_vi_end(GS *);
49 GS *gp;
128 * PUBLIC: int cl_quit(GS *);
131 cl_quit(GS *gp)
184 GS *gp;
380 cl_vi_end(GS *gp)
497 cl_ex_end(GS *gp)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h79 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
/freebsd-13-stable/contrib/ntp/include/
H A Dascii.h70 #define GS 29 macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h22 #undef GS macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); local
28 for (uint32_t Off : GS.getGlobalsTable()) {
/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Dregset.h144 #define GS 0 macro
146 #define GS 18 macro
/freebsd-13-stable/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.h33 typedef struct _gs GS; typedef in typeref:struct:_gs
H A Dmem.h62 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 Dkey.c102 GS *gp;
182 GS *gp;
351 GS *gp;
401 GS *gp;
525 GS *gp;
739 GS *gp;
804 GS *gp;
820 GS *gp;
H A Dscreen.c31 * PUBLIC: int screen_init(GS *, SCR *, SCR **);
34 screen_init(GS *gp, SCR *orig, SCR **spp)
47 sp->gp = gp; /* All ref the GS structure. */
201 GS *gp;
H A Dmain.c30 static void attach(GS *);
37 * PUBLIC: int editor(GS *, int, char *[]);
40 editor(GS *gp, int argc, char *argv[])
70 /* Structures shared by screens so stored in the GS structure. */
419 * PUBLIC: void v_end(GS *);
423 GS *gp;
554 attach(GS *gp)
H A Dscreen.h38 GS *gp; /* Pointer to global area. */
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp89 void CheckGotoStmt(GotoStmt *GS);
357 if (auto *GS = dyn_cast<GCCAsmStmt>(S))
358 if (GS->isAsmGoto()) {
362 AsmJumps.push_back(GS);
363 for (auto *E : GS->labels())
622 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
624 if (GS->getLabel()->getStmt()) {
625 CheckJump(GS, GS->getLabel()->getStmt(), GS
948 CheckGotoStmt(GotoStmt *GS) argument
[all...]
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dwintest.bat33 SET CFLAGS=%CFLAGS% /GS /MDd /Od
37 SET CFLAGS=%CFLAGS% /GS /MTd /Od /DSODIUM_STATIC /DSODIUM_EXPORT=
/freebsd-13-stable/contrib/nvi/vi/
H A Dvs_msg.c57 GS *gp;
159 GS *gp;
229 GS *gp;
394 GS *gp;
514 GS *gp;
638 GS *gp;
744 GS *gp;
780 GS *gp;
848 GS *gp;
867 GS *g
[all...]
H A Dvs_split.c29 static void vs_insert(SCR *sp, GS *gp);
44 GS *gp;
206 GS *gp;
294 vs_insert(SCR *sp, GS *gp)
335 GS *gp;
452 GS *gp;
612 GS *gp;
665 GS *gp;
703 GS *gp;
798 GS *g
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) {
141 if (const LabelStmt *LS = GS->getLabel()->getStmt())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp78 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); local
79 for (uint32_t PubSymOff : GS.getGlobalsTable()) {
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_screen.c99 GS *gp;
H A Dex_display.c123 GS *gp;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.h172 GS = 256,

Completed in 709 milliseconds

1234