Searched refs:UnaryOp (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| D | PostfixExpression.h | 37 UnaryOp, enumerator 139 : Node(UnaryOp), m_op_type(op_type), m_operand(&operand) {} in UnaryOpNode() 146 static bool classof(const Node *node) { return node->GetKind() == UnaryOp; } in classof() 188 case Node::UnaryOp: in Dispatch()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | StmtProfile.cpp | 1546 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall() argument 1561 UnaryOp = UO_Plus; in DecodeOperatorCall() 1570 UnaryOp = UO_Minus; in DecodeOperatorCall() 1579 UnaryOp = UO_Deref; in DecodeOperatorCall() 1600 UnaryOp = UO_AddrOf; in DecodeOperatorCall() 1612 UnaryOp = UO_Not; in DecodeOperatorCall() 1616 UnaryOp = UO_LNot; in DecodeOperatorCall() 1708 UnaryOp = S->getNumArgs() == 1? UO_PreInc in DecodeOperatorCall() 1713 UnaryOp = S->getNumArgs() == 1? UO_PreDec in DecodeOperatorCall() 1732 UnaryOp = UO_Coawait; in DecodeOperatorCall() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyOps.def | 39 TIL_OPCODE_DEF(UnaryOp)
|
| D | ThreadSafetyTIL.h | 1166 class UnaryOp : public SExpr { 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 1190 typename C::CType compare(const UnaryOp* E, C& Cmp) const { in compare()
|
| D | ThreadSafetyTraverse.h | 238 R_SExpr reduceUnaryOp(UnaryOp &Orig, R_SExpr E0) { return E0; } in reduceUnaryOp() 773 void printUnaryOp(const UnaryOp *E, StreamType &SS) { in printUnaryOp()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| D | Record.h | 759 enum UnaryOp : uint8_t { CAST, NOT, HEAD, TAIL, SIZE, EMPTY, GETDAGOP }; enum 764 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) in UnOpInit() 775 static UnOpInit *get(UnaryOp opc, Init *lhs, RecTy *Type); 793 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/ |
| D | ThreadSafetyCommon.cpp | 461 til::UnaryOp(til::UOP_Minus, translate(UO->getSubExpr(), Ctx)); in translateUnaryOperator() 464 til::UnaryOp(til::UOP_BitNot, translate(UO->getSubExpr(), Ctx)); in translateUnaryOperator() 467 til::UnaryOp(til::UOP_LogicNot, translate(UO->getSubExpr(), Ctx)); in translateUnaryOperator()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| D | TGParser.cpp | 930 UnOpInit::UnaryOp Code; in ParseOperation()
|
| D | Record.cpp | 698 UnOpInit *UnOpInit::get(UnaryOp Opc, Init *LHS, RecTy *Type) { in get()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaChecking.cpp | 10396 if (const UnaryOperator *UnaryOp = dyn_cast<UnaryOperator>(Dest)) in CheckMemaccessArguments() local 10397 if (UnaryOp->getOpcode() == UO_AddrOf) in CheckMemaccessArguments()
|