Searched refs:Prefixes (Results 1 – 7 of 7) sorted by relevance
270 return new Prefixes(fPrefixes, count); in getAllPrefixes()273 protected final class Prefixes implements Enumeration { class in NamespaceSupport281 public Prefixes(String [] prefixes, int size) { in Prefixes() method in NamespaceSupport.Prefixes
184 static history::Prefixes GetPrefixes();294 const history::Prefixes prefixes_;
66 typedef std::vector<Prefix> Prefixes; typedef
33 using history::Prefixes;203 for (Prefixes::const_iterator i(prefixes_.begin()); i != prefixes_.end(); in DoAutocomplete()441 history::Prefixes HistoryURLProvider::GetPrefixes() { in GetPrefixes()444 Prefixes prefixes; in GetPrefixes()656 for (Prefixes::const_iterator i(prefixes_.begin()); i != prefixes_.end(); in BestPrefix()
310 const uint64_t Prefixes = OptimalCount <= 10 ? 0 : OptimalCount - 10; in writeNopData() local311 for (uint64_t i = 0, e = Prefixes; i != e; i++) in writeNopData()313 const uint64_t Rest = OptimalCount - Prefixes; in writeNopData()
1133 SmallVector<std::string, 8> Prefixes(D.PrefixDirs.begin(), in GCCInstallationDetector() local1141 Prefixes.push_back(GCCToolchainDir); in GCCInstallationDetector()1143 Prefixes.push_back(D.SysRoot); in GCCInstallationDetector()1144 Prefixes.push_back(D.SysRoot + "/usr"); in GCCInstallationDetector()1145 Prefixes.push_back(D.InstalledDir + "/.."); in GCCInstallationDetector()1151 for (unsigned i = 0, ie = Prefixes.size(); i < ie; ++i) { in GCCInstallationDetector()1152 if (!llvm::sys::fs::exists(Prefixes[i])) in GCCInstallationDetector()1155 const std::string LibDir = Prefixes[i] + CandidateLibDirs[j].str(); in GCCInstallationDetector()1163 = Prefixes[i] + CandidateMultiarchLibDirs[j].str(); in GCCInstallationDetector()
169 enum Prefixes { enum