/ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/forward/ |
D | forward.pass.cpp | 19 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()
|
D | forward1.fail.cpp | 18 A source() {return A();} in source() function 23 std::forward<A&>(source()); // error in main()
|
D | move_only.pass.cpp | 38 move_only source() {return move_only();} in source() function 48 test(source()); in main()
|
D | forward3.fail.cpp | 18 A source() {return A();} in source() function
|
D | forward2.fail.cpp | 18 A source() {return A();} in source() function
|
D | forward5.fail.cpp | 18 A source() {return A();} in source() function
|
D | forward4.fail.cpp | 18 A source() {return A();} in source() function
|
D | move_only2.fail.cpp | 41 move_only source() {return move_only();} in source() function
|
D | move_only1.fail.cpp | 41 move_only source() {return move_only();} in source() function
|
D | move_only4.fail.cpp | 41 move_only source() {return move_only();} in source() function
|
D | move_only3.fail.cpp | 38 move_only source() {return move_only();} in source() function
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/refwrap/refwrap.helpers/ |
D | ref_1.fail.cpp | 22 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/ |
D | convert_to_auto_ptr.pass.cpp | 22 source() in source() function 30 std::auto_ptr<A> ap2(source()); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/cmake/Modules/ |
D | MacroEnsureOutOfSourceBuild.cmake | 9 "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/ |
D | help2man | 70 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/ |
D | forced_all.cpp | 3 #error This source file SHOULD be built with -fexceptions!
|
/ndk/tests/build/gnustl-force-rtti/jni/ |
D | forced_rtti.cpp | 3 #error This source file SHOULD NOT be built with -fexceptions!
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/ |
D | mbsnrtowcs.inc | 4 * 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/ |
D | utility | 5 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright
|
D | cstdint | 6 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright
|
D | cwchar | 6 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright
|
D | climits | 6 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright
|
D | cwctype_is_not_supported | 6 * 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/ |
D | utility | 5 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright
|
D | cwchar | 6 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright
|