HomeSort by relevance Sort by last modified time
    Searched refs:STMT (Results 1 - 25 of 25) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 37 /* This represents the DEF operands of a stmt. */
45 /* This represents the USE operands of a stmt. */
80 #define USE_STMT(USE) (USE)->loc.stmt
158 /* This macro executes a loop over the operands of STMT specified in FLAG,
161 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \
162 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
166 /* This macro executes a loop over the operands of STMT specified in FLAG,
169 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \
170 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS); \
174 /* This macro executes a loop over the operands of STMT specified in FLAG
    [all...]
tree-flow.h 210 this marker node is uniquely identified by having null stmt *and* a
229 /* This node is inserted and used to mark the end of the uses for a stmt. */
245 /* Use this iterator to visit each stmt which has a use of SSAVAR. */
247 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \
248 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
250 (void) ((STMT) = next_imm_use_stmt (&(ITER))))
263 get access to each occurrence of ssavar on the stmt returned by
266 FOR_EACH_IMM_USE_STMT (stmt, iter, var)
272 update_stmt (stmt);
359 /* Block containing the omp directive as its last stmt. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 37 /* This represents the DEF operands of a stmt. */
45 /* This represents the USE operands of a stmt. */
80 #define USE_STMT(USE) (USE)->loc.stmt
158 /* This macro executes a loop over the operands of STMT specified in FLAG,
161 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \
162 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
166 /* This macro executes a loop over the operands of STMT specified in FLAG,
169 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \
170 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS); \
174 /* This macro executes a loop over the operands of STMT specified in FLAG
    [all...]
tree-flow.h 210 this marker node is uniquely identified by having null stmt *and* a
229 /* This node is inserted and used to mark the end of the uses for a stmt. */
245 /* Use this iterator to visit each stmt which has a use of SSAVAR. */
247 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \
248 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
250 (void) ((STMT) = next_imm_use_stmt (&(ITER))))
263 get access to each occurrence of ssavar on the stmt returned by
266 FOR_EACH_IMM_USE_STMT (stmt, iter, var)
272 update_stmt (stmt);
359 /* Block containing the omp directive as its last stmt. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 37 /* This represents the DEF operands of a stmt. */
45 /* This represents the USE operands of a stmt. */
80 #define USE_STMT(USE) (USE)->loc.stmt
158 /* This macro executes a loop over the operands of STMT specified in FLAG,
161 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \
162 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
166 /* This macro executes a loop over the operands of STMT specified in FLAG,
169 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \
170 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS); \
174 /* This macro executes a loop over the operands of STMT specified in FLAG
    [all...]
tree-flow.h 210 this marker node is uniquely identified by having null stmt *and* a
229 /* This node is inserted and used to mark the end of the uses for a stmt. */
245 /* Use this iterator to visit each stmt which has a use of SSAVAR. */
247 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \
248 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
250 (void) ((STMT) = next_imm_use_stmt (&(ITER))))
263 get access to each occurrence of ssavar on the stmt returned by
266 FOR_EACH_IMM_USE_STMT (stmt, iter, var)
272 update_stmt (stmt);
359 /* Block containing the omp directive as its last stmt. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 37 /* This represents the DEF operands of a stmt. */
45 /* This represents the USE operands of a stmt. */
80 #define USE_STMT(USE) (USE)->loc.stmt
158 /* This macro executes a loop over the operands of STMT specified in FLAG,
161 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \
162 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
166 /* This macro executes a loop over the operands of STMT specified in FLAG,
169 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \
170 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS); \
174 /* This macro executes a loop over the operands of STMT specified in FLAG
    [all...]
tree-flow.h 210 this marker node is uniquely identified by having null stmt *and* a
229 /* This node is inserted and used to mark the end of the uses for a stmt. */
245 /* Use this iterator to visit each stmt which has a use of SSAVAR. */
247 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \
248 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
250 (void) ((STMT) = next_imm_use_stmt (&(ITER))))
263 get access to each occurrence of ssavar on the stmt returned by
266 FOR_EACH_IMM_USE_STMT (stmt, iter, var)
272 update_stmt (stmt);
359 /* Block containing the omp directive as its last stmt. *
    [all...]
  /external/clang/include/clang/AST/
StmtVisitor.h 1 //===--- StmtVisitor.h - Visitor for Stmt subclasses ------------*- C++ -*-===//
27 /// StmtVisitorBase - This class implements a simple visitor for Stmt
28 /// subclasses. Since Expr derives from Stmt, this also includes support for
38 RetTy Visit(PTR(Stmt) S) {
41 // optimizer (e.g. LLVM) will fold this comparison into the switch stmt
98 // Top switch stmt: dispatch to VisitFooStmt for each FooStmt.
100 default: llvm_unreachable("Unknown stmt kind!");
101 #define ABSTRACT_STMT(STMT)
102 #define STMT(CLASS, PARENT) \
103 case Stmt::CLASS ## Class: DISPATCH(CLASS, CLASS)
    [all...]
RecursiveASTVisitor.h 26 #include "clang/AST/Stmt.h"
82 /// the node's dynamic type, until the top-most class (e.g. Stmt,
94 /// TraverseStmt(Stmt *x) and TraverseType(QualType x) work
157 bool shouldUseDataRecursionFor(Stmt *S) const {
167 bool TraverseStmt(Stmt *S);
249 // Declare Traverse*() for all concrete Stmt classes.
250 #define ABSTRACT_STMT(STMT)
251 #define STMT(CLASS, PARENT) \
254 // The above header #undefs ABSTRACT_STMT and STMT upon exit.
256 // Define WalkUpFrom*() and empty Visit*() for all Stmt classes
    [all...]
Stmt.h 1 //===--- Stmt.h - Classes for representing statements -----------*- C++ -*-===//
10 // This file defines the Stmt interface and subclasses.
47 // ExprIterator - Iterators for iterating over Stmt* arrays that contain
48 // only Expr*. This is needed because AST nodes use Stmt* arrays to store
52 class Stmt;
56 Stmt** I;
58 ExprIterator(Stmt** i) : I(i) {}
75 const Stmt * const *I;
77 ConstExprIterator(const Stmt * const *i) : I(i) {}
96 /// Stmt - This represents one statement
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 85 template <typename STMT>
88 static void _checkStmt(void *checker, const Stmt *S, CheckerContext &C) {
89 ((const CHECKER *)checker)->checkPreStmt(llvm::cast<STMT>(S), C);
92 static bool _handlesStmt(const Stmt *S) {
93 return llvm::isa<STMT>(S);
104 template <typename STMT>
107 static void _checkStmt(void *checker, const Stmt *S, CheckerContext &C) {
108 ((const CHECKER *)checker)->checkPostStmt(llvm::cast<STMT>(S), C);
111 static bool _handlesStmt(const Stmt *S) {
112 return llvm::isa<STMT>(S)
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 1 //===--- Stmt.cpp - Statement AST Node Implementation ---------------------===//
10 // This file implements the Stmt class and statement subclasses.
14 #include "clang/AST/Stmt.h"
31 } StmtClassInfo[Stmt::lastStmtConstant+1];
33 static StmtClassNameTable &getStmtInfoTableEntry(Stmt::StmtClass E) {
40 #define ABSTRACT_STMT(STMT)
41 #define STMT(CLASS, PARENT) \
42 StmtClassInfo[(unsigned)Stmt::CLASS##Class].Name = #CLASS; \
43 StmtClassInfo[(unsigned)Stmt::CLASS##Class].Size = sizeof(CLASS);
49 const char *Stmt::getStmtClassName() const
    [all...]
ExprClassification.cpp 108 case Stmt::NoStmtClass:
110 #define STMT(Kind, Base) case Expr::Kind##Class:
StmtPrinter.cpp 1 //===--- StmtPrinter.cpp - Printing implementation for Stmt ASTs ----------===//
10 // This file implements the Stmt::dumpPretty/Stmt::printPretty methods, which
43 void PrintStmt(Stmt *S) {
47 void PrintStmt(Stmt *S, int SubIndent) {
50 // If this is an expr used in a stmt context, indent and newline it.
84 void Visit(Stmt* S) {
90 void VisitStmt(Stmt *Node) LLVM_ATTRIBUTE_UNUSED {
91 Indent() << "<<unknown stmt type>>\n";
99 #define STMT(CLASS, PARENT)
    [all...]
StmtProfile.cpp 1 //===---- StmtProfile.cpp - Profile implementation for Stmt ASTs ----------===//
10 // This file implements the Stmt::Profile method, which builds a unique bit
36 void VisitStmt(const Stmt *S);
38 #define STMT(Node, Base) void Visit##Node(const Node *S);
70 void StmtProfiler::VisitStmt(const Stmt *S) {
72 for (Stmt::const_child_range C = S->children(); C; ++C) {
499 static Stmt::StmtClass DecodeOperatorCall(const CXXOperatorCallExpr *S,
517 return Stmt::UnaryOperatorClass;
521 return Stmt::BinaryOperatorClass;
526 return Stmt::UnaryOperatorClass
    [all...]
Expr.cpp 113 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
136 case Stmt::NoStmtClass: llvm_unreachable("statement without class");
138 #define STMT(type, base) \
139 case Stmt::type##Class: llvm_unreachable(#type " is not an Expr"); break;
141 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
    [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 26 #include "clang/AST/Stmt.h"
83 /// the node's dynamic type, until the top-most class (e.g. Stmt,
95 /// TraverseStmt(Stmt *x) and TraverseType(QualType x) work
160 bool TraverseStmt(Stmt *S);
242 // Declare Traverse*() for all concrete Stmt classes.
243 #define ABSTRACT_STMT(STMT)
244 #define STMT(CLASS, PARENT) \
247 // The above header #undefs ABSTRACT_STMT and STMT upon exit.
249 // Define WalkUpFrom*() and empty Visit*() for all Stmt classes.
250 bool WalkUpFromStmt(Stmt *S) { return getDerived().VisitStmt(S);
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
TreeTransform.h 28 #include "clang/AST/Stmt.h"
133 static inline StmtResult Owned(Stmt *S) { return S; }
314 StmtResult TransformStmt(Stmt *S);
528 TransformSEHHandler(Stmt *Handler);
577 #define STMT(Node, Parent) \
581 #define ABSTRACT_STMT(Stmt)
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 10 // This contains code to emit Stmt nodes as LLVM code.
32 void CodeGenFunction::EmitStopPoint(const Stmt *S) {
43 void CodeGenFunction::EmitStmt(const Stmt *S) {
72 case Stmt::NoStmtClass:
73 case Stmt::CXXCatchStmtClass:
74 case Stmt::SEHExceptStmtClass:
75 case Stmt::SEHFinallyStmtClass:
76 case Stmt::MSDependentExistsStmtClass:
78 case Stmt::NullStmtClass:
79 case Stmt::CompoundStmtClass
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 41 void VisitStmt(Stmt *S);
42 #define STMT(Type, Base) \
57 void ASTStmtWriter::VisitStmt(Stmt *S) {
    [all...]
ASTReaderStmt.cpp 1 //===--- ASTReaderStmt.cpp - Stmt/Expr Deserialization ----------*- C++ -*-===//
76 /// \brief The number of record fields required for the Stmt class
91 void VisitStmt(Stmt *S);
92 #define STMT(Type, Base) \
111 void ASTStmtReader::VisitStmt(Stmt *S) {
123 SmallVector<Stmt *, 16> Stmts;
306 SmallVector<Stmt*, 16> Exprs;
430 E->Exprs = new (Reader.getContext()) Stmt*[NumExprs];
523 assert(E->getStmtClass() == Stmt::MemberExprClass &&
779 new(Reader.getContext()) Stmt*[GenericSelectionExpr::END_EXPR+E->NumAssocs]
    [all...]

Completed in 646 milliseconds