Home
last modified time | relevance | path

Searched defs:UnaryOperators (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DIntegerDivisionCheck.cpp24 const auto UnaryOperators = unaryOperator(hasAnyOperatorName("~", "!")); in registerMatchers() local
H A DPointerArithmeticOnPolymorphicObjectCheck.cpp62 const auto UnaryOperators = unaryOperator( in registerMatchers() local
/llvm-project/clang/test/AST/
H A Dast-dump-expr.c190 void UnaryOperators(int a, int *b) { in UnaryOperators() function
H A Dast-dump-expr-json.c51 void UnaryOperators(int a, int *b) { in UnaryOperators() function
/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp531 TEST_F(IRBuilderTest, UnaryOperators) { in TEST_F() argument