Searched refs:NamedOperandList (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp674 SmallVector<NamedOperand, 4> NamedOperandList; variable
677 NamedOperandList.emplace_back(
679 // Sort NamedOperandList.
680 std::stable_sort(NamedOperandList.begin(), NamedOperandList.end(),
686 std::adjacent_find(begin(NamedOperandList), end(NamedOperandList),
690 if (Found != NamedOperandList.end()) {

Completed in 101 milliseconds