/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
H A D | reg-stack2.C | 13 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 D | GlobalStatus.cpp | 64 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 D | NativeEnumGlobals.cpp | 28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local
|
H A D | GSIStreamBuilder.cpp | 481 auto GS = WritableMappedBlockStream::createIndexedStream( in commit() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86.h | 208 GS = 256, enumerator
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | intercept.py | 40 GS = chr(0x1d) variable
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local
|
H A D | CGStmt.cpp | 2630 if (const auto *GS = dyn_cast<GCCAsmStmt>(&S)) { in EmitAsmStmt() local
|
H A D | CGObjCGNU.cpp | 3322 llvm::Constant *GS = in MakeBitField() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.cpp | 81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 367 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 D | common.h | 27 typedef struct _gs GS; typedef
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | i386-stub.c | 125 CS, SS, DS, ES, FS, GS}; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1057 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOFinalizeInModule() local 1193 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local
|
H A D | GlobalOpt.cpp | 1489 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal() 1672 GlobalStatus GS; in processGlobal() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3130 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 D | ear.c | 403 static int const GS = 0x1d; in bear_report_call() local
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTO.cpp | 211 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey() 244 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1548 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1273 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(K); in invalidateGlobalRegion() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 5234 GeneralShuffle GS(VT); in tryBuildVectorShuffle() local 5478 GeneralShuffle GS(VT); in lowerVECTOR_SHUFFLE() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3114 void AssemblyWriter::printGlobalVarSummary(const GlobalVarSummary *GS) { in printGlobalVarSummary()
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 8887 auto GS = in parseVariableSummary() local
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 2882 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
|