Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp331 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in generateAsmString() local
332 return gccAsmStmt->generateAsmString(C); in generateAsmString()
339 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint() local
340 return gccAsmStmt->getOutputConstraint(i); in getOutputConstraint()
347 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr() local
348 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()
355 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint() local
356 return gccAsmStmt->getInputConstraint(i); in getInputConstraint()
363 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr() local
364 return gccAsmStmt->getInputExpr(i); in getInputExpr()
[all …]
/external/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 …]
/external/clang/lib/CodeGen/
DCGStmt.cpp2084 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(&S)) { in EmitAsmStmt() local
2085 Result->setMetadata("srcloc", getAsmSrcLocInfo(gccAsmStmt->getAsmString(), in EmitAsmStmt()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2140 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(&S)) in UpdateAsmCallInst() local
2142 getAsmSrcLocInfo(gccAsmStmt->getAsmString(), CGF)); in UpdateAsmCallInst()