Home
last modified time | relevance | path

Searched refs:ElseIf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp264 } else if (auto *ElseIf = dyn_cast<IfStmt>(Else)) { in PrintRawIfStmt() local
266 PrintRawIfStmt(ElseIf); in PrintRawIfStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCMakePrimer.rst208 If, ElseIf, Else
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt3073 the simpler ASL ElseIf keyword. During the conversion, a trailing If
3383 conversion to the ASL ElseIf operator where incorrect ASL code could be
3688 iASL/Disassembler: Implemented support for the ASL ElseIf operator. This
3690 associated with it. The code emitted by the iASL compiler for ElseIf is
3692 will now emit an ElseIf if it finds an Else immediately followed by an
3707 ElseIf (Arg0 == 0x02)
11576 in an ElseIf construct. (BZ 453)
14912 Fixed a problem with code generation for the ElseIf operator where the
16143 Fixed a reported problem where multiple (nested) ElseIf()
18963 The ACPI 2.0 ElseIf operato
[all...]