Searched refs:is_placeholder (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/functional/
H A Dvalue.cc40 && !std::is_placeholder<int>::value, "");
43 && std::is_placeholder<PH>::value, "");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/3_function_objects/bind/
H A Dcv_quals.cc33 static_assert( std::tr1::is_placeholder<__typeof(std::tr1::placeholders::_1)>::value,
H A Dmixed.cc36 static_assert( std::is_placeholder<decltype(p2::_2)>::value == 2,
38 static_assert( std::tr1::is_placeholder<decltype(p1::_1)>::value == 1,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/bind/
H A Dcv_quals_3.cc33 static_assert( std::is_placeholder<decltype(std::placeholders::_1)>::value,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/
H A Dsynopsis.cc37 template<class T> struct is_placeholder;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-bind.C271 // 3.6.2 Class template is_placeholder
273 struct is_placeholder { struct
353 inline typename safe_tuple_element<is_placeholder<Bound>::value - 1,
357 return get<is_placeholder<Bound>::value-1>(args);
373 && !is_placeholder<Bound>::value
426 struct is_placeholder<placeholder<I> > { struct
/haiku-buildtools/binutils/gold/
H A Derrors.cc201 if (sym->is_placeholder())
H A Dtarget-reloc.h182 if (!sym->is_undefined() && !sym->is_placeholder())
192 if (sym->is_defined_in_discarded_section() && !sym->is_placeholder())
H A Dsymtab.h512 is_placeholder() const function in class:gold::Symbol
H A Dresolve.cc475 && !to->is_placeholder())
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc867 val.second.is_placeholder = false;
876 if (!ins.first->second.is_placeholder)
881 ins.first->second.is_placeholder = false;
892 ins.first->second.is_placeholder = false;
993 val.second.is_placeholder = false;
1065 ins.first->second.is_placeholder = true;
H A Dtypes.h1267 bool is_placeholder; member in struct:Type::Type_btype_entry

Completed in 175 milliseconds