Lines Matching refs:codeptr
2500 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmpc_taskgroup() local
2501 if (!codeptr) in __kmpc_taskgroup()
2502 codeptr = OMPT_GET_RETURN_ADDRESS(0); in __kmpc_taskgroup()
2510 &(my_task_data), codeptr); in __kmpc_taskgroup()
2528 void *codeptr = nullptr; in __kmpc_end_taskgroup() local
2534 codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmpc_end_taskgroup()
2535 if (!codeptr) in __kmpc_end_taskgroup()
2536 codeptr = OMPT_GET_RETURN_ADDRESS(0); in __kmpc_end_taskgroup()
2562 &(my_task_data), codeptr); in __kmpc_end_taskgroup()
2584 &(my_task_data), codeptr); in __kmpc_end_taskgroup()
2655 &(my_task_data), codeptr); in __kmpc_end_taskgroup()