Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.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-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDAppleArm64ExceptionClass.def9 // Defines ESR exception classes for Apple arm64* targets.
/freebsd-13-stable/contrib/ncurses/
HDAUTHORS36 ESR Eric S Raymond
HDNEWS9947 + add ansi-* terminfo entries from ESR's version.
9976 + adapted patch by ESR to make infocmp -F less verbose -TD
11387 + 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.1
12982 + terminfo 9.13.18 resync (ESR)
12983 + check for getenv("HOME") returning null (ESR).
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenRegisters.cpp304 for (CodeGenRegister *ESR : ExplicitSubRegs) { in computeSubRegs()
305 const SubRegMap &Map = ESR->computeSubRegs(RegBank); in computeSubRegs()
306 HasDisjunctSubRegs |= ESR->HasDisjunctSubRegs; in computeSubRegs()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64AsmPrinter.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-13-stable/contrib/ncurses/misc/
HDemx.src626 # title bar. [I have translated it to terminfo -- ESR]
HDterminfo.src5328 # 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)----------------------------------------