Searched refs:T_CHAR_STAR (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | CodeFragmentCollector.py | 46 T_CHAR_BACKSLASH, T_CHAR_DOUBLE_QUOTE, T_CHAR_SINGLE_QUOTE, T_CHAR_STAR, T_CHAR_HASH) = \ 339 …not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_STAR and self.__Next… 380 elif self.__CurrentChar() == T_CHAR_SLASH and self.__NextChar() == T_CHAR_STAR: 461 …not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_STAR and self.__Next… 502 elif self.__CurrentChar() == T_CHAR_SLASH and self.__NextChar() == T_CHAR_STAR:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | CodeFragmentCollector.py | 44 T_CHAR_BACKSLASH, T_CHAR_DOUBLE_QUOTE, T_CHAR_SINGLE_QUOTE, T_CHAR_STAR, T_CHAR_HASH) = \ 324 …not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_STAR and self.__Next… 358 elif self.__CurrentChar() == T_CHAR_SLASH and self.__NextChar() == T_CHAR_STAR:
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | SimpleFileParsing.c | 53 #define T_CHAR_STAR '*' macro 782 (SourceFile->FileBufferPtr[0] == T_CHAR_STAR) && in PreprocessFile() 802 …((SourceFile->FileBufferPtr[0] == T_CHAR_SLASH) && (SourceFile->FileBufferPtr[1] == T_CHAR_STAR)) { in PreprocessFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | SimpleFileParsing.c | 46 #define T_CHAR_STAR '*' macro 763 (SourceFile->FileBufferPtr[0] == T_CHAR_STAR) && in PreprocessFile() 783 …((SourceFile->FileBufferPtr[0] == T_CHAR_SLASH) && (SourceFile->FileBufferPtr[1] == T_CHAR_STAR)) { in PreprocessFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | FdfParserLite.py | 38 T_CHAR_BACKSLASH, T_CHAR_DOUBLE_QUOTE, T_CHAR_SINGLE_QUOTE, T_CHAR_STAR, T_CHAR_HASH) = \ 438 …not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_STAR and self.__Next… 457 elif self.__CurrentChar() == T_CHAR_SLASH and self.__NextChar() == T_CHAR_STAR:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | FdfParser.py | 75 T_CHAR_BACKSLASH, T_CHAR_DOUBLE_QUOTE, T_CHAR_SINGLE_QUOTE, T_CHAR_STAR, T_CHAR_HASH) = \ 579 …not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_STAR and self.__Next… 598 elif self.__CurrentChar() == T_CHAR_SLASH and self.__NextChar() == T_CHAR_STAR:
|