Searched refs:GCCAsmStmt (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/SemaCXX/
H A Dmissing-header.cpp7 if (const GCCAsmStmt *AS = dyn_cast<GCCAsmStmt>(S)) {}
/external/clang/lib/AST/
H A DStmt.cpp325 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
333 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
341 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
349 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
357 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(thi
650 GCCAsmStmt::GCCAsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, function in class:GCCAsmStmt
[all...]
H A DStmtPrinter.cpp369 void StmtPrinter::VisitGCCAsmStmt(GCCAsmStmt *Node) {
H A DStmtProfile.cpp161 void StmtProfiler::VisitGCCAsmStmt(const GCCAsmStmt *S) {
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp81 ArrayRef<GCCAsmStmt::AsmStringPiece> AsmStrPieces) {
83 const GCCAsmStmt::AsmStringPiece &Piece = AsmStrPieces[p];
203 GCCAsmStmt *NS =
204 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
209 SmallVector<GCCAsmStmt::AsmStringPiece, 8> Pieces;
H A DTreeTransform.h5518 TreeTransform<Derived>::TransformGCCAsmStmt(GCCAsmStmt *S) {
/external/clang/include/clang/AST/
H A DStmt.h1366 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
1524 class GCCAsmStmt : public AsmStmt { class in namespace:clang
1533 GCCAsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple,
1540 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty), function in class:clang::GCCAsmStmt
1618 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
1636 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);
1668 static bool classof(const GCCAsmStmt *) { return true; }
H A DRecursiveASTVisitor.h1830 DEF_TRAVERSE_STMT(GCCAsmStmt, {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h291 void VisitGCCAsmStmt(const GCCAsmStmt *A, ExplodedNode *Pred,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp673 VisitGCCAsmStmt(cast<GCCAsmStmt>(S), Pred, Dst);
1787 void ExprEngine::VisitGCCAsmStmt(const GCCAsmStmt *A, ExplodedNode *Pred,
1799 for (GCCAsmStmt::const_outputs_iterator OI = A->begin_outputs(),
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1627 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(&S))
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h1756 DEF_TRAVERSE_STMT(GCCAsmStmt, {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp291 void ASTStmtReader::VisitGCCAsmStmt(GCCAsmStmt *S) {
1704 S = new (Context) GCCAsmStmt(Empty);
H A DASTWriterStmt.cpp221 void ASTStmtWriter::VisitGCCAsmStmt(GCCAsmStmt *S) {

Completed in 1716 milliseconds