Home
last modified time | relevance | path

Searched refs:ESR (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5062 EvalStmtResult ESR = EvaluateStmt(Result, Info, Body, Case); in EvaluateLoopBody() local
5063 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() local
5090 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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DAppleArm64ExceptionClass.def9 // Defines ESR exception classes for Apple arm64* targets.
/freebsd/contrib/ncurses/
H A DAUTHORS36 ESR Eric S Raymond
H A DNEWS11575 + add ansi-* terminfo entries from ESR's version.
11604 + adapted patch by ESR to make infocmp -F less verbose -TD
13015 + 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.1
14610 + terminfo 9.13.18 resync (ESR)
14611 + check for getenv("HOME") returning null (ESR).
[all …]
/freebsd/sys/arm64/vmm/
H A Dvmm_hyp.c246 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()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp304 for (CodeGenRegister *ESR : ExplicitSubRegs) { in computeSubRegs()
305 const SubRegMap &Map = ESR->computeSubRegs(RegBank); in computeSubRegs()
306 HasDisjunctSubRegs |= ESR->HasDisjunctSubRegs; in computeSubRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp581 unsigned ESR = 0x8000 | ((TypeIndex & 31) << 5) | (AddrIndex & 31); in LowerKCFI_CHECK() local
582 EmitToStreamer(*OutStreamer, MCInstBuilder(AArch64::BRK).addImm(ESR)); in LowerKCFI_CHECK()
/freebsd/contrib/ncurses/misc/
H A Demx.src626 # title bar. [I have translated it to terminfo -- ESR]
H A Dterminfo.src5663 # column #1". At the point in time when ESR added DJM's "pseudo-color" entry
5964 # 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)----------------------------------------