Searched refs:IncludeGuard (Results 1 – 2 of 2) sorted by relevance
270 if (IncludeGuard == IG_Found) in parse()832 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) in parsePPIf()836 IncludeGuard = IG_Rejected; in parsePPIf()843 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()844 IncludeGuard = IG_IfNdefed; in parsePPIf()852 IncludeGuard = IG_Rejected; in parsePPElse()872 IncludeGuard = IG_Found; in parsePPEndIf()879 IncludeGuard = IG_Rejected; in parsePPDefine()885 if (IncludeGuard == IG_IfNdefed && in parsePPDefine()887 IncludeGuard = IG_Defined; in parsePPDefine()[all …]
285 IncludeGuardState IncludeGuard; variable