Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h37 UnaryOp, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp475 const auto *UnaryOp = dyn_cast_or_null<UnaryOperator>(S); isInAddressOf() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1177 UnaryOp(TIL_UnaryOpcode Op, SExpr *E) : SExpr(COP_UnaryOp), Expr0(E) { in UnaryOp() function
1181 UnaryOp(const UnaryOp &U, SExpr *E) : SExpr(U), Expr0(E) { Flags = U.Flags; } in UnaryOp() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1675 DecodeOperatorCall(const CXXOperatorCallExpr * S,UnaryOperatorKind & UnaryOp,BinaryOperatorKind & BinaryOp,unsigned & NumArgs) DecodeOperatorCall() argument
1888 UnaryOperatorKind UnaryOp = UO_Extension; VisitCXXOperatorCallExpr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h838 enum UnaryOp : uint8_t { enum
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17255 if (const auto *UnaryOp = dyn_cast<UnaryOperator>(E)) UsefulToPrintExpr() local
H A DSemaChecking.cpp13464 if (const UnaryOperator *UnaryOp = dyn_cast<UnaryOperator>(Dest)) CheckMemaccessArguments() local