| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| GlobalStatus.cpp | 60 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, 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.IsLoaded = true [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/ |
| switchcontext.S | 45 pushq %GS:0; 46 pushq %GS:8; 47 pushq %GS:16; 55 popq %GS:16; 56 popq %GS:8; 57 popq %GS:0;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| GlobalStatus.h | 79 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
|
| /src/external/bsd/ntp/dist/include/ |
| ascii.h | 72 #define GS 29
|
| /src/external/bsd/nvi/dist/common/ |
| gs.c | 1 /* $NetBSD: gs.c,v 1.4 2013/12/01 02:34:54 christos Exp $ */ 31 * Create and partially initialize the GS structure. 32 * PUBLIC: GS * gs_init __P((char*)); 34 GS * 37 GS *gp; 45 CALLOC_NOMSG(NULL, gp, GS *, 1, sizeof(GS)); 58 /* Structures shared by screens so stored in the GS structure. */ 71 * PUBLIC: WIN * gs_new_win __P((GS *gp)); 75 gs_new_win(GS *gp [all...] |
| nothread.c | 39 * PUBLIC: void thread_init __P((GS *gp)); 42 thread_init(GS *gp)
|
| common.h | 45 typedef struct _gs GS; 95 #include "msg.h" /* Required by gs.h. */ 96 #include "cut.h" /* Required by gs.h. */ 99 #include "mark.h" /* Required by gs.h. */ 101 #include "../ex/ex.h" /* Required by gs.h. */ 102 #include "gs.h" /* Required by screen.h. */
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/ |
| regset.h | 22 #undef GS
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| NativeEnumGlobals.cpp | 26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); 28 for (uint32_t Off : GS.getGlobalsTable()) {
|
| /src/external/cddl/osnet/dev/dtrace/x86/ |
| regset.h | 52 * read-only; if %fs or %gs are updated, the results of the descriptor 144 #define GS 0 146 #define GS 18
|
| /src/external/gpl2/groff/dist/contrib/pdfmark/ |
| 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"
|
| /src/external/gpl3/gdb.old/dist/sim/rx/ |
| rx.c | 655 #define GS() get_op (opcode, 1) 662 #define US1() ((opcode->op[2].type == RX_Operand_None) ? GD() : GS()) 663 #define US2() ((opcode->op[2].type == RX_Operand_None) ? GS() : GS2()) 813 fb = GS (); \ 1009 sll = GS (); 1033 mb = GS (); 1045 mb = GS (); 1060 mb = GS (); 1071 if (opcode->op[1].type == RX_Operand_None || GS()) 1103 if (opcode->op[1].type == RX_Operand_None || GS()) [all...] |
| /src/external/gpl3/gdb/dist/sim/rx/ |
| rx.c | 655 #define GS() get_op (opcode, 1) 662 #define US1() ((opcode->op[2].type == RX_Operand_None) ? GD() : GS()) 663 #define US2() ((opcode->op[2].type == RX_Operand_None) ? GS() : GS2()) 813 fb = GS (); \ 1009 sll = GS (); 1033 mb = GS (); 1045 mb = GS (); 1060 mb = GS (); 1071 if (opcode->op[1].type == RX_Operand_None || GS()) 1103 if (opcode->op[1].type == RX_Operand_None || GS()) [all...] |
| /src/external/bsd/nvi/dist/cl/ |
| cl_main.c | 39 GS *__global_list; /* GLOBAL: List of screens. */ 49 static void sig_end __P((GS *)); 61 GS *gp; 184 GS *gp; 330 * PUBLIC: int sig_init __P((GS *, SCR *)); 333 sig_init(GS *gp, SCR *sp) 406 sig_end(GS *gp) 426 GS *gp;
|
| /src/external/gpl3/gdb.old/dist/sim/rl78/ |
| rl78.c | 299 #define GS() get_op (&opcode, 1, 1) 450 a = GS (); 461 a = GS (); 472 a = GS (); 484 if (!condition_true (opcode.op[1].condition, GS ())) 547 b = GS (); 609 a = GS (); 694 a = GS (); 739 a = GS (); 754 a = GS (); [all...] |
| /src/external/gpl3/gdb/dist/sim/rl78/ |
| rl78.c | 299 #define GS() get_op (&opcode, 1, 1) 450 a = GS (); 461 a = GS (); 472 a = GS (); 484 if (!condition_true (opcode.op[1].condition, GS ())) 547 b = GS (); 609 a = GS (); 694 a = GS (); 739 a = GS (); 754 a = GS (); [all...] |
| /src/external/cddl/osnet/dist/lib/libdtrace/i386/ |
| regs.sed.in | 44 SED_REPLACE(GS)
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| JumpDiagnostics.cpp | 97 void CheckGotoStmt(GotoStmt *GS); 367 if (auto *GS = dyn_cast<GCCAsmStmt>(S)) 368 if (GS->isAsmGoto()) { 372 AsmJumps.push_back(GS); 373 for (auto *E : GS->labels()) 652 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { 654 if (GS->getLabel()->getStmt()) { 655 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc() [all...] |
| /src/sys/arch/amd64/include/ |
| frame_regs.h | 51 greg(gs, GS, 15) /* tf_gs */ \
|
| /src/sys/arch/amiga/dev/ |
| kbdmap.h | 61 #define GS 29
|
| /src/sys/arch/atari/dev/ |
| kbdmap.h | 65 #define GS 29
|
| /src/sys/arch/x68k/include/ |
| kbdmap.h | 35 #define GS 29
|
| /src/sys/arch/x68k/usr.bin/loadkmap/ |
| kbdmap.h | 32 #define GS 29
|
| /src/sys/external/isc/libsodium/dist/test/default/ |
| wintest.bat | 33 SET CFLAGS=%CFLAGS% /GS /MDd /Od 37 SET CFLAGS=%CFLAGS% /GS /MTd /Od /DSODIUM_STATIC /DSODIUM_EXPORT=
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_tcl.c | 51 GS *gp;
|