Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmt.cpp434 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in generateAsmString() local
435 return gccAsmStmt->generateAsmString(C); in generateAsmString()
442 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint() local
443 return gccAsmStmt->getOutputConstraint(i); in getOutputConstraint()
450 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr() local
451 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()
458 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint() local
459 return gccAsmStmt->getInputConstraint(i); in getInputConstraint()
466 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr() local
467 return gccAsmStmt->getInputExpr(i); in getInputExpr()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2209 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(&S)) in UpdateAsmCallInst() local
2211 getAsmSrcLocInfo(gccAsmStmt->getAsmString(), CGF)); in UpdateAsmCallInst()