Home
last modified time | relevance | path

Searched defs:GS (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dreg-stack2.C13 D1 GS() const {D1 d;float f=.299*l;d.l=f;return d;} in GS() function
20 D2 GS() const {return D2(g.GS());} in GS() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp64 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux()
192 bool GlobalStatus::analyzeGlobal(const Value *V, GlobalStatus &GS) { in analyzeGlobal()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local
H A DGSIStreamBuilder.cpp481 auto GS = WritableMappedBlockStream::createIndexedStream( in commit() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86.h208 GS = 256, enumerator
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py40 GS = chr(0x1d) variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DVarBypassDetector.cpp140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local
H A DCGStmt.cpp2630 if (const auto *GS = dyn_cast<GCCAsmStmt>(&S)) { in EmitAsmStmt() local
H A DCGObjCGNU.cpp3322 llvm::Constant *GS = in MakeBitField() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp367 if (auto *GS = dyn_cast<GCCAsmStmt>(S)) in BuildScopeInformation() local
657 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local
991 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
/openbsd-src/usr.bin/vi/common/
H A Dcommon.h27 typedef struct _gs GS; typedef
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Di386-stub.c125 CS, SS, DS, ES, FS, GS}; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1057 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOFinalizeInModule() local
1193 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local
H A DGlobalOpt.cpp1489 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal()
1672 GlobalStatus GS; in processGlobal() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3130 DictScope GS(W, "MIPS RegInfo"); in printMipsReginfo() local
3179 DictScope GS(W, "MIPS Options"); in printMipsOptions() local
3201 DictScope GS(W, Type); in printMipsOptions() local
7411 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); in printMipsGOT() local
7440 ListScope GS(W, "Global entries"); in printMipsGOT() local
7472 DictScope GS(W, "PLT GOT"); in printMipsPLT() local
7526 DictScope GS(W, "MIPS ABI Flags"); in printMipsABIFlags() local
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A Dear.c403 static int const GS = 0x1d; in bear_report_call() local
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp211 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey()
244 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1548 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1273 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(K); in invalidateGlobalRegion() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5234 GeneralShuffle GS(VT); in tryBuildVectorShuffle() local
5478 GeneralShuffle GS(VT); in lowerVECTOR_SHUFFLE() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp3114 void AssemblyWriter::printGlobalVarSummary(const GlobalVarSummary *GS) { in printGlobalVarSummary()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp8887 auto GS = in parseVariableSummary() local
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2882 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()