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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp61 /// isOperandMentioned - Return true if the specified operand # is mentioned
63 static bool isOperandMentioned(unsigned OpNo, function
327 if (isOperandMentioned(InputOpNo, Pieces)) {
333 if (isOperandMentioned(TiedTo, Pieces)) {
351 !isOperandMentioned(InputOpNo, Pieces) &&

Completed in 89 milliseconds