/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | IncDecInConditionsCheck.cpp | 20 AST_MATCHER(UnaryOperator, isUnaryPrePostOperator) { in AST_MATCHER() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | OperatorsRepresentationCheck.cpp | 50 AST_MATCHER_P2(UnaryOperator, hasInvalidUnaryOperatorRepresentation, in AST_MATCHER_P2() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 28 class UnaryOperator; variable
|
H A D | Expr.h | 2214 explicit UnaryOperator(bool HasFPFeatures, EmptyShell Empty) UnaryOperator() function
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 58 class UnaryOperator; variable
|
/llvm-project/clang/unittests/libclang/ |
H A D | LibclangTest.cpp | 1158 TEST_F(LibclangParseTest, UnaryOperator) { in TEST_F() argument
|
/llvm-project/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 1628 TEST(InstructionsTest,UnaryOperator) TEST() argument
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5902 AST_POLYMORPHIC_MATCHER_P(hasOperatorName,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXRewrittenBinaryOperator,CXXFoldExpr,UnaryOperator),std::string,Name) AST_POLYMORPHIC_MATCHER_P() argument 6042 AST_POLYMORPHIC_MATCHER_P(hasUnaryOperand,AST_POLYMORPHIC_SUPPORTED_TYPES (UnaryOperator,CXXOperatorCallExpr),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument
|
/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 255 AST_MATCHER(UnaryOperator,isPreInc) AST_MATCHER() argument [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | StructuralEquivalenceTest.cpp | 2296 TEST_F(StructuralEquivalenceStmtTest,UnaryOperator) TEST_F() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 2527 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, Type *Ty, UnaryOperator() function in UnaryOperator
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4847 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, UnaryOperator() function in UnaryOperator [all...] |