Searched refs:codeptr (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_trace_impl.h | 52 static inline void fgt_composite ( void* codeptr, void *node, void *graph ) { in fgt_composite() argument 54 suppress_unused_warning( codeptr ); in fgt_composite() 56 if (codeptr != nullptr) { in fgt_composite() 117 suppress_unused_warning( codeptr ); 119 if (codeptr != nullptr) { 154 static void register_port( void* codeptr, void *node, PortsTuple &ports ) { 218 suppress_unused_warning( codeptr ); 220 if (codeptr != nullptr) { 238 fgt_node( codeptr, t, g, output_port ); 243 fgt_node_with_body( codeptr, t, g, output_port, body ); [all …]
|