Searched refs:ESR (Results 1 – 10 of 10) 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
12144 + add ansi-* terminfo entries from ESR's version.12173 + adapted patch by ESR to make infocmp -F less verbose -TD13584 + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).13607 + terminfo.src 10.2.0 (ESR).15012 + terminfo.src 10.1.0 (ESR).15136 > patch #324 (ESR):15154 > patch #322 (ESR):15177 + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.115179 + terminfo 9.13.18 resync (ESR)15180 + check for getenv("HOME") returning null (ESR).[all …]
263 hypctx->esr_el1 = READ_SPECIALREG(EL1_REG(ESR)); in vmm_hyp_reg_store()337 WRITE_SPECIALREG(EL1_REG(ESR), hypctx->esr_el1); in vmm_hyp_reg_restore()
599 UINT64 ESR; // Exception syndrome register member
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]
5782 # column #1". At the point in time when ESR added DJM's "pseudo-color" entry6087 # title bar. [I have translated it to terminfo -- ESR]15946 # The <civis>/<cnorm>/<sgr>/<sgr0> strings were added by ESR from specs.26208 #-(replaced-changelog-1998/02/28-by-ESR)----------------------------------------