Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2663 std::string::size_type position2 = Constraints.find("=A"); in EmitAsmStmt() local
2664 if (position2 != std::string::npos) { in EmitAsmStmt()
2665 Constraints.insert(position2 + 1, "&"); in EmitAsmStmt()