Home
last modified time | relevance | path

Searched refs:string_lit (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtree.cc6203 tree string_lit = build_string (4, "foo"); in test_lvalue_kind() local
6204 TREE_TYPE (string_lit) = char_array_type_node; in test_lvalue_kind()
6205 string_lit = fix_string_type (string_lit); in test_lvalue_kind()
6206 ASSERT_EQ (clk_ordinary, lvalue_kind (string_lit)); in test_lvalue_kind()
6208 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind()
Dpt.cc30988 tree string_lit = build_string (4, "foo"); in test_build_non_dependent_expr() local
30989 TREE_TYPE (string_lit) = char_array_type_node; in test_build_non_dependent_expr()
30990 string_lit = fix_string_type (string_lit); in test_build_non_dependent_expr()
30991 ASSERT_EQ (string_lit, build_non_dependent_expr (string_lit)); in test_build_non_dependent_expr()
30993 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr()
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS90862 6214ab25a56b464bcb69b8aa31a33737 gcc/testsuite/go.test/test/string_lit.go