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

/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
H A Dtree-flow-inline.h277 get_lineno (const_gimple stmt) argument
281 if (!stmt)
284 loc = gimple_location (stmt);
348 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple stmt) argument
350 if (stmt)
354 linknode->loc.stmt = stmt;
378 gimple stmt)
380 if (stmt)
384 linknode->loc.stmt
377 relink_imm_use_stmt(ssa_use_operand_t *linknode, ssa_use_operand_t *old, gimple stmt) argument
454 single_imm_use(const_tree var, use_operand_p *use_p, gimple *stmt) argument
[all...]
H A Dtree-flow.h291 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. */
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);
645 /* Block containing the omp directive as its last stmt. */
648 /* Block containing the OMP_RETURN as its last stmt. */
651 /* Block containing the OMP_CONTINUE as its last stmt
[all...]
H A Dgimple.h126 gimple stmt; local
161 return (n) ? n->stmt : NULL;
180 return (n) ? n->stmt : NULL;
216 gimple_seq_alloc_with_stmt (gimple stmt) argument
219 gimple_seq_add_stmt (&seq, stmt);
1130 gimple_filename (const_gimple stmt) argument
1132 return LOCATION_FILE (gimple_location (stmt));
1139 gimple_lineno (const_gimple stmt) argument
1141 return LOCATION_LINE (gimple_location (stmt));
1157 gimple_no_warning_p (const_gimple stmt) argument
1165 gimple_set_no_warning(gimple stmt, bool no_warning) argument
1173 gimple_set_visited(gimple stmt, bool visited_p) argument
1182 gimple_visited_p(gimple stmt) argument
1191 gimple_set_plf(gimple stmt, enum plf_mask plf, bool val_p) argument
1203 gimple_plf(gimple stmt, enum plf_mask plf) argument
1405 gimple_expr_code(const_gimple stmt) argument
1441 gimple_has_volatile_ops(const_gimple stmt) argument
1453 gimple_set_has_volatile_ops(gimple stmt, bool volatilep) argument
1463 gimple_references_memory_p(gimple stmt) argument
1472 gimple_set_references_memory(gimple stmt, bool mem_p) argument
[all...]
H A Dtree.h1912 union { gimple stmt; tree ssa_name; } GTY((skip(""))) loc;
3396 tree stmt;
4748 /* In stmt.c */
5117 /* In stmt.c */
1905 union { gimple stmt; tree ssa_name; } GTY((skip(""))) loc; member in union:__anon683
3382 tree stmt; local
/prebuilt/common/groovy/
H A Dgroovy-all-1.7.0.jar ... .String) org.codehaus.groovy.ast.stmt.Statement code org.codehaus.groovy.ast ...
/prebuilt/common/jython/
H A Djython.jar ... java.sql.SQLException java.sql.Statement stmt public void preExecute (java.sql.Statement) throws java ...
/prebuilt/common/ecj/
H A Decj.jarMETA-INF/ META-INF/services/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/ ...

Completed in 144 milliseconds