Searched refs:DEFOP (Results 1 – 1 of 1) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | definition.cpp | 29 #ifdef DEFOP 30 #undef DEFOP 37 #define DEFOP Definition::Operator macro 61 DEFOP fOperator; 74 { DEFOP::kUnknown, "??", "???", BLANK, OpType::kNone, OpMod::kNone, BLANK, 76 { DEFOP::kAdd, "+", "add", BLANK, OpType::kThis, OpMod::kNone, BLANK, 79 { DEFOP::kAddTo, "+=", "addto", BLANK, OpType::kVoid, OpMod::kNone, BLANK, 81 { DEFOP::kAddTo, "+=", "addto1", BLANK, OpType::kThis, OpMod::kReference, BLANK, 83 { DEFOP::kAddTo, "+=", "addto2", BLANK, OpType::kThis, OpMod::kReference, BLANK, 85 { DEFOP::kAddTo, "+=", "addto3", BLANK, OpType::kThis, OpMod::kReference, BLANK, [all …]
|