Searched refs:Configs (Results 1 – 2 of 2) sorted by relevance
160 static constexpr LoadConfig Configs[] = { in getLoadParameters() local165 for (const auto &Config : Configs) { in getLoadParameters()
283 Configs[VT] = std::move(Config); in MappingConfig()303 return *Configs[VT]; in byValueType()309 return Configs[*VT]->getType(Context); in getExtendedFPType()325 std::unique_ptr<ShadowTypeConfig> Configs[FTValueType::kNumValueTypes]; member in __anon1c7024df0111::MappingConfig