Home
last modified time | relevance | path

Searched refs:wrapped_string_lit (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dtree.c5545 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5546 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5547 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c27624 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
27625 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
27626 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
27627 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dtree.c5583 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5584 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5585 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c28659 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
28660 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
28661 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
28662 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dtree.c5814 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5815 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5816 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c29540 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
29541 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
29542 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
29543 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dtree.c5540 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5541 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5542 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c27577 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
27578 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
27579 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
27580 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dtree.c5545 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5546 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5547 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c27624 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
27625 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
27626 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
27627 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dtree.c5545 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5546 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5547 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c27624 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
27625 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
27626 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
27627 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dtree.c5545 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5546 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5547 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c27624 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
27625 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
27626 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
27627 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dtree.c5524 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5525 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5526 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Dtree.c5583 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5584 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5585 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Dtree.c5548 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5549 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5550 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c27714 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
27715 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
27716 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
27717 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dtree.c6125 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
6126 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
6127 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c30456 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
30457 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
30458 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
30459 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dtree.c6071 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
6072 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
6073 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dtree.c6069 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
6070 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
6071 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dtree.c5876 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5877 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5878 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dtree.c6069 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
6070 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
6071 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Dtree.c5876 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5877 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5878 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()

12