Searched refs:ImpliedExts (Results 1 – 1 of 1) sorted by relevance
903 static constexpr ImpliedExtsEntry ImpliedExts[] = { variable944 assert(llvm::is_sorted(ImpliedExts) && "Table not sorted by Name"); in updateImplication()954 auto I = llvm::lower_bound(ImpliedExts, ExtName); in updateImplication()955 if (I != std::end(ImpliedExts) && I->Name == ExtName) { in updateImplication()