Searched refs:Handled (Results 1 – 6 of 6) sorted by relevance
2 * Handled case when no duration3 * Handled empty clusters4 * Handled empty clusters when seeking
562 bool Handled = false; in ParseAttributeList() local564 AHI != AHE && !Handled; ++AHI) { in ParseAttributeList()568 Handled = true; in ParseAttributeList()572 if (!Handled) { in ParseAttributeList()
326 bool Handled = IndexingDeclVisitor(*this).Visit(D); in indexDecl() local327 if (!Handled && isa<DeclContext>(D)) in indexDecl()
474 ; Handled by TI-independent constant folder
526 - Handled GeneratorExit exceptions that are a new Python feature, and