Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h37 UnaryOp, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp755 const auto *UnaryOp = dyn_cast_or_null<UnaryOperator>(S); in isInAddressOf() local
/freebsd/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/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1686 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall()
1899 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1648 if (auto *UnaryOp = dyn_cast<UnaryOperator>(&Inst)) in createShadowValueWithOperandsAvailable() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h838 enum UnaryOp : uint8_t { enum
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8699 if (const UnaryOperator *UnaryOp = dyn_cast<UnaryOperator>(Dest)) in CheckMemaccessArguments() local
H A DSemaDeclCXX.cpp17111 if (const auto *UnaryOp = dyn_cast<UnaryOperator>(E)) in UsefulToPrintExpr() local