Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc15008 tree string_cst = build_string (4, "foo"); in test_location_wrappers() local
15009 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()
Dtree.def303 DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)