Lines Matching refs:gccAsmStmt
443 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in generateAsmString() local
444 return gccAsmStmt->generateAsmString(C); in generateAsmString()
451 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint() local
452 return gccAsmStmt->getOutputConstraint(i); in getOutputConstraint()
459 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr() local
460 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()
467 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint() local
468 return gccAsmStmt->getInputConstraint(i); in getInputConstraint()
475 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr() local
476 return gccAsmStmt->getInputExpr(i); in getInputExpr()
483 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getClobber() local
484 return gccAsmStmt->getClobber(i); in getClobber()