Home
last modified time | relevance | path

Searched refs:InComment (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCodeFragmentCollector.py284 InComment = False
297 if not InComment and self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE:
300 if not InComment and self.__CurrentChar() == T_CHAR_SINGLE_QUOTE:
313 if InComment and DoubleSlashComment:
314 InComment = False
320 if InComment and HashComment and not PPExtend:
321 InComment = False
334 if InComment and not DoubleSlashComment and not HashComment:
339 …elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_S…
349 InComment = False
[all …]
Dc.py942 InComment = False
948 if InComment and DoubleSlashComment:
949 InComment = False
953 …elif InComment and not DoubleSlashComment and ListFromStr[Index] == '*' and ListFromStr[Index + 1]…
958 InComment = False
960 elif InComment:
965 InComment = True
974 InComment = True
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DCodeFragmentCollector.py275 InComment = False
287 if not InComment and self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE:
290 if not InComment and self.__CurrentChar() == T_CHAR_SINGLE_QUOTE:
303 if InComment and DoubleSlashComment:
304 InComment = False
307 if InComment and HashComment and not PPExtend:
308 InComment = False
324 …elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_S…
330 InComment = False
332 elif InComment:
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DSimpleFileParsing.c753 BOOLEAN InComment; in PreprocessFile() local
758 InComment = FALSE; in PreprocessFile()
767 if (InComment && SlashSlashComment) { in PreprocessFile()
768 InComment = FALSE; in PreprocessFile()
780 } else if (InComment && in PreprocessFile()
789 InComment = FALSE; in PreprocessFile()
790 } else if (InComment) { in PreprocessFile()
797 InComment = TRUE; in PreprocessFile()
808 InComment = TRUE; in PreprocessFile()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DSimpleFileParsing.c734 BOOLEAN InComment; in PreprocessFile() local
739 InComment = FALSE; in PreprocessFile()
748 if (InComment && SlashSlashComment) { in PreprocessFile()
749 InComment = FALSE; in PreprocessFile()
761 } else if (InComment && in PreprocessFile()
770 InComment = FALSE; in PreprocessFile()
771 } else if (InComment) { in PreprocessFile()
778 InComment = TRUE; in PreprocessFile()
789 InComment = TRUE; in PreprocessFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
DStrGather.c567 BOOLEAN InComment; in ParseFile() local
579 InComment = FALSE; in ParseFile()
606 InComment = FALSE; in ParseFile()
609 } else if (InComment) { in ParseFile()
613 InComment = TRUE; in ParseFile()
658 InComment = TRUE; in ParseFile()
685 BOOLEAN InComment; in PreprocessFile() local
688 InComment = FALSE; in PreprocessFile()
696 InComment = 0; in PreprocessFile()
703 } else if (InComment) { in PreprocessFile()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStrGather.c594 BOOLEAN InComment; in ParseFile() local
606 InComment = FALSE; in ParseFile()
633 InComment = FALSE; in ParseFile()
636 } else if (InComment) { in ParseFile()
640 InComment = TRUE; in ParseFile()
690 InComment = TRUE; in ParseFile()
717 BOOLEAN InComment; in PreprocessFile() local
720 InComment = FALSE; in PreprocessFile()
728 InComment = 0; in PreprocessFile()
735 } else if (InComment) { in PreprocessFile()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DFdfParserLite.py417 InComment = False
425 if self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE and not InComment:
431 if InComment and DoubleSlashComment:
432 InComment = False
434 if InComment and HashComment:
435 InComment = False
438 …elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_S…
443 InComment = False
445 elif InComment:
450 InComment = True
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFdfParser.py558 InComment = False
566 if self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE and not InComment:
572 if InComment and DoubleSlashComment:
573 InComment = False
575 if InComment and HashComment:
576 InComment = False
579 …elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_S…
584 InComment = False
586 elif InComment:
591 InComment = True
[all …]