Home
last modified time | relevance | path

Searched refs:Function (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rel/
Dis_convertible.pass.cpp34 typedef void Function(); typedef
52 test_is_not_convertible<void,Function> (); in main()
53 test_is_not_convertible<void,Function&> (); in main()
54 test_is_not_convertible<void,Function*> (); in main()
62 test_is_not_convertible<Function, void> (); in main()
63 test_is_not_convertible<Function, Function> (); in main()
64 test_is_convertible<Function, Function&> (); in main()
65 test_is_convertible<Function, Function*> (); in main()
66 test_is_not_convertible<Function, Array> (); in main()
67 test_is_not_convertible<Function, Array&> (); in main()
[all …]
/ndk/build/gmsl/
D__gmsl106 # Function: gmsl_compatible
129 # Function: and
138 # Function: or
147 # Function: xor
154 # Function: nand
161 # Function: nor
168 # Function: xnor
179 # Function: first (same as LISP's car, or head)
186 # Function: last
197 # Function: rest (same as LISP's cdr, or tail)
[all …]
Dgmsl55 # Function: not
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dcatch_function_02.pass.cpp18 typedef void Function(); in main() typedef
24 catch (Function b) // equivalent to void (*)() in main()
Dcatch_function_01.pass.cpp18 typedef void Function(); in main() typedef
24 catch (Function& b) // can't catch void (*)() in main()
/ndk/sources/cxx-stl/gabi++/tests/
Dcatch_function_02.cpp18 typedef void Function(); in main() typedef
24 catch (Function b) // equivalent to void (*)() in main()
Dcatch_function_01.cpp18 typedef void Function(); in main() typedef
24 catch (Function& b) // can't catch void (*)() in main()
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info73 Node: Wildcard Function80407
133 Node: Foreach Function233129
134 Node: Call Function236341
135 Node: Value Function239226
136 Node: Eval Function240663
137 Node: Origin Function242937
138 Node: Flavor Function246155
139 Node: Shell Function247221
Dmake.info-22276 *Note The Function `wildcard': Wildcard Function.
2300 *Note The `shell' Function: Shell Function.
2305 *Note The `origin' Function: Origin Function.
2310 *Note The `flavor' Function: Flavor Function.
2315 *Note The `foreach' Function: Foreach Function.
2320 *Note The `call' Function: Call Function.
2325 *Note The `eval' Function: Eval Function.
2330 *Note The `value' Function: Value Function.
3528 * backquotes: Shell Function. (line 6)
3572 * commands, expansion: Shell Function. (line 6)
[all …]
Dmake.info-1151 * Wildcard Function:: How to cause wildcard expansion where
238 * Foreach Function:: Repeat some text with controlled variation.
239 * Call Function:: Expand a user-defined function.
240 * Value Function:: Return the un-expanded value of a variable.
241 * Eval Function:: Evaluate the arguments as makefile syntax.
242 * Origin Function:: Find where a variable got its value.
243 * Flavor Function:: Find out the flavor of a variable.
244 * Shell Function:: Substitute the output of a shell command.
1758 * Wildcard Function:: How to cause wildcard expansion where
1799 *Note Wildcard Function::.
[all …]
Dmake.texi177 * Wildcard Function:: How to cause wildcard expansion where
264 * Foreach Function:: Repeat some text with controlled variation.
265 * Call Function:: Expand a user-defined function.
266 * Value Function:: Return the un-expanded value of a variable.
267 * Eval Function:: Evaluate the arguments as makefile syntax.
268 * Origin Function:: Find where a variable got its value.
269 * Flavor Function:: Find out the flavor of a variable.
270 * Shell Function:: Substitute the output of a shell command.
2049 * Wildcard Function:: How to cause wildcard expansion where
2104 @xref{Wildcard Function}.
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
Dis_destructible.pass.cpp60 typedef void (Function) (); typedef
82 test_is_not_destructible<Function>(); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dfunction_traits.hpp21 template<typename Function> struct function_traits_helper;
167 template<typename Function>
169 public boost::detail::function_traits_helper<typename boost::add_pointer<Function>::type>
227 template<typename Function>
230 …BOOST_STATIC_CONSTANT(unsigned, arity = (sizeof(boost::detail::function_arity_helper((Function*)0)…
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexception_safety.ipp283 "Function under test exibit non-deterministic behavior" );
307 "Function under test exibit non-deterministic behavior" );
328 "Function under test exibit non-deterministic behavior" );
345 "Function under test exibit non-deterministic behavior" );
/ndk/sources/host-tools/make-3.81/
DChangeLog377 (Flavor Function, Pattern Match, Quick Reference): Ensure two
381 (Target-specific, Call Function, Quick Reference): Add @: after "etc."
382 (Shell Function, Target-specific): Add @: after "vs."
1999 * doc/make.texi (Shell Function): Make it clear that make
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm34 template <class InputIterator, class Function>
35 Function
36 for_each(InputIterator first, InputIterator last, Function f);
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex154 \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi
5474 % #1 is the category, such as "Function".