Home
last modified time | relevance | path

Searched refs:T_CHAR_STAR (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCodeFragmentCollector.py46 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/
DCodeFragmentCollector.py44 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/
DSimpleFileParsing.c53 #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/
DSimpleFileParsing.c46 #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/
DFdfParserLite.py38 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/
DFdfParser.py75 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: