Lines Matching refs:codeptr
2685 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmpc_taskgroup() local
2686 if (!codeptr) in __kmpc_taskgroup()
2687 codeptr = OMPT_GET_RETURN_ADDRESS(0); in __kmpc_taskgroup()
2695 &(my_task_data), codeptr); in __kmpc_taskgroup()
2713 void *codeptr = nullptr; in __kmpc_end_taskgroup() local
2719 codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmpc_end_taskgroup()
2720 if (!codeptr) in __kmpc_end_taskgroup()
2721 codeptr = OMPT_GET_RETURN_ADDRESS(0); in __kmpc_end_taskgroup()
2747 &(my_task_data), codeptr); in __kmpc_end_taskgroup()
2769 &(my_task_data), codeptr); in __kmpc_end_taskgroup()
2840 &(my_task_data), codeptr); in __kmpc_end_taskgroup()