Searched refs:gotVersion (Results 1 – 3 of 3) sorted by relevance
225 uint32_t *minor, bool *gotVersion = nullptr);
125 bool *gotVersion) { in parseSubsystem() argument144 if (gotVersion) in parseSubsystem()145 *gotVersion = !ver.empty(); in parseSubsystem()
446 bool gotVersion = false; in parseDirectives() local449 &ctx.config.minorSubsystemVersion, &gotVersion); in parseDirectives()450 if (gotVersion) { in parseDirectives()