Searched refs:inputSet (Results 1 – 2 of 2) sorted by relevance
306 HashSet<Signature> inputSet = new HashSet<Signature>(); in isSignatureMatch()308 inputSet.add(s); in isSignatureMatch()313 if (referenceSet.equals(inputSet)) { in isSignatureMatch()
342 std::set<const char*, decltype(comparator)> inputSet(comparator); in compile() local356 inputSet.insert(bitcodeFilename); in compile()359 std::vector<const char*> inputs(inputSet.begin(), inputSet.end()); in compile()