Home
last modified time | relevance | path

Searched defs:UnaryOperator (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DIncDecInConditionsCheck.cpp20 AST_MATCHER(UnaryOperator, isUnaryPrePostOperator) { in AST_MATCHER() argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DOperatorsRepresentationCheck.cpp50 AST_MATCHER_P2(UnaryOperator, hasInvalidUnaryOperatorRepresentation, in AST_MATCHER_P2() argument
/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h28 class UnaryOperator; variable
H A DExpr.h2214 explicit UnaryOperator(bool HasFPFeatures, EmptyShell Empty) UnaryOperator() function
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h58 class UnaryOperator; variable
/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp1158 TEST_F(LibclangParseTest, UnaryOperator) { in TEST_F() argument
/llvm-project/llvm/unittests/IR/
H A DInstructionsTest.cpp1628 TEST(InstructionsTest,UnaryOperator) TEST() argument
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5902 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 DUnsafeBufferUsage.cpp255 AST_MATCHER(UnaryOperator,isPreInc) AST_MATCHER() argument
[all...]
/llvm-project/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp2296 TEST_F(StructuralEquivalenceStmtTest,UnaryOperator) TEST_F() argument
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2527 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, Type *Ty, UnaryOperator() function in UnaryOperator
/llvm-project/clang/lib/AST/
H A DExpr.cpp4847 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, UnaryOperator() function in UnaryOperator
[all...]