Searched defs:UnaryOperator (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 28 class UnaryOperator; variable
|
H A D | Expr.h | 2185 explicit UnaryOperator(bool HasFPFeatures, EmptyShell Empty) UnaryOperator() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 58 class UnaryOperator; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5878 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 D | Instructions.cpp | 2805 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 D | UnsafeBufferUsage.cpp | 240 AST_MATCHER(UnaryOperator,isPreInc) AST_MATCHER() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4756 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, UnaryOperator() function in UnaryOperator [all...] |