Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h37 UnaryOp, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1168 UnaryOp(TIL_UnaryOpcode Op, SExpr *E) : SExpr(COP_UnaryOp), Expr0(E) { in UnaryOp() function
1172 UnaryOp(const UnaryOp &U, SExpr *E) : SExpr(U), Expr0(E) { Flags = U.Flags; } in UnaryOp() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp1639 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall()
1851 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr() local
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h788 enum UnaryOp : uint8_t { CAST, NOT, HEAD, TAIL, SIZE, EMPTY, GETDAGOP, LOG2 }; enum
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp16712 if (const auto *UnaryOp = dyn_cast<UnaryOperator>(E)) in UsefulToPrintExpr() local
H A DSemaChecking.cpp11727 if (const UnaryOperator *UnaryOp = dyn_cast<UnaryOperator>(Dest)) in CheckMemaccessArguments() local