HomeSort by: relevance | last modified time | path
    Searched refs:IntWithNotMask (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h 69 class IntWithNotMask {
75 IntWithNotMask() : IntWithNotMask(RCInt(0)) {}
76 IntWithNotMask(RCInt Value, int32_t NotMask = 0) : Value(Value), NotMask(NotMask) {}
86 IntWithNotMask &operator+=(const IntWithNotMask &Rhs) {
93 IntWithNotMask &operator-=(const IntWithNotMask &Rhs) {
100 IntWithNotMask &operator|=(const IntWithNotMask &Rhs)
    [all...]
ResourceScriptParser.h 91 Expected<IntWithNotMask> parseIntExpr1();
92 Expected<IntWithNotMask> parseIntExpr2();
ResourceScriptParser.cpp 153 Expected<IntWithNotMask> RCParser::parseIntExpr1() {
156 IntWithNotMask Result = *FirstResult;
187 Expected<IntWithNotMask> RCParser::parseIntExpr2() {
221 return IntWithNotMask(0, (*Result).getValue());
558 Optional<IntWithNotMask> Style;
ResourceFileWriter.cpp 990 IntWithNotMask CtlStyle(TypeInfo.Style);

Completed in 17 milliseconds