Searched refs:ost (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/
H A D2.cc31 wostringstream ost; local
33 pos1 = ost.tellp();
35 ost << L"RZA ";
36 pos1 = ost.tellp();
38 ost << L"ghost dog: way of the samurai";
39 pos1 = ost.tellp();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/
H A D2.cc33 ostringstream ost; local
35 pos1 = ost.tellp();
37 ost << "RZA ";
38 pos1 = ost.tellp();
40 ost << "ghost dog: way of the samurai";
41 pos1 = ost.tellp();
/haiku-buildtools/gcc/gcc/
H A Dtree-object-size.c1279 tree ost = gimple_call_arg (call, 1); local
1280 if (tree_fits_uhwi_p (ost))
1282 unsigned HOST_WIDE_INT object_size_type = tree_to_uhwi (ost);
1314 tree ost = gimple_call_arg (call, 1); local
1316 if (tree_fits_uhwi_p (ost))
1318 unsigned HOST_WIDE_INT object_size_type = tree_to_uhwi (ost);
H A Dbuiltins.c11417 tree ost;
11429 ost = CALL_EXPR_ARG (exp, 1);
11430 STRIP_NOPS (ost);
11432 if (TREE_CODE (ost) != INTEGER_CST
11433 || tree_int_cst_sgn (ost) < 0
11434 || compare_tree_int (ost, 3) > 0)
11442 object_size_type = tree_to_shwi (ost);
11720 fold_builtin_object_size (tree ptr, tree ost)
11726 || !validate_arg (ost, INTEGER_TYPE))
11729 STRIP_NOPS (ost);
11414 tree ost; local
11717 fold_builtin_object_size(tree ptr, tree ost) argument
[all...]

Completed in 123 milliseconds