Searched refs:ESR (Results 1 – 8 of 8) sorted by relevance
5062 EvalStmtResult ESR = EvaluateStmt(Result, Info, Body, Case); in EvaluateLoopBody() local5063 if (ESR != ESR_Failed && ESR != ESR_CaseNotFound && !Scope.destroy()) in EvaluateLoopBody()5064 ESR = ESR_Failed; in EvaluateLoopBody()5066 switch (ESR) { in EvaluateLoopBody()5075 return ESR; in EvaluateLoopBody()5089 EvalStmtResult ESR = EvaluateStmt(Result, Info, Init); in EvaluateSwitch() local5090 if (ESR != ESR_Succeeded) { in EvaluateSwitch()5091 if (ESR != ESR_Failed && !Scope.destroy()) in EvaluateSwitch()5092 ESR = ESR_Failed; in EvaluateSwitch()5093 return ESR; in EvaluateSwitch()[all …]
9 // Defines ESR exception classes for Apple arm64* targets.
36 ESR Eric S Raymond
9947 + add ansi-* terminfo entries from ESR's version.9976 + adapted patch by ESR to make infocmp -F less verbose -TD11387 + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).11410 + terminfo.src 10.2.0 (ESR).12815 + terminfo.src 10.1.0 (ESR).12939 > patch #324 (ESR):12957 > patch #322 (ESR):12980 + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.112982 + terminfo 9.13.18 resync (ESR)12983 + check for getenv("HOME") returning null (ESR).[all …]
304 for (CodeGenRegister *ESR : ExplicitSubRegs) { in computeSubRegs()305 const SubRegMap &Map = ESR->computeSubRegs(RegBank); in computeSubRegs()306 HasDisjunctSubRegs |= ESR->HasDisjunctSubRegs; in computeSubRegs()
581 unsigned ESR = 0x8000 | ((TypeIndex & 31) << 5) | (AddrIndex & 31); in LowerKCFI_CHECK() local582 EmitToStreamer(*OutStreamer, MCInstBuilder(AArch64::BRK).addImm(ESR)); in LowerKCFI_CHECK()
626 # title bar. [I have translated it to terminfo -- ESR]
5328 # title bar. [I have translated it to terminfo -- ESR]14641 # The <civis>/<cnorm>/<sgr>/<sgr0> strings were added by ESR from specs.25066 #-(replaced-changelog-1998/02/28-by-ESR)----------------------------------------