Searched refs:string_cst (Results 1 – 2 of 2) sorted by relevance
15008 tree string_cst = build_string (4, "foo"); in test_location_wrappers() local15009 ASSERT_FALSE (CAN_HAVE_LOCATION_P (string_cst)); in test_location_wrappers()15010 ASSERT_FALSE (location_wrapper_p (string_cst)); in test_location_wrappers()15012 tree wrapped_string_cst = maybe_wrap_with_location (string_cst, loc); in test_location_wrappers()15016 ASSERT_EQ (string_cst, tree_strip_any_location_wrapper (wrapped_string_cst)); in test_location_wrappers()15039 check_strip_nops (wrapped_string_cst, string_cst); in test_location_wrappers()
303 DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)