Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DStmt.cpp451 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint() local
459 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr() local
467 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint() local
475 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr() local
483 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getClobber() local
443 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) generateAsmString() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2485 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(&S)) UpdateAsmCallInst() local