Searched defs:UnaryOperators (Results 1 – 4 of 4) sorted by relevance
26 const auto UnaryOperators = unaryOperator(hasAnyOperatorName("~", "!")); in registerMatchers() local
190 void UnaryOperators(int a, int *b) { in UnaryOperators() function
51 void UnaryOperators(int a, int *b) { in UnaryOperators() function
503 TEST_F(IRBuilderTest, UnaryOperators) { in TEST_F() argument