Searched refs:cons_data (Results 1 – 3 of 3) sorted by relevance
52 struct cons_data *d; in __kmp_expand_cons_stack()65 p->stack_data = (struct cons_data *)__kmp_allocate(sizeof(struct cons_data) * in __kmp_expand_cons_stack()118 struct cons_data const *cons // Second construct. in __kmp_error_construct2()137 p->stack_data = (struct cons_data *)__kmp_allocate(sizeof(struct cons_data) * in __kmp_allocate_cons_stack()173 struct cons_data *c = &(p->stack_data[i]); in dump_cons_stack()301 struct cons_data cons = {NULL, ct_critical, 0, NULL};
26 ident_t const *ident, struct cons_data const *cons);
1424 struct cons_data { struct1435 struct cons_data *stack_data; argument