Searched refs:ESR (Results 1 – 9 of 9) 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
11575 + add ansi-* terminfo entries from ESR's version.11604 + adapted patch by ESR to make infocmp -F less verbose -TD13015 + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).13038 + terminfo.src 10.2.0 (ESR).14443 + terminfo.src 10.1.0 (ESR).14567 > patch #324 (ESR):14585 > patch #322 (ESR):14608 + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.114610 + terminfo 9.13.18 resync (ESR)14611 + check for getenv("HOME") returning null (ESR).[all …]
246 hypctx->esr_el1 = READ_SPECIALREG(EL1_REG(ESR)); in vmm_hyp_reg_store()307 WRITE_SPECIALREG(EL1_REG(ESR), hypctx->esr_el1); in vmm_hyp_reg_restore()
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]
5663 # column #1". At the point in time when ESR added DJM's "pseudo-color" entry5964 # title bar. [I have translated it to terminfo -- ESR]15500 # The <civis>/<cnorm>/<sgr>/<sgr0> strings were added by ESR from specs.25811 #-(replaced-changelog-1998/02/28-by-ESR)----------------------------------------