Searched defs:call_stmt (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/scripts/gcc-plugins/ |
| D | gcc-common.h | 190 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 194 old_call_stmt, call_stmt, count, freq, reason) \ argument 198 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 202 old_call_stmt, call_stmt, count, freq, reason) \ argument
|
| D | randomize_layout_plugin.c | 654 gimple call_stmt; in dominated_by_is_err() local
|
| /kernel/linux/linux-5.10/scripts/gcc-plugins/ |
| D | gcc-common.h | 729 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 733 old_call_stmt, call_stmt, count, freq, reason) \ argument 737 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 741 old_call_stmt, call_stmt, count, freq, reason) \ argument
|
| D | randomize_layout_plugin.c | 687 gimple call_stmt; in dominated_by_is_err() local
|