Searched refs:placeholder (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/libstdc++-prettyprinters/
H A Dwhatis.cc40 placeholder(const T *s) function
203 placeholder(&ios_ptr); // Mark SPOT
204 placeholder(&ios_holder);
205 placeholder(&string_ptr);
206 placeholder(&string_holder);
207 placeholder(&streambuf_ptr);
208 placeholder(&streambuf_holder);
209 placeholder(&istream_ptr);
210 placeholder(&istream_holder);
211 placeholder(
[all...]
H A Dshared_ptr.cc26 placeholder(const T &s) function
35 placeholder(&p);
72 placeholder(""); // Mark SPOT
H A Dtr1.cc28 placeholder(const T &s) function
35 placeholder(const std::pair<T,S> &s) function
47 placeholder(*i);
80 placeholder(""); // Mark SPOT
H A Dcxx11.cc32 placeholder(const T &s) function
39 placeholder(const std::pair<T,S> &s) function
51 placeholder(*i);
137 placeholder(""); // Mark SPOT
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-bind.C278 template<int I> struct placeholder {} ; struct
426 struct is_placeholder<placeholder<I> > {
430 placeholder<1> _1;
431 placeholder<2> _2;
432 placeholder<3> _3;
433 placeholder<4> _4;
434 placeholder<5> _5;
435 placeholder<6> _6;
436 placeholder<7> _7;
437 placeholder<
[all...]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.cc68 ALIGNED(64) static char placeholder[sizeof(SuppressionContext)]; member in namespace:__sanitizer
79 suppression_ctx = new(placeholder) SuppressionContext;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dbackend.h126 // Create a placeholder pointer type. This is used for a named
141 // Fill in a placeholder pointer type as a pointer. This takes a
147 set_placeholder_pointer_type(Btype* placeholder, Btype* to_type) = 0;
149 // Fill in a placeholder pointer type as a function. This takes a
155 set_placeholder_function_type(Btype* placeholder, Btype* ft) = 0;
157 // Create a placeholder struct type. This is used for a named
163 // Fill in a placeholder struct type. This takes a type returned by
168 set_placeholder_struct_type(Btype* placeholder,
172 // Create a placeholder array type. This is used for a named array
178 // Fill in a placeholder arra
[all...]
H A Dtypes.cc939 // be incomplete. E.g., a pointer will just be a placeholder pointer,
1017 // We don't have to make the struct itself be a placeholder. We
1019 // But we may have to use a placeholder for any particular
1069 // A placeholder for this type got created along the way. Use
1078 // using a placeholder type.
1081 Type::finish_backend(Gogo* gogo, Btype *placeholder) argument
1098 if (!gogo->backend()->set_placeholder_pointer_type(placeholder, bt))
1106 if (!gogo->backend()->set_placeholder_pointer_type(placeholder, bt))
1143 this->btype_ = placeholder;
7676 // Return a placeholder fo
[all...]
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.cc114 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; local
115 root_regions = new(placeholder) InternalMmapVector<RootRegion>(1);
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc208 set_placeholder_struct_type(Btype* placeholder,
921 // Create a placeholder for a pointer type.
938 // Set the real target type for a placeholder pointer type.
941 Gcc_backend::set_placeholder_pointer_type(Btype* placeholder, argument
944 tree pt = placeholder->get_tree();
951 placeholder->set_tree(error_mark_node);
966 // Set the real values for a placeholder function type.
969 Gcc_backend::set_placeholder_function_type(Btype* placeholder, Btype* ft) argument
971 return this->set_placeholder_pointer_type(placeholder, ft);
974 // Create a placeholder fo
994 set_placeholder_struct_type( Btype* placeholder, const std::vector<Btyped_identifier>& fields) argument
1030 set_placeholder_array_type(Btype* placeholder, Btype* element_btype, Bexpression* length) argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c5067 tree decl, tree placeholder)
5072 decl_map.put (omp_decl1, placeholder);
5187 tree placeholder = NULL_TREE;
5204 placeholder = build_lang_decl (VAR_DECL, NULL_TREE, type);
5205 DECL_ARTIFICIAL (placeholder) = 1;
5206 DECL_IGNORED_P (placeholder) = 1;
5207 OMP_CLAUSE_REDUCTION_PLACEHOLDER (c) = placeholder;
5209 cxx_mark_addressable (placeholder);
5214 tree omp_out = placeholder;
5239 cxx_mark_addressable (placeholder);
5065 clone_omp_udr(tree stmt, tree omp_decl1, tree omp_decl2, tree decl, tree placeholder) argument
5186 tree placeholder = NULL_TREE; local
[all...]
H A Dpt.c13708 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (oc);
13709 if (TREE_CODE (placeholder) == SCOPE_REF)
13711 tree scope = tsubst (TREE_OPERAND (placeholder, 0), args,
13715 TREE_OPERAND (placeholder, 1),
13719 gcc_assert (identifier_p (placeholder));
13707 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (oc); local
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c12082 tree decl, tree placeholder)
12087 decl_map.put (omp_decl1, placeholder);
12216 tree placeholder = build_decl (OMP_CLAUSE_LOCATION (c),
12218 OMP_CLAUSE_REDUCTION_PLACEHOLDER (c) = placeholder;
12219 DECL_ARTIFICIAL (placeholder) = 1;
12220 DECL_IGNORED_P (placeholder) = 1;
12222 c_mark_addressable (placeholder);
12229 OMP_CLAUSE_DECL (c), placeholder);
12240 c_mark_addressable (placeholder);
12247 OMP_CLAUSE_DECL (c), placeholder);
12041 c_clone_omp_udr(tree stmt, tree omp_decl1, tree omp_decl2, tree decl, tree placeholder) argument
12176 tree placeholder = build_decl (OMP_CLAUSE_LOCATION (c), local
[all...]
/haiku-buildtools/gcc/gcc/
H A Domp-low.c4070 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c);
4075 && !useless_type_conversion_p (TREE_TYPE (placeholder),
4078 SET_DECL_VALUE_EXPR (placeholder, x);
4079 DECL_HAS_VALUE_EXPR_P (placeholder) = 1;
4118 DECL_HAS_VALUE_EXPR_P (placeholder) = 0;
4135 with placeholder, we haven't emitted the initializer
4160 DECL_HAS_VALUE_EXPR_P (placeholder) = 0;
4597 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c);
4600 && !useless_type_conversion_p (TREE_TYPE (placeholder),
4603 SET_DECL_VALUE_EXPR (placeholder, re
4069 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
4596 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
[all...]

Completed in 393 milliseconds