Searched refs:string_cst (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | gimple-fold.c | 3443 tree offset_node, string_cst; in gimple_fold_builtin_printf() local 3448 string_cst = string_constant (newarg, &offset_node); in gimple_fold_builtin_printf() 3449 gcc_checking_assert (string_cst in gimple_fold_builtin_printf() 3450 && (TREE_STRING_LENGTH (string_cst) in gimple_fold_builtin_printf() 3454 TREE_STRING_POINTER (string_cst)[len - 1] in gimple_fold_builtin_printf() 3458 newstr = CONST_CAST (char *, TREE_STRING_POINTER (string_cst)); in gimple_fold_builtin_printf()
|
| H A D | hsa-gen.c | 1008 hsa_get_string_cst_symbol (tree string_cst) in hsa_get_string_cst_symbol() argument 1010 gcc_checking_assert (TREE_CODE (string_cst) == STRING_CST); in hsa_get_string_cst_symbol() 1012 hsa_symbol **slot = hsa_cfun->m_string_constants_map.get (string_cst); in hsa_get_string_cst_symbol() 1016 hsa_op_immed *cst = new hsa_op_immed (string_cst); in hsa_get_string_cst_symbol() 1021 sym->m_dim = TREE_STRING_LENGTH (string_cst); in hsa_get_string_cst_symbol() 1025 hsa_cfun->m_string_constants_map.put (string_cst, sym); in hsa_get_string_cst_symbol()
|
| H A D | tree.c | 14518 tree string_cst = build_string (4, "foo"); in test_location_wrappers() local 14519 ASSERT_FALSE (CAN_HAVE_LOCATION_P (string_cst)); in test_location_wrappers() 14520 ASSERT_FALSE (location_wrapper_p (string_cst)); in test_location_wrappers() 14522 tree wrapped_string_cst = maybe_wrap_with_location (string_cst, loc); in test_location_wrappers() 14526 ASSERT_EQ (string_cst, tree_strip_any_location_wrapper (wrapped_string_cst)); in test_location_wrappers() 14549 check_strip_nops (wrapped_string_cst, string_cst); in test_location_wrappers()
|
| H A D | tree.def | 311 DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | builtins.c | 13361 tree offset_node, string_cst; in fold_builtin_printf() local 13366 string_cst = string_constant (newarg, &offset_node); in fold_builtin_printf() 13367 gcc_checking_assert (string_cst in fold_builtin_printf() 13368 && (TREE_STRING_LENGTH (string_cst) in fold_builtin_printf() 13372 TREE_STRING_POINTER (string_cst)[len - 1] in fold_builtin_printf() 13376 newstr = CONST_CAST (char *, TREE_STRING_POINTER (string_cst)); in fold_builtin_printf()
|
| H A D | tree.def | 284 DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)
|