Searched refs:UnaryOperators (Results 1 – 4 of 4) sorted by relevance
26 const auto UnaryOperators = unaryOperator(hasAnyOperatorName("~", "!")); in registerMatchers() local30 callExpr(IntType), explicitCastExpr(IntType), UnaryOperators); in registerMatchers()
190 void UnaryOperators(int a, int *b) { in UnaryOperators() function248 UnaryOperators(*a, a); in PostfixOperators()
51 void UnaryOperators(int a, int *b) { in UnaryOperators() function74 UnaryOperators(*a, a); in PostfixOperators()
442 TEST_F(IRBuilderTest, UnaryOperators) { in TEST_F() argument