| /netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| D | order.c | 176 if (q->visit == INAREG) { in nspecial() 179 } else if (q->visit == INBREG) { in nspecial() 186 if (q->visit == INAREG && q->ltype == TUNSIGNED) { in nspecial() 190 } else if (q->visit == INAREG) { in nspecial() 194 } else if (q->visit == INBREG) { in nspecial() 201 if (q->visit == INAREG && q->ltype == TUNSIGNED) { in nspecial() 205 } else if (q->visit == INBREG) { in nspecial()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | lto-streamer-out.cc | 1178 #define visit(SIBLING) \ in hash_tree() macro 1396 visit (TREE_TYPE (t)); in hash_tree() 1403 visit (VECTOR_CST_ENCODED_ELT (t, i)); in hash_tree() 1408 visit (POLY_INT_CST_COEFF (t, i)); in hash_tree() 1412 visit (TREE_REALPART (t)); in hash_tree() 1413 visit (TREE_IMAGPART (t)); in hash_tree() 1424 visit (DECL_NAME (t)); in hash_tree() 1428 visit (DECL_CONTEXT (t)); in hash_tree() 1433 visit (DECL_SIZE (t)); in hash_tree() 1434 visit (DECL_SIZE_UNIT (t)); in hash_tree() [all …]
|
| D | tree-ssa-live.cc | 1295 walk_stmt_load_store_addr_fn visit = compute_live_vars_visit; in compute_live_vars_1() local 1302 walk_stmt_load_store_addr_ops (gsi_stmt (gsi), data, NULL, NULL, visit); in compute_live_vars_1() 1315 walk_stmt_load_store_addr_ops (stmt, data, visit, visit, visit); in compute_live_vars_1()
|
| D | cfgexpand.cc | 580 walk_stmt_load_store_addr_fn visit) in add_scope_conflicts_2() argument 590 visit (g, TREE_OPERAND (op, 0), op, work); in add_scope_conflicts_2() 605 walk_stmt_load_store_addr_fn visit; in add_scope_conflicts_1() local 613 visit = visit_op; in add_scope_conflicts_1() 619 walk_stmt_load_store_addr_ops (stmt, work, NULL, NULL, visit); in add_scope_conflicts_1() 621 add_scope_conflicts_2 (USE_FROM_PTR (use_p), work, visit); in add_scope_conflicts_1() 641 if (for_conflict && visit == visit_op) in add_scope_conflicts_1() 658 visit = visit_conflict; in add_scope_conflicts_1() 660 walk_stmt_load_store_addr_ops (stmt, work, visit, visit, visit); in add_scope_conflicts_1() 662 add_scope_conflicts_2 (USE_FROM_PTR (use_p), work, visit); in add_scope_conflicts_1()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/mip/ |
| D | match.c | 557 if ((cookie & q->visit) == 0) in findops() 618 sh = ffs(cookie & qq->visit & INREGS)-1; in findops() 761 if ((cookie & q->visit) == 0) in findasg() 824 sh = ffs(cookie & qq->visit & INREGS)-1; in findasg() 838 sh = ffs(cookie & qq->visit & INREGS)-1; in findasg() 874 if ((q->visit & cookie) == 0) in findumul() 909 sh = ffs(cookie & q->visit & INREGS)-1; in findumul() 938 if ((q->visit & cookie) == 0) in findleaf() 963 sh = ffs(cookie & q->visit & INREGS)-1; in findleaf() 1015 if ((cookie & q->visit) == 0) /* check correct return value */ in finduni() [all …]
|
| D | mkext.c | 206 #define F(x) (q->visit & x && q->rewrite & (RLEFT|RRIGHT) && \ in main() 216 if ((q->visit & INREGS) && !(q->rewrite & RDEST)) { in main() 225 if ((q->visit & getrcl(q)) == 0) { in main() 230 if (q->rewrite & (RESC1|RESC2|RESC3) && q->visit & FOREFF) in main()
|
| D | pass2.h | 205 int visit; member
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| D | order.c | 167 printf("nspecial: op=%d, visit=0x%x: %s", q->op, q->visit, q->cstring); in nspecial() 317 if (q->visit & SAREG) { in nspecial() 406 if ((op->visit & FEATURE_PIC) != 0) in acceptable() 408 return features(op->visit & 0xffff0000); in acceptable()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | target-descriptions.c | 68 void visit (const tdesc_type_builtin *e) override in make_gdb_type() 155 void visit (const tdesc_type_vector *e) override in make_gdb_type() 167 void visit (const tdesc_type_with_fields *e) override in make_gdb_type() 1358 void visit (const tdesc_type_builtin *type) override in visit() function 1363 void visit (const tdesc_type_vector *type) override in visit() function 1381 void visit (const tdesc_type_with_fields *type) override in visit() function 1487 void visit (const tdesc_reg *reg) override in visit() function 1589 void visit (const tdesc_reg *reg) override in visit() function
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | README.bk | 1 In order to use the BitKeeper repository version of NTP you should visit
|
| D | README.patches | 49 # After the bug is opened, visit the bug and attach file-containing-the-patch
|
| D | WHERE-TO-START | 38 please visit http://support.ntp.org/downloads and look for RC and/or
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/ |
| D | order.c | 261 if (q->visit & (INAREG|INBREG)) { in nspecial() 265 } else if (q->visit & INCREG) { in nspecial()
|
| /netbsd/src/common/dist/zlib/win32/ |
| D | zlib1.rc | 33 VALUE "Comments", "For more information visit http://www.zlib.net/\0"
|
| /netbsd/src/external/bsd/kyua-cli/dist/ |
| D | README | 19 For general project information, please visit:
|
| /netbsd/src/external/bsd/kyua-testers/dist/ |
| D | README | 20 For general project information, please visit:
|
| /netbsd/src/external/bsd/kyua-atf-compat/dist/ |
| D | README | 20 For general project information, please visit:
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/ |
| D | README | 14 information on the TCG and Trusted Computing please visit the Trusted
|
| /netbsd/src/external/bsd/lutok/dist/ |
| D | README | 25 For general project information, please visit:
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | variant | 167 // Used to enable deduction (and same-type checking) for std::visit: 924 // visit([](auto, auto){}, 1013 "std::visit requires the visitor to have the same " 1058 // For the usual std::visit case deduce the return value: 1062 else // for std::visit<R> use INVOKE<R> 1119 // Return type of std::visit. 1313 visit(_Visitor&&, _Variants&&...); 1850 visit(_Visitor&& __visitor, _Variants&&... __variants) 1855 __throw_bad_variant_access("std::visit: variant is valueless"); 1872 "std::visit requires the visitor to have the same " [all …]
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | whois-v.out | 15 % for more information on IANA, visit http://www.iana.org
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/arm/ |
| D | order.c | 339 return features(op->visit & 0xffff0000); in acceptable()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | archive.h | 127 visit(const char* /* name */) = 0;
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | troubleshooting.sdf | 51 Sometimes you may encounter an actual OpenLDAP bug, in which case please visit
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | CONTRIBUTING.md | 4 Please visit our [Getting Started] page for other ideas about how to contribute.
|