OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InComment
(Results
1 - 5
of
5
) 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/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/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/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
...]
Completed in 349 milliseconds