Searched defs:UnaryOp (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | PostfixExpression.h | 37 UnaryOp, enumerator
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1168 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 D | StmtProfile.cpp | 1639 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall() 1851 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
H A D | Record.h | 788 enum UnaryOp : uint8_t { CAST, NOT, HEAD, TAIL, SIZE, EMPTY, GETDAGOP, LOG2 }; enum
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 16712 if (const auto *UnaryOp = dyn_cast<UnaryOperator>(E)) in UsefulToPrintExpr() local
|
H A D | SemaChecking.cpp | 11727 if (const UnaryOperator *UnaryOp = dyn_cast<UnaryOperator>(Dest)) in CheckMemaccessArguments() local
|