Searched refs:IncludeGuard (Results 1 – 2 of 2) sorted by relevance
265 if (IncludeGuard == IG_Found) in parse()756 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) in parsePPIf()760 IncludeGuard = IG_Rejected; in parsePPIf()767 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()768 IncludeGuard = IG_IfNdefed; in parsePPIf()776 IncludeGuard = IG_Rejected; in parsePPElse()796 IncludeGuard = IG_Found; in parsePPEndIf()803 IncludeGuard = IG_Rejected; in parsePPDefine()809 if (IncludeGuard == IG_IfNdefed && in parsePPDefine()811 IncludeGuard = IG_Defined; in parsePPDefine()[all …]
268 IncludeGuardState IncludeGuard; variable