Home
last modified time | relevance | path

Searched refs:MSAsmStmt (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp325 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in generateAsmString()
333 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getOutputConstraint()
341 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getOutputExpr()
349 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getInputConstraint()
357 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getInputExpr()
365 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getClobber()
656 std::string MSAsmStmt::generateAsmString(const ASTContext &C) const { in generateAsmString()
661 Expr *MSAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr()
665 Expr *MSAsmStmt::getInputExpr(unsigned i) { in getInputExpr()
668 void MSAsmStmt::setInputExpr(unsigned i, Expr *E) { in setInputExpr()
[all …]
H A DStmtProfile.cpp180 void StmtProfiler::VisitMSAsmStmt(const MSAsmStmt *S) { in VisitMSAsmStmt()
H A DStmtPrinter.cpp437 void StmtPrinter::VisitMSAsmStmt(MSAsmStmt *Node) { in VisitMSAsmStmt()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp606 MSAsmStmt *NS = in ActOnMSAsmStmt()
607 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple, in ActOnMSAsmStmt()
H A DAnalysisBasedWarnings.cpp371 if (isa<MSAsmStmt>(S)) { in CheckFallThrough()
H A DTreeTransform.h6125 TreeTransform<Derived>::TransformMSAsmStmt(MSAsmStmt *S) { in TransformMSAsmStmt()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1723 class MSAsmStmt : public AsmStmt {
1736 MSAsmStmt(const ASTContext &C, SourceLocation asmloc,
1744 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty), in MSAsmStmt() function
1773 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i); in getOutputExpr()
1787 return const_cast<MSAsmStmt*>(this)->getInputExpr(i); in getInputExpr()
H A DDataRecursiveASTVisitor.h1886 MSAsmStmt,
H A DRecursiveASTVisitor.h1903 MSAsmStmt,
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td35 def MSAsmStmt : DStmt<AsmStmt>;
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h337 void VisitMSAsmStmt(const MSAsmStmt *A, ExplodedNode *Pred,
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1934 if (isa<MSAsmStmt>(&S)) { in EmitAsmStmt()
2047 llvm::InlineAsm::AsmDialect AsmDialect = isa<MSAsmStmt>(&S) ? in EmitAsmStmt()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp999 VisitMSAsmStmt(cast<MSAsmStmt>(S), Pred, Dst); in Visit()
2383 void ExprEngine::VisitMSAsmStmt(const MSAsmStmt *A, ExplodedNode *Pred, in VisitMSAsmStmt()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp339 void ASTStmtReader::VisitMSAsmStmt(MSAsmStmt *S) { in VisitMSAsmStmt()
2316 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp258 void ASTStmtWriter::VisitMSAsmStmt(MSAsmStmt *S) { in VisitMSAsmStmt()