HomeSort by relevance Sort by last modified time
    Searched refs:SHORT_TOKEN (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/
ResourceScriptTokenList.h 23 // The definitions are of the form SHORT_TOKEN(TokenName, TokenChar).
26 SHORT_TOKEN(BlockBegin, '{') // Start of the script block; can also be BEGIN.
27 SHORT_TOKEN(BlockEnd, '}') // End of the block; can also be END.
28 SHORT_TOKEN(Comma, ',') // Comma - resource arguments separator.
29 SHORT_TOKEN(Plus, '+') // Addition operator.
30 SHORT_TOKEN(Minus, '-') // Subtraction operator.
31 SHORT_TOKEN(Pipe, '|') // Bitwise-OR operator.
32 SHORT_TOKEN(Amp, '&') // Bitwise-AND operator.
33 SHORT_TOKEN(Tilde, '~') // Bitwise-NOT operator.
34 SHORT_TOKEN(LeftParen, '(') // Left parenthesis in the script expressions
    [all...]
ResourceScriptToken.h 34 #define SHORT_TOKEN(Name, Ch) Name,
37 #undef SHORT_TOKEN
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceScriptToken.h 48 #define SHORT_TOKEN(Name, Ch) Name,
ResourceScriptToken.cpp 214 #define SHORT_TOKEN(Name, Ch) case Kind::Name:
339 #define SHORT_TOKEN(Name, Ch) \
llvm-rc.cpp 121 #define SHORT_TOKEN(Name, Ch) #Name,
ResourceScriptParser.cpp 255 #define SHORT_TOKEN(TokenName, TokenCh) \

Completed in 2400 milliseconds