Searched refs:gnu_obj (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/
H A D2.cc26 class gnu_obj class
29 class gnu_ctype2: public std::ctype<gnu_obj>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function_objects/
H A Dcomparisons.cc24 class gnu_obj class
28 gnu_obj(int arg = 0): i(arg) { } function in class:gnu_obj
29 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
30 bool operator!=(const gnu_obj& rhs) const { return i != rhs.i; }
31 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
46 template struct std::not_equal_to<gnu_obj>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/pair/
H A D1.cc25 class gnu_obj class
29 gnu_obj(int arg = 0): i(arg) { } function in class:gnu_obj
30 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
31 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
61 std::pair<const char*, gnu_obj> p_sg_1("enlightenment", gnu_obj(5));
62 std::pair<const char*, gnu_obj> p_sg_2 = std::make_pair("enlightenment",
63 gnu_obj(5));
67 std::pair<gnu_t<long>, gnu_obj> p_st_1(gnu_t<long>(false), gnu_obj(
[all...]
H A D3.cc25 class gnu_obj class
29 gnu_obj(int arg = 0): i(arg) { } function in class:gnu_obj
30 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
31 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
61 const std::pair<const char*, gnu_obj> p_sg_1("enlightenment", gnu_obj(5));
62 const std::pair<const char*, gnu_obj> p_sg_2 =
63 std::make_pair("enlightenment", gnu_obj(5));
67 const std::pair<gnu_t<long>, gnu_obj> p_st_1(gnu_t<long>(false), gnu_obj(
[all...]
H A D4.cc25 class gnu_obj class
29 gnu_obj(int arg = 0): i(arg) { } function in class:gnu_obj
30 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
31 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
48 const gnu_obj& obj1 = gnu_obj(5);
49 const std::pair<const char*, gnu_obj> p_sg_1("enlightenment", obj1);
50 const std::pair<const char*, gnu_obj> p_sg_2 =
56 const std::pair<gnu_t<long>, gnu_obj> p_st_1(tmpl1, obj1);
57 const std::pair<gnu_t<long>, gnu_obj> p_st_
[all...]
H A D2.cc25 class gnu_obj class
29 gnu_obj(int arg = 0): i(arg) { } function in class:gnu_obj
30 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; }
31 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; }
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils2.c2110 build_call_alloc_dealloc_proc (tree gnu_obj, tree gnu_size, tree gnu_type,
2137 if (gnu_obj)
2138 gnu_call = build_call_n_expr (gnu_proc, 4, gnu_pool_addr, gnu_obj,
2157 if (gnu_obj)
2158 gnu_call = build_call_n_expr (gnu_proc, 2, gnu_obj, gnu_size);
2287 build_call_alloc_dealloc (tree gnu_obj, tree gnu_size, tree gnu_type,
2291 gnu_size = SUBSTITUTE_PLACEHOLDER_IN_EXPR (gnu_size, gnu_obj);
2296 return build_call_alloc_dealloc_proc (gnu_obj, gnu_size, gnu_type,
2301 else if (gnu_obj)
2302 return maybe_wrap_free (gnu_obj, gnu_typ
2096 build_call_alloc_dealloc_proc(tree gnu_obj, tree gnu_size, tree gnu_type, Entity_Id gnat_proc, Entity_Id gnat_pool) argument
2273 build_call_alloc_dealloc(tree gnu_obj, tree gnu_size, tree gnu_type, Entity_Id gnat_proc, Entity_Id gnat_pool, Node_Id gnat_node) argument
[all...]
H A Dgigi.h933 extern tree build_call_alloc_dealloc (tree gnu_obj, tree gnu_size,
H A Dtrans.c6165 tree gnu_obj = gnat_to_gnu (Left_Opnd (gnat_node));
6197 = build_binary_op (EQ_EXPR, gnu_result_type, gnu_obj, gnu_low);
6201 gnu_obj = gnat_protect_expr (gnu_obj);
6202 t1 = build_binary_op (GE_EXPR, gnu_result_type, gnu_obj, gnu_low);
6205 t2 = build_binary_op (LE_EXPR, gnu_result_type, gnu_obj, gnu_high);
6147 tree gnu_obj = gnat_to_gnu (Left_Opnd (gnat_node)); local

Completed in 286 milliseconds