Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td288 def ElseIf : VerbatimLineCommand<"elseif">;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp348 } else if (auto *ElseIf = dyn_cast<IfStmt>(Else)) { in PrintRawIfStmt() local
350 PrintRawIfStmt(ElseIf); in PrintRawIfStmt()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt3102 the simpler ASL ElseIf keyword. During the conversion, a trailing If
3412 conversion to the ASL ElseIf operator where incorrect ASL code could be
3717 iASL/Disassembler: Implemented support for the ASL ElseIf operator. This
3719 associated with it. The code emitted by the iASL compiler for ElseIf is
3721 will now emit an ElseIf if it finds an Else immediately followed by an
3736 ElseIf (Arg0 == 0x02)
11605 in an ElseIf construct. (BZ 453)
14941 Fixed a problem with code generation for the ElseIf operator where the
16172 Fixed a reported problem where multiple (nested) ElseIf()
18992 The ACPI 2.0 ElseIf operator is implemented and will also work
[all …]