HomeSort by: relevance | last modified time | path
    Searched refs:MSAsmStmt (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 436 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
437 return msAsmStmt->generateAsmString(C);
444 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
445 return msAsmStmt->getOutputConstraint(i);
452 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
453 return msAsmStmt->getOutputExpr(i);
460 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)
    [all...]
StmtPrinter.cpp 486 void StmtPrinter::VisitMSAsmStmt(MSAsmStmt *Node) {
StmtProfile.cpp 330 void StmtProfiler::VisitMSAsmStmt(const MSAsmStmt *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 61 class MSAsmStmt;
456 void VisitMSAsmStmt(const MSAsmStmt *A, ExplodedNode *Pred,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 933 MSAsmStmt *NS =
934 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
AnalysisBasedWarnings.cpp 490 if (isa<MSAsmStmt>(S)) {
TreeTransform.h 7676 TreeTransform<Derived>::TransformMSAsmStmt(MSAsmStmt *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2813 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
3196 class MSAsmStmt : public AsmStmt {
3209 MSAsmStmt(const ASTContext &C, SourceLocation asmloc,
3217 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty) {}
3245 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i);
3259 return const_cast<MSAsmStmt*>(this)->getInputExpr(i);
RecursiveASTVisitor.h 2223 MSAsmStmt,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2390 if (isa<MSAsmStmt>(&S)) {
2521 if (isa<MSAsmStmt>(&S)) {
2569 llvm::InlineAsm::AsmDialect AsmDialect = isa<MSAsmStmt>(&S) ?
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 408 void ASTStmtReader::VisitMSAsmStmt(MSAsmStmt *S) {
2791 S = new (Context) MSAsmStmt(Empty);
ASTWriterStmt.cpp 322 void ASTStmtWriter::VisitMSAsmStmt(MSAsmStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 1534 VisitMSAsmStmt(cast<MSAsmStmt>(S), Pred, Dst);
3105 void ExprEngine::VisitMSAsmStmt(const MSAsmStmt *A, ExplodedNode *Pred,

Completed in 60 milliseconds