Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp222 StringRef InOutReg = Target.getConstraintRegister( in getClobberConflictLocation() local
224 if (InOutReg != "") in getClobberConflictLocation()
225 InOutVars.insert(InOutReg); in getClobberConflictLocation()