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

  /external/clang/unittests/Format/
FormatTestUtils.h 25 bool InComment = false;
32 InComment = true;
41 if (InComment) {
42 InComment = false;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragmentCollector.py 284 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_STAR and self.__NextChar() == T_CHAR_SLASH:
349 InComment = False
    [all...]
c.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CodeFragmentCollector.py 275 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_STAR and self.__NextChar() == T_CHAR_SLASH:
330 InComment = False
332 elif InComment:
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
SimpleFileParsing.c 753 BOOLEAN InComment;
758 InComment = FALSE;
767 if (InComment && SlashSlashComment) {
768 InComment = FALSE;
780 } else if (InComment &&
789 InComment = FALSE;
790 } else if (InComment) {
797 InComment = TRUE;
808 InComment = TRUE;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
SimpleFileParsing.c 734 BOOLEAN InComment;
739 InComment = FALSE;
748 if (InComment && SlashSlashComment) {
749 InComment = FALSE;
761 } else if (InComment &&
770 InComment = FALSE;
771 } else if (InComment) {
778 InComment = TRUE;
789 InComment = TRUE;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 567 BOOLEAN InComment;
579 InComment = FALSE;
606 InComment = FALSE;
609 } else if (InComment) {
613 InComment = TRUE;
658 InComment = TRUE;
685 BOOLEAN InComment;
688 InComment = FALSE;
696 InComment = 0;
703 } else if (InComment) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 594 BOOLEAN InComment;
606 InComment = FALSE;
633 InComment = FALSE;
636 } else if (InComment) {
640 InComment = TRUE;
690 InComment = TRUE;
717 BOOLEAN InComment;
720 InComment = FALSE;
728 InComment = 0;
735 } else if (InComment) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py 417 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_STAR and self.__NextChar() == T_CHAR_SLASH:
443 InComment = False
445 elif InComment:
450 InComment = True
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py 560 InComment = False
568 if self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE and not InComment:
574 if InComment and DoubleSlashComment:
575 InComment = False
577 if InComment and HashComment:
578 InComment = False
581 elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_STAR and self.__NextChar() == T_CHAR_SLASH:
586 InComment = False
588 elif InComment:
593 InComment = True
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]

Completed in 330 milliseconds