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

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

Completed in 26 milliseconds