Searched refs:gccAsmStmt (Results 1 – 2 of 2) sorted by relevance
434 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in generateAsmString() local435 return gccAsmStmt->generateAsmString(C); in generateAsmString()442 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint() local443 return gccAsmStmt->getOutputConstraint(i); in getOutputConstraint()450 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr() local451 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()458 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint() local459 return gccAsmStmt->getInputConstraint(i); in getInputConstraint()466 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr() local467 return gccAsmStmt->getInputExpr(i); in getInputExpr()[all …]
2209 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(&S)) in UpdateAsmCallInst() local2211 getAsmSrcLocInfo(gccAsmStmt->getAsmString(), CGF)); in UpdateAsmCallInst()