Searched refs:rkind (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_parser.c | 348 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote() local 355 assert(rkind == CTF_K_INTEGER || rkind == CTF_K_ENUM); in dt_type_promote() 362 if (rkind == CTF_K_ENUM) { in dt_type_promote() 1056 uint_t lkind = 0, rkind = 0; // XXX: gcc in dt_node_is_ptrcompat() local 1102 rkind = ctf_type_kind(rfp, rbase); in dt_node_is_ptrcompat() 1104 if (rkind == CTF_K_POINTER) { in dt_node_is_ptrcompat() 1107 } else if (rkind == CTF_K_ARRAY && in dt_node_is_ptrcompat() 1120 lkind = rkind; in dt_node_is_ptrcompat() 1125 rkind = lkind; in dt_node_is_ptrcompat() 1139 (rkind == CTF_K_POINTER || rkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/common/ctf/ |
| D | ctf_types.c | 751 uint_t lkind, rkind; in ctf_type_compat() local 760 rkind = ctf_type_kind(rfp, rtype); in ctf_type_compat() 762 if (lkind != rkind || in ctf_type_compat()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-fold.cc | 1537 get_range_strlen_tree (tree arg, bitmap visited, strlen_range_kind rkind, in get_range_strlen_tree() argument 1561 return get_range_strlen (TREE_OPERAND (aop0, 0), visited, rkind, in get_range_strlen_tree() 1565 && rkind == SRK_LENRANGE) in get_range_strlen_tree() 1583 if (rkind == SRK_INT_VALUE) in get_range_strlen_tree() 1609 if (!val && rkind == SRK_LENRANGE) in get_range_strlen_tree() 1612 return get_range_strlen (TREE_OPERAND (arg, 0), visited, rkind, in get_range_strlen_tree() 1755 || (rkind != SRK_STRLEN in get_range_strlen_tree() 1786 if (rkind == SRK_LENRANGE) in get_range_strlen_tree() 1822 if (rkind != SRK_STRLEN) in get_range_strlen_tree() 1841 return rkind == SRK_LENRANGE || !integer_all_onesp (val); in get_range_strlen_tree() [all …]
|
| D | gimplify.cc | 7617 const char *rkind; in oacc_default_clause() local 7649 rkind = "kernels"; in oacc_default_clause() 7669 rkind = ctx->region_type == ORT_ACC_PARALLEL ? "parallel" : "serial"; in oacc_default_clause() 7699 DECL_NAME (lang_hooks.decls.omp_report_decl (decl)), rkind); in oacc_default_clause() 7700 inform (ctx->location, "enclosing OpenACC %qs construct", rkind); in oacc_default_clause()
|
| D | ChangeLog-2018 | 31 strlen_range_kind instead of type+fuzzy. Pass rkind down to 32 get_range_strlen. Check the rkind enum value instead of
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| D | alpha.cc | 9558 enum reloc_kind rkind; member 9647 al->rkind = rflag ? KIND_CODEADDR : KIND_LINKAGE; in alpha_use_linkage() 9659 if (link->rkind == KIND_CODEADDR) in alpha_write_one_linkage()
|