Searched defs:stmt (Results 1 - 25 of 29) sorted by relevance

12

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dipa-ref.h42 gimple stmt; variable
H A Dexcept.h290 gimple stmt; variable
H A Dtree-ssa-operands.h36 /* This represents the USE operands of a stmt. */
70 #define USE_STMT(USE) (USE)->loc.stmt
95 extern bool verify_ssa_operands (gimple stmt);
129 gimple stmt; member in struct:ssa_operand_iterator_d
180 /* This macro will execute a loop over a stmt, regardless of whether it is
181 a real stmt or a PHI node, looking at the USE nodes matching FLAGS. */
189 /* This macro will execute a loop over a stmt, regardless of whether it is
190 a real stmt or a PHI node, looking at the DEF nodes matching FLAGS. */
H A Dtree-flow.h39 gimple stmt; variable
90 /* Map gimple stmt to tree label (or list of labels) for transaction
198 this marker node is uniquely identified by having null stmt *and* a
217 /* This node is inserted and used to mark the end of the uses for a stmt. */
233 /* Use this iterator to visit each stmt which has a use of SSAVAR. */
251 get access to each occurrence of ssavar on the stmt returned by
254 FOR_EACH_IMM_USE_STMT (stmt, iter, var)
260 update_stmt (stmt);
324 /* Block containing the omp directive as its last stmt. */
327 /* Block containing the OMP_RETURN as its last stmt
[all...]
H A Dcfgloop.h57 gimple stmt; variable
H A Dtree-flow-inline.h115 get_lineno (const_gimple stmt) argument
119 if (!stmt)
122 loc = gimple_location (stmt);
184 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple stmt) argument
186 if (stmt)
190 linknode->loc.stmt = stmt;
214 gimple stmt)
216 if (stmt)
220 linknode->loc.stmt
213 relink_imm_use_stmt(ssa_use_operand_t *linknode, ssa_use_operand_t *old, gimple stmt) argument
314 single_imm_use(const_tree var, use_operand_p *use_p, gimple *stmt) argument
548 loop_containing_stmt(gimple stmt) argument
684 op_iter_init(ssa_op_iter *ptr, gimple stmt, int flags) argument
725 op_iter_init_use(ssa_op_iter *ptr, gimple stmt, int flags) argument
737 op_iter_init_def(ssa_op_iter *ptr, gimple stmt, int flags) argument
749 op_iter_init_tree(ssa_op_iter *ptr, gimple stmt, int flags) argument
760 single_ssa_tree_operand(gimple stmt, int flags) argument
778 single_ssa_use_operand(gimple stmt, int flags) argument
797 single_ssa_def_operand(gimple stmt, int flags) argument
815 zero_ssa_operands(gimple stmt, int flags) argument
826 num_ssa_operands(gimple stmt, int flags) argument
843 delink_stmt_imm_use(gimple stmt) argument
857 single_phi_def(gimple stmt, int flags) argument
1190 make_ssa_name(tree var, gimple stmt) argument
1199 copy_ssa_name(tree var, gimple stmt) argument
1208 duplicate_ssa_name(tree var, gimple stmt) argument
1217 make_temp_ssa_name(tree type, gimple stmt, const char *name) argument
[all...]
H A Dgimple.h115 /* Currently, there are only two types of gimple debug stmt. Others are
752 #define gimple_build_debug_bind(var,val,stmt) \
753 gimple_build_debug_bind_stat ((var), (val), (stmt) MEM_STAT_INFO)
755 #define gimple_build_debug_source_bind(var,val,stmt) \
756 gimple_build_debug_source_bind_stat ((var), (val), (stmt) MEM_STAT_INFO)
881 /* Return TRUE iff stmt is a call to a built-in function. */
882 extern bool is_gimple_builtin_call (gimple stmt);
1116 gimple_seq_alloc_with_stmt (gimple stmt) argument
1119 gimple_seq_add_stmt (&seq, stmt);
1277 gimple_filename (const_gimple stmt) argument
1286 gimple_lineno(const_gimple stmt) argument
1304 gimple_no_warning_p(const_gimple stmt) argument
1312 gimple_set_no_warning(gimple stmt, bool no_warning) argument
1320 gimple_set_visited(gimple stmt, bool visited_p) argument
1329 gimple_visited_p(gimple stmt) argument
1338 gimple_set_plf(gimple stmt, enum plf_mask plf, bool val_p) argument
1350 gimple_plf(gimple stmt, enum plf_mask plf) argument
1538 gimple_expr_code(const_gimple stmt) argument
1575 gimple_has_volatile_ops(const_gimple stmt) argument
1587 gimple_set_has_volatile_ops(gimple stmt, bool volatilep) argument
1604 gimple_in_transaction(gimple stmt) argument
1612 gimple_references_memory_p(gimple stmt) argument
[all...]
H A Dtree.h1967 union { gimple stmt; tree ssa_name; } GTY((skip(""))) loc;
3585 tree stmt;
5651 /* In stmt.c */
6180 /* In stmt.c */
1960 union { gimple stmt; tree ssa_name; } GTY((skip(""))) loc; member in union:ssa_use_operand_d::__anon5047
3571 tree stmt; variable
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
H A Dclast.h61 #define CLAST_STMT_IS_A(stmt, type) ((stmt)->op == &(type))
76 struct clast_stmt stmt; member in struct:clast_root
81 struct clast_stmt stmt; member in struct:clast_assignment
87 struct clast_stmt stmt; member in struct:clast_block
92 struct clast_stmt stmt; member in struct:clast_user_stmt
99 struct clast_stmt stmt; member in struct:clast_for
120 struct clast_stmt stmt; member in struct:clast_guard
142 CloogStatement *stmt, struct clast_stmt *subs);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
H A Dclast.h61 #define CLAST_STMT_IS_A(stmt, type) ((stmt)->op == &(type))
76 struct clast_stmt stmt; member in struct:clast_root
81 struct clast_stmt stmt; member in struct:clast_assignment
87 struct clast_stmt stmt; member in struct:clast_block
92 struct clast_stmt stmt; member in struct:clast_user_stmt
99 struct clast_stmt stmt; member in struct:clast_for
120 struct clast_stmt stmt; member in struct:clast_guard
142 CloogStatement *stmt, struct clast_stmt *subs);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dgraminit.h14 #define stmt 267 macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsymbol.py24 stmt = 267 variable
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dgraminit.h14 #define stmt 267 macro
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsymbol.py24 stmt = 267 variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dtransformer.py316 def stmt(self, nodelist): member in class:Transformer
319 small_stmt = stmt
320 flow_stmt = stmt
321 compound_stmt = stmt
559 # simple_stmt | NEWLINE INDENT NEWLINE* (stmt NEWLINE*)+ DEDENT
565 if node[0] == symbol.stmt:
802 # break_stmt, stmt, small_stmt, flow_stmt, simple_stmt,
1402 if sub[0] == symbol.stmt:
1407 if sub[0] == symbol.stmt:
1417 if n == symbol.stmt o
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dtransformer.py316 def stmt(self, nodelist): member in class:Transformer
319 small_stmt = stmt
320 flow_stmt = stmt
321 compound_stmt = stmt
559 # simple_stmt | NEWLINE INDENT NEWLINE* (stmt NEWLINE*)+ DEDENT
565 if node[0] == symbol.stmt:
802 # break_stmt, stmt, small_stmt, flow_stmt, simple_stmt,
1402 if sub[0] == symbol.stmt:
1407 if sub[0] == symbol.stmt:
1417 if n == symbol.stmt o
[all...]
/prebuilts/misc/common/groovy/
H A Dgroovy-all-1.7.0.jar ... .String) org.codehaus.groovy.ast.stmt.Statement code org.codehaus.groovy.ast ...
/prebuilts/misc/common/jython/
H A Djython.jar ... java.sql.SQLException java.sql.Statement stmt public void preExecute (java.sql.Statement) throws java ...
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
H A Dgroovy-all-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF groovy/ groovy/util/ groovy/util/CliBuilder$_expandArgumentFile_closure2.class ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jar ... java.sql.SQLException java.sql.Statement stmt public void preExecute (java.sql.Statement) throws java ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
H A Djsilver-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/streamhtmlparser/ com/google/streamhtmlparser/impl/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/misc/common/ecj/
H A Decj.jarMETA-INF/ META-INF/services/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/ ...
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
H A Decj-4.2.2.jarMETA-INF/ META-INF/services/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/ ...

Completed in 394 milliseconds

12