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

  /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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-operands.h 36 /* This represents the DEF operands of a stmt. */
44 /* This represents the USE operands of a stmt. */
100 /* This represents the virtual ops of a stmt. */
137 /* This represents the operand cache for a stmt. */
160 #define USE_STMT(USE) (USE)->loc.stmt
266 /* This macro executes a loop over the operands of STMT specified in FLAG,
269 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \
270 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
274 /* This macro executes a loop over the operands of STMT specified in FLAG,
277 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS)
    [all...]
tree-flow.h 291 gimple stmt; local
446 this marker node is uniquely identified by having null stmt *and* a
465 /* This node is inserted and used to mark the end of the uses for a stmt. */
481 /* Use this iterator to visit each stmt which has a use of SSAVAR. */
483 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \
484 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
486 (STMT) = next_imm_use_stmt (&(ITER)))
499 get access to each occurrence of ssavar on the stmt returned by
502 FOR_EACH_IMM_USE_STMT (stmt, iter, var)
508 update_stmt (stmt);
    [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/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
153 bool shouldUseDataRecursionFor(Stmt *S) const {
162 bool TraverseStmt(Stmt *S);
244 // Declare Traverse*() for all concrete Stmt classes.
245 #define ABSTRACT_STMT(STMT)
246 #define STMT(CLASS, PARENT) \
249 // The above header #undefs ABSTRACT_STMT and STMT upon exit.
251 // 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.
45 // ExprIterator - Iterators for iterating over Stmt* arrays that contain
46 // only Expr*. This is needed because AST nodes use Stmt* arrays to store
50 class Stmt;
54 Stmt** I;
56 ExprIterator(Stmt** i) : I(i) {}
73 const Stmt * const *I;
75 ConstExprIterator(const Stmt * const *i) : I(i) {}
94 /// Stmt - This represents one statement
    [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"
30 } StmtClassInfo[Stmt::lastStmtConstant+1];
32 static StmtClassNameTable &getStmtInfoTableEntry(Stmt::StmtClass E) {
39 #define ABSTRACT_STMT(STMT)
40 #define STMT(CLASS, PARENT) \
41 StmtClassInfo[(unsigned)Stmt::CLASS##Class].Name = #CLASS; \
42 StmtClassInfo[(unsigned)Stmt::CLASS##Class].Size = sizeof(CLASS);
48 const char *Stmt::getStmtClassName() const
    [all...]
ExprClassification.cpp 95 case Stmt::NoStmtClass:
97 #define STMT(Kind, Base) case Expr::Kind##Class:
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) {
494 static Stmt::StmtClass DecodeOperatorCall(const CXXOperatorCallExpr *S,
512 return Stmt::UnaryOperatorClass;
516 return Stmt::BinaryOperatorClass;
521 return Stmt::UnaryOperatorClass
    [all...]
StmtPrinter.cpp 1 //===--- StmtPrinter.cpp - Printing implementation for Stmt ASTs ----------===//
10 // This file implements the Stmt::dumpPretty/Stmt::printPretty methods, which
44 void PrintStmt(Stmt *S) {
48 void PrintStmt(Stmt *S, int SubIndent) {
51 // If this is an expr used in a stmt context, indent and newline it.
85 void Visit(Stmt* S) {
91 void VisitStmt(Stmt *Node) LLVM_ATTRIBUTE_UNUSED {
92 Indent() << "<<unknown stmt type>>\n";
100 #define STMT(CLASS, PARENT)
    [all...]
Expr.cpp 98 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
121 case Stmt::NoStmtClass: llvm_unreachable("statement without class");
123 #define STMT(type, base) \
124 case Stmt::type##Class: llvm_unreachable(#type " is not an Expr"); break;
126 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
805 SubExprs = new (C) Stmt*[numargs+PREARGS_START+NumPreArgs];
833 SubExprs = new (C) Stmt*[numargs+PREARGS_START];
855 SubExprs = new (C) Stmt*[PREARGS_START];
863 SubExprs = new (C) Stmt*[PREARGS_START+NumPreArgs];
910 Stmt **NewSubExprs = new (C) Stmt*[NumArgs+PREARGS_START+NumPreArgs]
    [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [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; }
317 StmtResult TransformStmt(Stmt *S);
531 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 40 void VisitStmt(Stmt *S);
41 #define STMT(Type, Base) \
56 void ASTStmtWriter::VisitStmt(Stmt *S) {
    [all...]
ASTReaderStmt.cpp 1 //===--- ASTReaderStmt.cpp - Stmt/Expr Deserialization ----------*- C++ -*-===//
75 /// \brief The number of record fields required for the Stmt class
90 void VisitStmt(Stmt *S);
91 #define STMT(Type, Base) \
110 void ASTStmtReader::VisitStmt(Stmt *S) {
122 SmallVector<Stmt *, 16> Stmts;
302 SmallVector<Stmt*, 16> Exprs;
421 E->Exprs = new (Reader.getContext()) Stmt*[NumExprs];
514 assert(E->getStmtClass() == Stmt::MemberExprClass &&
770 new(Reader.getContext()) Stmt*[GenericSelectionExpr::END_EXPR+E->NumAssocs]
    [all...]

Completed in 623 milliseconds