Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.cc309 Elser Elser::ElseIf(const BoolExpr& cond, const ResultExpr& then_result) const { in ElseIf() function in sandbox::bpf_dsl::Elser
/external/clang/lib/AST/
DStmtPrinter.cpp204 } else if (IfStmt *ElseIf = dyn_cast<IfStmt>(Else)) { in PrintRawIfStmt() local
/external/clang/unittests/Format/
DFormatTest.cpp442 TEST_F(FormatTest, ElseIf) { in TEST_F() argument