Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp452 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in generateAsmString()
460 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getOutputConstraint()
468 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getOutputExpr()
476 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getInputConstraint()
484 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getInputExpr()
492 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getClobber()
851 std::string MSAsmStmt::generateAsmString(const ASTContext &C) const { in generateAsmString()
877 Expr *MSAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr()
881 Expr *MSAsmStmt::getInputExpr(unsigned i) { in getInputExpr()
885 void MSAsmStmt::setInputExpr(unsigned i, Expr *E) { in setInputExpr()
[all …]
H A DStmtProfile.cpp350 void StmtProfiler::VisitMSAsmStmt(const MSAsmStmt *S) { in VisitMSAsmStmt()
H A DStmtPrinter.cpp577 void StmtPrinter::VisitMSAsmStmt(MSAsmStmt *Node) { in VisitMSAsmStmt()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h62 class MSAsmStmt; variable
462 void VisitMSAsmStmt(const MSAsmStmt *A, ExplodedNode *Pred,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp1002 MSAsmStmt *NS = in ActOnMSAsmStmt()
1003 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple, in ActOnMSAsmStmt()
H A DAnalysisBasedWarnings.cpp659 if (isa<MSAsmStmt>(S)) { in CheckFallThrough()
H A DTreeTransform.h8710 TreeTransform<Derived>::TransformMSAsmStmt(MSAsmStmt *S) { in TransformMSAsmStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3583 class MSAsmStmt : public AsmStmt {
3596 MSAsmStmt(const ASTContext &C, SourceLocation asmloc,
3604 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty) {}
3632 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i);
3646 return const_cast<MSAsmStmt*>(this)->getInputExpr(i);
H A DRecursiveASTVisitor.h2444 MSAsmStmt,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td38 def MSAsmStmt : StmtNode<AsmStmt>;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3023 if (isa<MSAsmStmt>(&S)) { in EmitAsmStmt()
3152 if (isa<MSAsmStmt>(&S)) { in EmitAsmStmt()
3205 llvm::InlineAsm::AsmDialect AsmDialect = isa<MSAsmStmt>(&S) ? in EmitAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2098 VisitMSAsmStmt(cast<MSAsmStmt>(S), Pred, Dst); in Visit()
3960 void ExprEngine::VisitMSAsmStmt(const MSAsmStmt *A, ExplodedNode *Pred, in VisitMSAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp414 void ASTStmtReader::VisitMSAsmStmt(MSAsmStmt *S) { in VisitMSAsmStmt()
3141 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp392 void ASTStmtWriter::VisitMSAsmStmt(MSAsmStmt *S) { in VisitMSAsmStmt()