Searched refs:string_lit (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | tree.cc | 6203 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()
|
H A D | pt.cc | 30988 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.old/dist/gcc/cp/ |
H A D | tree.c | 5873 tree string_lit = build_string (4, "foo"); in test_lvalue_kind() local 5874 TREE_TYPE (string_lit) = char_array_type_node; in test_lvalue_kind() 5875 string_lit = fix_string_type (string_lit); in test_lvalue_kind() 5876 ASSERT_EQ (clk_ordinary, lvalue_kind (string_lit)); in test_lvalue_kind() 5878 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind()
|
H A D | pt.c | 29787 tree string_lit = build_string (4, "foo"); in test_build_non_dependent_expr() local 29788 TREE_TYPE (string_lit) = char_array_type_node; in test_build_non_dependent_expr() 29789 string_lit = fix_string_type (string_lit); in test_build_non_dependent_expr() 29790 ASSERT_EQ (string_lit, build_non_dependent_expr (string_lit)); in test_build_non_dependent_expr() 29792 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 78634 6214ab25a56b464bcb69b8aa31a33737 gcc/testsuite/go.test/test/string_lit.go
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 90862 6214ab25a56b464bcb69b8aa31a33737 gcc/testsuite/go.test/test/string_lit.go
|