Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 170) sorted by relevance

1234567

/ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/forward/
Dforward.pass.cpp19 A source() {return A();} in source() function
45 static_assert(sizeof(test(std::forward<A>(source()))) == 4, ""); in main()
50 static_assert(sizeof(test(std::forward<const A>(source()))) == 8, ""); in main()
64 static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, ""); in main()
66 static_assert(sizeof(test(std::forward<const A>(source()))) == 2, ""); in main()
Dforward1.fail.cpp18 A source() {return A();} in source() function
23 std::forward<A&>(source()); // error in main()
Dmove_only.pass.cpp38 move_only source() {return move_only();} in source() function
48 test(source()); in main()
Dforward3.fail.cpp18 A source() {return A();} in source() function
Dforward2.fail.cpp18 A source() {return A();} in source() function
Dforward5.fail.cpp18 A source() {return A();} in source() function
Dforward4.fail.cpp18 A source() {return A();} in source() function
Dmove_only2.fail.cpp41 move_only source() {return move_only();} in source() function
Dmove_only1.fail.cpp41 move_only source() {return move_only();} in source() function
Dmove_only4.fail.cpp41 move_only source() {return move_only();} in source() function
Dmove_only3.fail.cpp38 move_only source() {return move_only();} in source() function
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/refwrap/refwrap.helpers/
Dref_1.fail.cpp22 const A source() {return A();} in source() function
26 std::reference_wrapper<const A> r = std::ref(source()); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
Dconvert_to_auto_ptr.pass.cpp22 source() in source() function
30 std::auto_ptr<A> ap2(source()); in test()
/ndk/sources/cxx-stl/llvm-libc++/cmake/Modules/
DMacroEnsureOutOfSourceBuild.cmake9 "In-source builds are not allowed.
12 to this source directory as the last argument.
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dhelp2man70 my $source = '';
79 'S|source=s' => \$source,
258 $source ||= "$program $version";
515 .TH $PROGRAM "$section" "$date" "$source" "$manual"
/ndk/tests/build/gnustl-force-all/jni/
Dforced_all.cpp3 #error This source file SHOULD be built with -fexceptions!
/ndk/tests/build/gnustl-force-rtti/jni/
Dforced_rtti.cpp3 #error This source file SHOULD NOT be built with -fexceptions!
/ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
Dmbsnrtowcs.inc4 * As noted in the source, some portions of this implementation are copied from
9 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
/ndk/sources/cxx-stl/gabi++/include/
Dutility5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
Dcstdint6 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
Dcwchar6 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
Dclimits6 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
Dcwctype_is_not_supported6 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
/ndk/sources/cxx-stl/system/include/
Dutility5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
Dcwchar6 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright

1234567