Searched refs:hir_negate (Results 1 – 1 of 1) sorted by relevance
1306 fn hir_negate(expr: Hir) -> Hir { in hir_negate() function1900 hir_negate(hir_uclass(ascii_class(&ast::ClassAsciiKind::Lower))) in class_ascii()1969 hir_negate(hir_uclass_query(ClassQuery::Binary("digit"))) in class_perl()1973 hir_negate(hir_uclass_query(ClassQuery::Binary("space"))) in class_perl()1975 assert_eq!(t(r"\W"), hir_negate(hir_uclass_perl_word())); in class_perl()1979 hir_negate(hir_uclass_query(ClassQuery::Binary("digit"))) in class_perl()1984 hir_negate(hir_uclass_query(ClassQuery::Binary("space"))) in class_perl()1987 assert_eq!(t(r"(?i)\W"), hir_negate(hir_uclass_perl_word())); in class_perl()2018 hir_negate(hir_bclass_from_char(ascii_class( in class_perl()2024 hir_negate(hir_bclass_from_char(ascii_class( in class_perl()[all …]