Searched refs:pdecl (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-nested.cc | 1310 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 …]
|
| D | pointer-query.h | 276 inline tree compute_objsize (tree ptr, int ostype, tree *pdecl = nullptr, 279 return compute_objsize (ptr, nullptr, ostype, pdecl, poff, rvals);
|
| D | pointer-query.cc | 2380 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/ |
| D | chk.c | 91 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()
|