Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h28 class UnaryOperator; variable
H A DExpr.h2185 explicit UnaryOperator(bool HasFPFeatures, EmptyShell Empty) UnaryOperator() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h58 class UnaryOperator; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5878 AST_POLYMORPHIC_MATCHER_P(hasOperatorName,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXRewrittenBinaryOperator,CXXFoldExpr,UnaryOperator),std::string,Name) AST_POLYMORPHIC_MATCHER_P() argument
6018 AST_POLYMORPHIC_MATCHER_P(hasUnaryOperand,AST_POLYMORPHIC_SUPPORTED_TYPES (UnaryOperator,CXXOperatorCallExpr),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2805 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, UnaryOperator() function in UnaryOperator
2814 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, UnaryOperator() function in UnaryOperator
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp240 AST_MATCHER(UnaryOperator,isPreInc) AST_MATCHER() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4756 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, UnaryOperator() function in UnaryOperator
[all...]