Searched refs:MSAsmStmt (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Stmt.cpp | 452 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 D | StmtProfile.cpp | 350 void StmtProfiler::VisitMSAsmStmt(const MSAsmStmt *S) { in VisitMSAsmStmt()
|
| H A D | StmtPrinter.cpp | 577 void StmtPrinter::VisitMSAsmStmt(MSAsmStmt *Node) { in VisitMSAsmStmt()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 62 class MSAsmStmt; variable 462 void VisitMSAsmStmt(const MSAsmStmt *A, ExplodedNode *Pred,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 1002 MSAsmStmt *NS = in ActOnMSAsmStmt() 1003 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple, in ActOnMSAsmStmt()
|
| H A D | AnalysisBasedWarnings.cpp | 659 if (isa<MSAsmStmt>(S)) { in CheckFallThrough()
|
| H A D | TreeTransform.h | 8710 TreeTransform<Derived>::TransformMSAsmStmt(MSAsmStmt *S) { in TransformMSAsmStmt()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 3583 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 D | RecursiveASTVisitor.h | 2444 MSAsmStmt,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 38 def MSAsmStmt : StmtNode<AsmStmt>;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 3023 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 D | ExprEngine.cpp | 2098 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 D | ASTReaderStmt.cpp | 414 void ASTStmtReader::VisitMSAsmStmt(MSAsmStmt *S) { in VisitMSAsmStmt() 3141 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 392 void ASTStmtWriter::VisitMSAsmStmt(MSAsmStmt *S) { in VisitMSAsmStmt()
|