Home
last modified time | relevance | path

Searched refs:pdecl (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c1192 tree clause, decl, *pdecl; in convert_nonlocal_omp_clauses() local
1201 pdecl = NULL; in convert_nonlocal_omp_clauses()
1211 pdecl = &TREE_OPERAND (OMP_CLAUSE_DECL (clause), 0); in convert_nonlocal_omp_clauses()
1212 if (TREE_CODE (*pdecl) == POINTER_PLUS_EXPR) in convert_nonlocal_omp_clauses()
1213 pdecl = &TREE_OPERAND (*pdecl, 0); in convert_nonlocal_omp_clauses()
1214 if (TREE_CODE (*pdecl) == INDIRECT_REF in convert_nonlocal_omp_clauses()
1215 || TREE_CODE (*pdecl) == ADDR_EXPR) in convert_nonlocal_omp_clauses()
1216 pdecl = &TREE_OPERAND (*pdecl, 0); in convert_nonlocal_omp_clauses()
1244 if (pdecl == NULL) in convert_nonlocal_omp_clauses()
1245 pdecl = &OMP_CLAUSE_DECL (clause); in convert_nonlocal_omp_clauses()
[all …]
H A Dtree-object-size.c177 tree *pdecl /* = NULL */, tree *poff /* = NULL */) in addr_object_size() argument
182 if (!pdecl) in addr_object_size()
183 pdecl = &dummy_decl; in addr_object_size()
206 object_size_type & ~1, &sz, pdecl, poff); in addr_object_size()
244 *pdecl = pt_var; in addr_object_size()
503 tree *pdecl /* = NULL */, tree *poff /* = NULL */) in compute_builtin_object_size() argument
508 if (!pdecl) in compute_builtin_object_size()
509 pdecl = &dummy_decl; in compute_builtin_object_size()
521 return addr_object_size (NULL, ptr, object_size_type, psize, pdecl, poff); in compute_builtin_object_size()
546 psize, pdecl, poff)) in compute_builtin_object_size()
H A Dbuiltins.c3810 addr_decl_size (tree dest, tree *pdecl, tree *poff) in addr_decl_size() argument
3817 *pdecl = dest; in addr_decl_size()
3825 *pdecl = TREE_OPERAND (dest, 1); in addr_decl_size()
3852 compute_objsize (tree dest, int ostype, tree *pdecl /* = NULL */, in compute_objsize() argument
3856 if (!pdecl) in compute_objsize()
3857 pdecl = &dummy_decl; in compute_objsize()
3871 if (tree size = addr_decl_size (dest, pdecl, poff)) in compute_objsize()
3875 if (compute_builtin_object_size (dest, ostype, &size, pdecl, poff)) in compute_objsize()
3888 *pdecl = dest; in compute_objsize()
3910 if (tree size = compute_objsize (dest, ostype, pdecl, poff)) in compute_objsize()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc1310 tree clause, decl, *pdecl; in convert_nonlocal_omp_clauses() local
1319 pdecl = NULL; in convert_nonlocal_omp_clauses()
1329 pdecl = &TREE_OPERAND (OMP_CLAUSE_DECL (clause), 0); in convert_nonlocal_omp_clauses()
1330 if (TREE_CODE (*pdecl) == POINTER_PLUS_EXPR) in convert_nonlocal_omp_clauses()
1331 pdecl = &TREE_OPERAND (*pdecl, 0); in convert_nonlocal_omp_clauses()
1332 if (TREE_CODE (*pdecl) == INDIRECT_REF in convert_nonlocal_omp_clauses()
1333 || TREE_CODE (*pdecl) == ADDR_EXPR) in convert_nonlocal_omp_clauses()
1334 pdecl = &TREE_OPERAND (*pdecl, 0); in convert_nonlocal_omp_clauses()
1364 if (pdecl == NULL) in convert_nonlocal_omp_clauses()
1365 pdecl = &OMP_CLAUSE_DECL (clause); in convert_nonlocal_omp_clauses()
[all …]
H A Dpointer-query.h276 inline tree compute_objsize (tree ptr, int ostype, tree *pdecl = nullptr,
279 return compute_objsize (ptr, nullptr, ostype, pdecl, poff, rvals);
H A Dpointer-query.cc2380 compute_objsize (tree ptr, gimple *stmt, int ostype, tree *pdecl /* = NULL */, in compute_objsize() argument
2390 if (pdecl) in compute_objsize()
2391 *pdecl = ref.ref; in compute_objsize()
/netbsd-src/usr.bin/xlint/lint2/
H A Dchk.c91 sym_t *sym, *def, *pdecl, *decl; in check_name() local
102 def = pdecl = decl = NULL; in check_name()
106 if (pdecl == NULL && sym->s_def == DECL && in check_name()
109 pdecl = sym; in check_name()
116 if (pdecl != NULL) in check_name()
117 decl = pdecl; in check_name()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.h224 tree call_builtin (tree pdecl, int nargs, tree rettype, ...);
H A Dbrig-to-generic.cc817 call_builtin (tree pdecl, int nargs, tree rettype, ...) in call_builtin() argument
842 tree fnptr = build_fold_addr_expr (pdecl); in call_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c804 tree *pdecl; in gfc_get_intrinsic_lib_fndecl() local
814 pdecl = &m->real4_decl; in gfc_get_intrinsic_lib_fndecl()
817 pdecl = &m->real8_decl; in gfc_get_intrinsic_lib_fndecl()
820 pdecl = &m->real10_decl; in gfc_get_intrinsic_lib_fndecl()
823 pdecl = &m->real16_decl; in gfc_get_intrinsic_lib_fndecl()
836 pdecl = &m->complex4_decl; in gfc_get_intrinsic_lib_fndecl()
839 pdecl = &m->complex8_decl; in gfc_get_intrinsic_lib_fndecl()
842 pdecl = &m->complex10_decl; in gfc_get_intrinsic_lib_fndecl()
845 pdecl = &m->complex16_decl; in gfc_get_intrinsic_lib_fndecl()
854 if (*pdecl) in gfc_get_intrinsic_lib_fndecl()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc812 tree *pdecl; in gfc_get_intrinsic_lib_fndecl() local
822 pdecl = &m->real4_decl; in gfc_get_intrinsic_lib_fndecl()
825 pdecl = &m->real8_decl; in gfc_get_intrinsic_lib_fndecl()
828 pdecl = &m->real10_decl; in gfc_get_intrinsic_lib_fndecl()
831 pdecl = &m->real16_decl; in gfc_get_intrinsic_lib_fndecl()
844 pdecl = &m->complex4_decl; in gfc_get_intrinsic_lib_fndecl()
847 pdecl = &m->complex8_decl; in gfc_get_intrinsic_lib_fndecl()
850 pdecl = &m->complex10_decl; in gfc_get_intrinsic_lib_fndecl()
853 pdecl = &m->complex16_decl; in gfc_get_intrinsic_lib_fndecl()
862 if (*pdecl) in gfc_get_intrinsic_lib_fndecl()
[all …]