Home
last modified time | relevance | path

Searched refs:GET_CODE (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
Dstackleak_plugin.c301 if (GET_CODE(body) == PARALLEL) in remove_stack_tracking_gcall()
304 if (GET_CODE(body) != CALL) in remove_stack_tracking_gcall()
313 if (GET_CODE(body) != MEM) in remove_stack_tracking_gcall()
317 if (GET_CODE(body) != SYMBOL_REF) in remove_stack_tracking_gcall()
326 if (GET_CODE(next) == NOTE && in remove_stack_tracking_gcall()
371 if (GET_CODE(body) != PARALLEL) in remove_stack_tracking_gasm()
376 if (GET_CODE(body) != ASM_OPERANDS) in remove_stack_tracking_gasm()
Darm_ssp_per_task_plugin.c24 if (GET_CODE(body) != SET || in arm_pertask_ssp_rtl_execute()
25 GET_CODE(SET_SRC(body)) != SYMBOL_REF) in arm_pertask_ssp_rtl_execute()
Dgcc-common.h262 #define ANY_RETURN_P(rtx) (GET_CODE(rtx) == RETURN)
/kernel/liteos_a/testsuites/unittest/extended/liteipc/
Dsmgr_demo.h43 GET_CODE, enumerator
Dsmgr_demo.cpp164 data1.outMsg->code = GET_CODE; in GetService()
223 case GET_CODE: in HandleServiceRegAndGet()