Searched refs:gotVersion (Results 1 – 3 of 3) sorted by relevance
223 uint32_t *minor, bool *gotVersion = nullptr);
120 bool *gotVersion) { in parseSubsystem() argument139 if (gotVersion) in parseSubsystem()140 *gotVersion = !ver.empty(); in parseSubsystem()
424 bool gotVersion = false; in parseDirectives() local427 &ctx.config.minorSubsystemVersion, &gotVersion); in parseDirectives()428 if (gotVersion) { in parseDirectives()