Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td287 def ElseIf : VerbatimLineCommand<"elseif">;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp345 } else if (auto *ElseIf = dyn_cast<IfStmt>(Else)) { in PrintRawIfStmt() local
347 PrintRawIfStmt(ElseIf); in PrintRawIfStmt()
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt2888 the simpler ASL ElseIf keyword. During the conversion, a trailing If
3198 conversion to the ASL ElseIf operator where incorrect ASL code could be
3503 iASL/Disassembler: Implemented support for the ASL ElseIf operator. This
3505 associated with it. The code emitted by the iASL compiler for ElseIf is
3507 will now emit an ElseIf if it finds an Else immediately followed by an
3522 ElseIf (Arg0 == 0x02)
11392 in an ElseIf construct. (BZ 453)
14728 Fixed a problem with code generation for the ElseIf operator where the
15959 Fixed a reported problem where multiple (nested) ElseIf()
18779 The ACPI 2.0 ElseIf operator is implemented and will also work
[all …]