Searched defs:is_artificial (Results 1 – 5 of 5) sorted by relevance
184 bool is_artificial () const { return m_cost_or_uid < 0; } in is_artificial() function
149 bool is_artificial () const { return m_is_artificial; } in is_artificial() function
249 is_artificial (function_info *fn) in is_artificial() function
249 is_artificial (function_info *fn) in is_artificial() function in function_info
5441 bool is_artificial = (INDIRECT_REF_P (parmse->expr) in gfc_conv_gfc_desc_to_cfi_desc() local