Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp442 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) generateAsmString() local
450 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) getOutputConstraint() local
458 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) getOutputExpr() local
466 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) getInputConstraint() local
474 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) getInputExpr() local
482 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) getClobber() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2319 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(&S)) UpdateAsmCallInst() local