Home
last modified time | relevance | path

Searched refs:OptionSet (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1440 SmallPtrSet<Option *, 128> OptionSet; // Duplicate option detection. in sortOpts() local
1453 if (!OptionSet.insert(I->second).second) in sortOpts()