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