Searched defs:ElseIf (Results 1 – 3 of 3) sorted by relevance
309 Elser Elser::ElseIf(const BoolExpr& cond, const ResultExpr& then_result) const { in ElseIf() function in sandbox::bpf_dsl::Elser
204 } else if (IfStmt *ElseIf = dyn_cast<IfStmt>(Else)) { in PrintRawIfStmt() local
442 TEST_F(FormatTest, ElseIf) { in TEST_F() argument