Home
last modified time | relevance | path

Searched refs:expr_ptr (Results 1 – 25 of 103) sorted by relevance

12345

/dports/devel/z88dk/z88dk/src/z80asm/
H A Dzobjfile.c44 long expr_ptr; in write_expr() local
49 expr_ptr = ftell(fp); in write_expr()
104 return expr_ptr; in write_expr()
227 long header_ptr, modname_ptr, expr_ptr, symbols_ptr, externsym_ptr, code_ptr; in write_obj_file() local
247 expr_ptr = write_expr(fp); in write_obj_file()
256 xfwrite_dword(expr_ptr, fp); in write_obj_file()
290 self->expr_ptr = in OFile_init()
339 self->expr_ptr = xfread_dword(file); in OFile_read_header()
/dports/net/zebra-server/idzebra-2.0.55/dfa/
H A Ddfa.c315 if (*parse_info->expr_ptr == '\0') in nextchar()
318 return *parse_info->expr_ptr++; in nextchar()
320 switch (*++parse_info->expr_ptr) in nextchar()
327 ++parse_info->expr_ptr; in nextchar()
330 ++parse_info->expr_ptr; in nextchar()
333 ++parse_info->expr_ptr; in nextchar()
336 ++parse_info->expr_ptr; in nextchar()
339 ++parse_info->expr_ptr; in nextchar()
342 return *parse_info->expr_ptr++; in nextchar()
348 if (*parse_info->expr_ptr == ' ') in nextchar_set()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/ast/
H A Dcall_statement_test.cc30 auto* expr_ptr = expr.get(); in TEST_F() local
33 EXPECT_EQ(c.expr(), expr_ptr); in TEST_F()
H A Dreturn_statement_test.cc30 auto* expr_ptr = expr.get(); in TEST_F() local
33 EXPECT_EQ(r.value(), expr_ptr); in TEST_F()
H A Dbitcast_expression_test.cc31 auto* expr_ptr = expr.get(); in TEST_F() local
35 ASSERT_EQ(exp.expr(), expr_ptr); in TEST_F()
H A Dtype_constructor_expression_test.cc36 auto* expr_ptr = expr[0].get(); in TEST_F() local
41 EXPECT_EQ(t.values()[0].get(), expr_ptr); in TEST_F()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtsan.c96 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
145 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
147 if (!is_gimple_val (expr_ptr)) in instrument_expr()
149 g = gimple_build_assign (make_ssa_name (TREE_TYPE (expr_ptr), NULL), in instrument_expr()
150 expr_ptr); in instrument_expr()
151 expr_ptr = gimple_assign_lhs (g); in instrument_expr()
157 1, expr_ptr); in instrument_expr()
161 g = gimple_build_call (builtin_decl, 1, expr_ptr); in instrument_expr()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtsan.c106 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
155 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
157 if (!is_gimple_val (expr_ptr)) in instrument_expr()
159 g = gimple_build_assign (make_ssa_name (TREE_TYPE (expr_ptr), NULL), in instrument_expr()
160 expr_ptr); in instrument_expr()
161 expr_ptr = gimple_assign_lhs (g); in instrument_expr()
167 1, expr_ptr); in instrument_expr()
171 g = gimple_build_call (builtin_decl, 1, expr_ptr); in instrument_expr()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtsan.c96 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
145 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
147 if (!is_gimple_val (expr_ptr)) in instrument_expr()
149 g = gimple_build_assign (make_ssa_name (TREE_TYPE (expr_ptr), NULL), in instrument_expr()
150 expr_ptr); in instrument_expr()
151 expr_ptr = gimple_assign_lhs (g); in instrument_expr()
157 1, expr_ptr); in instrument_expr()
161 g = gimple_build_call (builtin_decl, 1, expr_ptr); in instrument_expr()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtsan.c97 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
183 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
192 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
194 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
201 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
205 1, expr_ptr); in instrument_expr()
209 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtsan.c106 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
191 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
200 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
202 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
209 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
214 1, expr_ptr); in instrument_expr()
218 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtsan.c106 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
191 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
200 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
202 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
209 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
214 1, expr_ptr); in instrument_expr()
218 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtsan.c101 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
186 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
195 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
197 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
204 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
208 1, expr_ptr); in instrument_expr()
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtsan.c101 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
186 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
195 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
197 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
204 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
208 1, expr_ptr); in instrument_expr()
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtsan.c101 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
186 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
195 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
197 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
204 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
208 1, expr_ptr); in instrument_expr()
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtsan.c101 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
186 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
195 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
197 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
204 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
208 1, expr_ptr); in instrument_expr()
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtsan.c101 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
186 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
195 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
197 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
204 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
208 1, expr_ptr); in instrument_expr()
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtsan.c101 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
186 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
195 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
197 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
204 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
208 1, expr_ptr); in instrument_expr()
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtsan.c101 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
186 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
195 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
197 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
204 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
208 1, expr_ptr); in instrument_expr()
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtsan.c101 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
186 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
195 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
197 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
204 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
208 1, expr_ptr); in instrument_expr()
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtsan.c106 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
191 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
200 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
202 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
209 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
214 1, expr_ptr); in instrument_expr()
218 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtsan.c101 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
186 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
195 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
197 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
204 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
208 1, expr_ptr); in instrument_expr()
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtsan.c97 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
183 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
192 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
194 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
201 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
205 1, expr_ptr); in instrument_expr()
209 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtsan.c106 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
191 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
200 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
202 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
209 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
214 1, expr_ptr); in instrument_expr()
218 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtsan.c101 tree base, rhs, expr_ptr, builtin_decl; in instrument_expr() local
186 expr_ptr = build_fold_addr_expr (expr); in instrument_expr()
195 expr_ptr = build_fold_addr_expr (unshare_expr (expr)); in instrument_expr()
197 expr_ptr = force_gimple_operand (expr_ptr, &seq, true, NULL_TREE); in instrument_expr()
204 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size)); in instrument_expr()
208 1, expr_ptr); in instrument_expr()
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs)); in instrument_expr()

12345