Home
last modified time | relevance | path

Searched refs:stmt (Results 1 – 25 of 99) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dsqlite3.cpp40 const int error = sqlite3_prepare_v2(db, sql, -1, &stmt, nullptr); in StatementImpl()
42 stmt = nullptr; in StatementImpl()
49 if (!stmt) return; in ~StatementImpl()
51 sqlite3_finalize(stmt); in ~StatementImpl()
56 throw Exception { err, sqlite3_errmsg(sqlite3_db_handle(stmt)) }; in check()
60 sqlite3_stmt* stmt = nullptr; member in mapbox::sqlite::StatementImpl
161 Query::Query(Statement& stmt_) : stmt(stmt_) { in Query()
162 assert(stmt.impl); in Query()
165 assert(!stmt.used); in Query()
166 stmt.used = true; in Query()
[all …]
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dgcc-common.h210 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p() argument
214 if (!is_gimple_call(stmt)) in gimple_call_builtin_p()
216 fndecl = gimple_call_fndecl(stmt); in gimple_call_builtin_p()
281 static inline bool gimple_asm_clobbers_memory_p(const_gimple stmt) in gimple_asm_clobbers_memory_p() argument
285 for (i = 0; i < gimple_asm_nclobbers(stmt); i++) { in gimple_asm_clobbers_memory_p()
286 tree op = gimple_asm_clobber_op(stmt, i); in gimple_asm_clobbers_memory_p()
454 #define ipa_remove_stmt_references(cnode, stmt) argument
465 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm() argument
467 return stmt; in as_a_gasm()
470 static inline const gasm *as_a_const_gasm(const_gimple stmt) in as_a_const_gasm() argument
[all …]
H A Drandomize_layout_plugin.c749 static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_name) in type_name_eq() argument
764 INFORM(gimple_location(stmt), "found non-char INTEGER_TYPE cast comparison: %qT\n", type_tree); in type_name_eq()
774 INFORM(gimple_location(stmt), "found non-void POINTER_TYPE cast comparison %qT\n", type_tree); in type_name_eq()
779 INFORM(gimple_location(stmt), "unhandled cast comparison: %qT\n", type_tree); in type_name_eq()
787 static bool whitelisted_cast(gimple stmt, const_tree lhs_tree, const_tree rhs_tree) in whitelisted_cast() argument
790 expanded_location xloc = expand_location(gimple_location(stmt)); in whitelisted_cast()
796 if (type_name_eq(stmt, lhs_tree, entry->lhs) && type_name_eq(stmt, rhs_tree, entry->rhs)) in whitelisted_cast()
819 gimple stmt; in find_bad_casts_execute() local
830 stmt = gsi_stmt(gsi); in find_bad_casts_execute()
834 debug_gimple_stmt(stmt); in find_bad_casts_execute()
[all …]
H A Dstackleak_plugin.c56 gimple stmt; in add_stack_tracking_gcall() local
62 stmt = gimple_build_call(track_function_decl, 0); in add_stack_tracking_gcall()
63 gimple_call = as_a_gcall(stmt); in add_stack_tracking_gcall()
78 static bool is_alloca(gimple stmt) in is_alloca() argument
80 if (gimple_call_builtin_p(stmt, BUILT_IN_ALLOCA)) in is_alloca()
84 if (gimple_call_builtin_p(stmt, BUILT_IN_ALLOCA_WITH_ALIGN)) in is_alloca()
194 gimple stmt; in stackleak_instrument_execute() local
196 stmt = gsi_stmt(gsi); in stackleak_instrument_execute()
199 if (is_gimple_call(stmt)) in stackleak_instrument_execute()
202 if (!is_alloca(stmt)) in stackleak_instrument_execute()
H A Dstructleak_plugin.c133 gimple stmt = gsi_stmt(gsi); in initialize() local
137 if (!gimple_assign_single_p(stmt)) in initialize()
139 rhs1 = gimple_assign_rhs1(stmt); in initialize()
146 if (gimple_get_lhs(stmt) != var) in initialize()
H A Dsancov_plugin.c43 const_gimple stmt; in sancov_execute() local
50 stmt = gsi_stmt(gsi); in sancov_execute()
52 gimple_set_location(gcall, gimple_location(stmt)); in sancov_execute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp218 Query::Query(Statement& stmt_) : stmt(stmt_) { in Query()
219 assert(stmt.impl); in Query()
222 assert(!stmt.used); in Query()
223 stmt.used = true; in Query()
232 stmt.used = false; in ~Query()
240 assert(stmt.impl); in bind()
242 stmt.impl->query.bindValue(offset - 1, QVariant::fromValue<T>(value), QSql::In); in bind()
243 checkQueryError(stmt.impl->query); in bind()
248 assert(stmt.impl); in bind()
250 stmt.impl->query.bindValue(offset - 1, QVariant(QVariant::Invalid), QSql::In); in bind()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dssa-iterators.h124 use_operand_p *use_p, gimple **stmt);
147 gimple *stmt; member
300 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple *stmt) in link_imm_use_stmt() argument
302 if (stmt) in link_imm_use_stmt()
306 linknode->loc.stmt = stmt; in link_imm_use_stmt()
330 gimple *stmt) in relink_imm_use_stmt() argument
332 if (stmt) in relink_imm_use_stmt()
336 linknode->loc.stmt = stmt; in relink_imm_use_stmt()
419 single_imm_use (const_tree var, use_operand_p *use_p, gimple **stmt) in single_imm_use() argument
428 *stmt = NULL; in single_imm_use()
[all …]
H A Dtree-ssanames.h113 make_ssa_name (tree var, gimple *stmt = NULL)
115 return make_ssa_name_fn (cfun, var, stmt);
122 copy_ssa_name (tree var, gimple *stmt = NULL)
124 return copy_ssa_name_fn (cfun, var, stmt);
131 duplicate_ssa_name (tree var, gimple *stmt) in duplicate_ssa_name() argument
133 return duplicate_ssa_name_fn (cfun, var, stmt); in duplicate_ssa_name()
148 make_temp_ssa_name (tree type, gimple *stmt, const char *name) in make_temp_ssa_name() argument
152 ssa_name = make_ssa_name_fn (cfun, type, stmt); in make_temp_ssa_name()
H A Dgimple.h1746 gimple_seq_alloc_with_stmt (gimple *stmt)
1749 gimple_seq_add_stmt (&seq, stmt);
1929 gimple_filename (const gimple *stmt)
1931 return LOCATION_FILE (gimple_location (stmt));
1938 gimple_lineno (const gimple *stmt)
1940 return LOCATION_LINE (gimple_location (stmt));
1956 gimple_no_warning_p (const gimple *stmt)
1958 return stmt->no_warning;
1964 gimple_set_no_warning (gimple *stmt, bool no_warning)
1966 stmt->no_warning = (unsigned) no_warning;
[all …]
H A Dipa-param-manipulation.h247 gcall *modify_call (gcall *stmt, in class()
356 bool modify_gimple_stmt (gimple **stmt, gimple_seq *extra_stmts);
380 tree replace_removed_params_ssa_names (tree old_name, gimple *stmt);
382 bool modify_assignment (gimple *stmt, gimple_seq *extra_stmts);
H A Dvalue-prof.h49 gimple *stmt; /* Insn containing the value. */ member
76 gimple *stmt = NULL,
92 bool get_nth_most_common_value (gimple *stmt, const char *counter_type,
H A Dtree-ssa-loop.h74 loop_containing_stmt (gimple *stmt) in loop_containing_stmt() argument
76 basic_block bb = gimple_bb (stmt); in loop_containing_stmt()
H A Dtree-iterator.h86 return &i.ptr->stmt; in tsi_stmt_ptr()
92 return i.ptr->stmt; in tsi_stmt()
H A Dtree-ssa-operands.h70 #define USE_STMT(USE) (USE)->loc.stmt
95 extern bool verify_ssa_operands (struct function *, gimple *stmt);
H A Dtree-vectorizer.h350 stmt_vec_info new_stmt_vec_info (gimple *stmt);
906 stmt_vec_info stmt;
946 gimple *stmt;
1154 #define STMT_VINFO_STMT(S) (S)->stmt
1198 (gcc_checking_assert ((S)->dr_aux.stmt == (S)), &(S)->dr_aux)
1268 && (loop->inner == (gimple_bb (stmt_info->stmt))->loop_father));
1305 if (gimple_uid (vect_orig_stmt (stmt1_info)->stmt)
1306 > gimple_uid (vect_orig_stmt (stmt2_info)->stmt))
1485 stmt_vec_info stmt_info = dr_info->stmt;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dssa-iterators.h124 use_operand_p *use_p, gimple **stmt);
147 gimple *stmt; member
300 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple *stmt) in link_imm_use_stmt() argument
302 if (stmt) in link_imm_use_stmt()
306 linknode->loc.stmt = stmt; in link_imm_use_stmt()
330 gimple *stmt) in relink_imm_use_stmt() argument
332 if (stmt) in relink_imm_use_stmt()
336 linknode->loc.stmt = stmt; in relink_imm_use_stmt()
419 single_imm_use (const_tree var, use_operand_p *use_p, gimple **stmt) in single_imm_use() argument
428 *stmt = NULL; in single_imm_use()
[all …]
H A Dtree-ssanames.h113 make_ssa_name (tree var, gimple *stmt = NULL)
115 return make_ssa_name_fn (cfun, var, stmt);
122 copy_ssa_name (tree var, gimple *stmt = NULL)
124 return copy_ssa_name_fn (cfun, var, stmt);
131 duplicate_ssa_name (tree var, gimple *stmt) in duplicate_ssa_name() argument
133 return duplicate_ssa_name_fn (cfun, var, stmt); in duplicate_ssa_name()
148 make_temp_ssa_name (tree type, gimple *stmt, const char *name) in make_temp_ssa_name() argument
152 ssa_name = make_ssa_name_fn (cfun, type, stmt); in make_temp_ssa_name()
H A Dgimple.h1746 gimple_seq_alloc_with_stmt (gimple *stmt)
1749 gimple_seq_add_stmt (&seq, stmt);
1929 gimple_filename (const gimple *stmt)
1931 return LOCATION_FILE (gimple_location (stmt));
1938 gimple_lineno (const gimple *stmt)
1940 return LOCATION_LINE (gimple_location (stmt));
1956 gimple_no_warning_p (const gimple *stmt)
1958 return stmt->no_warning;
1964 gimple_set_no_warning (gimple *stmt, bool no_warning)
1966 stmt->no_warning = (unsigned) no_warning;
[all …]
H A Dipa-param-manipulation.h247 gcall *modify_call (gcall *stmt, in class()
356 bool modify_gimple_stmt (gimple **stmt, gimple_seq *extra_stmts);
380 tree replace_removed_params_ssa_names (tree old_name, gimple *stmt);
382 bool modify_assignment (gimple *stmt, gimple_seq *extra_stmts);
H A Dvalue-prof.h49 gimple *stmt; /* Insn containing the value. */ member
76 gimple *stmt = NULL,
92 bool get_nth_most_common_value (gimple *stmt, const char *counter_type,
H A Dtree-ssa-loop.h74 loop_containing_stmt (gimple *stmt) in loop_containing_stmt() argument
76 basic_block bb = gimple_bb (stmt); in loop_containing_stmt()
H A Dtree-iterator.h86 return &i.ptr->stmt; in tsi_stmt_ptr()
92 return i.ptr->stmt; in tsi_stmt()
H A Dtree-ssa-operands.h70 #define USE_STMT(USE) (USE)->loc.stmt
95 extern bool verify_ssa_operands (struct function *, gimple *stmt);
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py814 def _parse_properties(self, line_feeder, stmt, deps, visible_if_deps): argument
822 val = self._parse_expr(tokens, stmt, line, filename, linenr, False)
824 return (val, self._parse_expr(tokens, stmt, line, filename,
861 parsed_deps = self._parse_expr(tokens, stmt, line, filename,
864 if isinstance(stmt, (Menu, Comment)):
865 stmt.orig_deps = _make_and(stmt.orig_deps, parsed_deps)
874 stmt.help = ""
880 stmt.help = ""
891 stmt.help = "".join(help_lines)
903 stmt.referenced_syms.add(target)
[all …]

1234