Home
last modified time | relevance | path

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

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dirdumptxt.c567 if (cc & cc_frame_on_caller_stk) fputs("frame on caller's stack, ", F); in dump_entity_to_file_prefix()
568 cc &= ~(cc_compound_ret|cc_frame_on_caller_stk); in dump_entity_to_file_prefix()
812 if (cconv & cc_frame_on_caller_stk) in dump_type_to_file()
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dtyperep.h1694cc_frame_on_caller_stk = 0x20000000, /**< The method did not allocate an own stack frame, instead … enumerator