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

  /external/clang/lib/Lex/
LiteralSupport.cpp 525 MicrosoftInteger = 0;
609 if (isLong || isLongLong || MicrosoftInteger)
618 MicrosoftInteger = 8;
625 MicrosoftInteger = 16;
631 MicrosoftInteger = 128;
640 MicrosoftInteger = 32;
648 MicrosoftInteger = 64;
654 if (MicrosoftInteger)
684 MicrosoftInteger = 0;
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 66 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64.
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 245 milliseconds