HomeSort by: relevance | last modified time | path
    Searched defs:string_lit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 6389 tree string_lit = build_string (4, "foo");
6390 TREE_TYPE (string_lit) = char_array_type_node;
6391 string_lit = fix_string_type (string_lit);
6392 ASSERT_EQ (clk_ordinary|clk_mergeable, lvalue_kind (string_lit));
6394 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc);
6380 tree string_lit = build_string (4, "foo"); local
tree.cc 6389 tree string_lit = build_string (4, "foo");
6390 TREE_TYPE (string_lit) = char_array_type_node;
6391 string_lit = fix_string_type (string_lit);
6392 ASSERT_EQ (clk_ordinary|clk_mergeable, lvalue_kind (string_lit));
6394 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc);
6380 tree string_lit = build_string (4, "foo"); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 6209 tree string_lit = build_string (4, "foo");
6210 TREE_TYPE (string_lit) = char_array_type_node;
6211 string_lit = fix_string_type (string_lit);
6212 ASSERT_EQ (clk_ordinary, lvalue_kind (string_lit));
6214 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc);
6200 tree string_lit = build_string (4, "foo"); local
tree.cc 6209 tree string_lit = build_string (4, "foo");
6210 TREE_TYPE (string_lit) = char_array_type_node;
6211 string_lit = fix_string_type (string_lit);
6212 ASSERT_EQ (clk_ordinary, lvalue_kind (string_lit));
6214 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc);
6200 tree string_lit = build_string (4, "foo"); local

Completed in 54 milliseconds