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