Home | History | Annotate | Download | only in gcc

Lines Matching defs:pdecl

1310   tree clause, decl, *pdecl;
1319 pdecl = NULL;
1329 pdecl = &TREE_OPERAND (OMP_CLAUSE_DECL (clause), 0);
1330 if (TREE_CODE (*pdecl) == POINTER_PLUS_EXPR)
1331 pdecl = &TREE_OPERAND (*pdecl, 0);
1332 if (TREE_CODE (*pdecl) == INDIRECT_REF
1333 || TREE_CODE (*pdecl) == ADDR_EXPR)
1334 pdecl = &TREE_OPERAND (*pdecl, 0);
1364 if (pdecl == NULL)
1365 pdecl = &OMP_CLAUSE_DECL (clause);
1366 decl = *pdecl;
1375 *pdecl = get_nonlocal_debug_decl (info, decl);
2082 tree clause, decl, *pdecl;
2091 pdecl = NULL;
2101 pdecl = &TREE_OPERAND (OMP_CLAUSE_DECL (clause), 0);
2102 if (TREE_CODE (*pdecl) == POINTER_PLUS_EXPR)
2103 pdecl = &TREE_OPERAND (*pdecl, 0);
2104 if (TREE_CODE (*pdecl) == INDIRECT_REF
2105 || TREE_CODE (*pdecl) == ADDR_EXPR)
2106 pdecl = &TREE_OPERAND (*pdecl, 0);
2136 if (pdecl == NULL)
2137 pdecl = &OMP_CLAUSE_DECL (clause);
2138 decl = *pdecl;
2151 *pdecl = get_local_debug_decl (info, decl, field);