Searched refs:FunctionSeedAllowList (Results 1 – 1 of 1) sorted by relevance
127 static cl::list<std::string> FunctionSeedAllowList( variable2123 if (FunctionSeedAllowList.size() != 0 && Fn) in shouldSeedAttribute()2124 Result &= std::count(FunctionSeedAllowList.begin(), in shouldSeedAttribute()2125 FunctionSeedAllowList.end(), Fn->getName()); in shouldSeedAttribute()