Home
last modified time | relevance | path

Searched refs:UnaryOperators (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DIntegerDivisionCheck.cpp26 const auto UnaryOperators = unaryOperator(hasAnyOperatorName("~", "!")); in registerMatchers() local
30 callExpr(IntType), explicitCastExpr(IntType), UnaryOperators); in registerMatchers()
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-expr.c190 void UnaryOperators(int a, int *b) { in UnaryOperators() function
248 UnaryOperators(*a, a); in PostfixOperators()
H A Dast-dump-expr-json.c51 void UnaryOperators(int a, int *b) { in UnaryOperators() function
74 UnaryOperators(*a, a); in PostfixOperators()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp503 TEST_F(IRBuilderTest, UnaryOperators) { in TEST_F() argument