Home
last modified time | relevance | path

Searched refs:CODEPTR (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h882 CODEPTR(), FLOW_MULTIFUNCTION_NODE, in __TBB_requires()
1096 fgt_node( CODEPTR(), FLOW_BROADCAST_NODE, &this->my_graph, in broadcast_node()
1373 fgt_node( CODEPTR(), FLOW_BUFFER_NODE, &this->my_graph, in buffer_node()
1559 fgt_node( CODEPTR(), FLOW_QUEUE_NODE, &(this->my_graph), in queue_node()
1573 fgt_node( CODEPTR(), FLOW_QUEUE_NODE, &(this->my_graph), in queue_node()
1603 fgt_node( CODEPTR(), FLOW_SEQUENCER_NODE, &(this->my_graph), in __TBB_requires()
2001 CODEPTR(), FLOW_LIMITER_NODE, &this->my_graph, in initialize()
2767 fgt_composite( CODEPTR(), this, &g ); in composite_node()
2808 fgt_composite( CODEPTR(), this, &g ); in composite_node()
2945 CODEPTR(), FLOW_ASYNC_NODE, in __TBB_requires()
[all …]
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_trace_impl.h35 #define CODEPTR() (_ReturnAddress()) macro
37 #define CODEPTR() ( __builtin_return_address(0)) macro
39 #define CODEPTR() nullptr macro
42 #define CODEPTR() nullptr macro
299 #define CODEPTR() nullptr