Lines Matching refs:value
96 if (flags::h.value() || flags::help.value()) {
101 if (flags::version.value()) {
117 if (!spvParseTargetEnv(flags::target_env.value().c_str(), &target_env)) {
119 flags::target_env.value().c_str());
124 flags::o.value().empty() ? "out.spv" : flags::o.value();
128 options.SetAllowPartialLinkage(flags::allow_partial_linkage.value());
129 options.SetCreateLibrary(flags::create_library.value());
130 options.SetVerifyIds(flags::verify_ids.value());
131 options.SetUseHighestVersion(flags::use_highest_version.value());