Searched defs:std (Results 1 - 25 of 551) sorted by relevance

1234567891011>>

/external/clang/test/CXX/over/over.oper/over.literal/
H A Dp8.cpp1 // RUN: %clang_cc1 -std=c++11 %s -verify
4 namespace std { namespace
9 string operator "" _i18n(const char*, std::size_t); // ok
13 string operator "" 5X(const char *, std::size_t); // expected-error {{expected identifier}}
/external/clang/test/CodeGen/
H A Ddebug-info-imported-entity.cpp3 namespace std { class A; } namespace
4 using std::A; using ::A;
/external/clang/test/Index/
H A Dcomplete-preamble.h1 namespace std { namespace
5 namespace std { namespace
H A Dload-namespaces.cpp3 namespace std { namespace
9 namespace std { namespace
13 namespace std98 = std;
18 namespace std { namespace
22 using std::g;
24 void std::g() {
27 namespace my_rel_ops = std::rel_ops;
30 // CHECK: load-namespaces.cpp:3:11: Namespace=std:3:11 (Definition) Extent=[3:1 - 7:2]
33 // CHECK: load-namespaces.cpp:9:11: Namespace=std:9:11 (Definition) Extent=[9:1 - 11:2]
36 // CHECK: load-namespaces.cpp:13:19: NamespaceRef=std
[all...]
/external/clang/test/Modules/
H A Dsubmodules-preprocess.cpp5 @import std.vector;
19 @import std.typetraits; // expected-error{{no submodule named 'typetraits' in module 'std'; did you mean 'type_traits'?}}
33 @import std.vector.compare; // expected-error{{no submodule named 'compare' in module 'std.vector'}}
35 @import std; // import everything in 'std' variable
49 @import std.hash_map;
/external/libcxx/src/
H A Dany.cpp13 namespace std { namespace
H A Dvariant.cpp12 namespace std { namespace
18 } // namespace std
H A Doptional.cpp13 namespace std namespace
22 } // std
/external/libcxxabi/src/
H A Dstdlib_exception.cpp14 namespace std namespace
25 return "std::exception";
36 return "std::bad_exception";
39 } // std
H A Dstdlib_stdexcept.cpp18 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), "");
20 namespace std // purposefully not using versioning namespace namespace
48 } // std
/external/clang/test/CodeGenCXX/
H A Dpr11797.cpp3 namespace std __attribute__ ((__visibility__ ("default"))) {} namespace
H A Dvtable-key-function-win-comdat.cpp3 namespace std { class type_info; } namespace
4 extern void use(const std::type_info &rtti);
/external/clang/test/Modules/Inputs/initializer_list/
H A Ddirect.h1 namespace std { namespace
/external/clang/test/Parser/
H A Dcxx-typeid.cpp4 namespace std { namespace
/external/icu/icu4c/source/common/unicode/
H A Dstd_string.h33 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 namespace
/external/icu/icu4c/source/common/
H A Dutypeinfo.h15 // Windows header <typeinfo> does not define 'exception' in 'std' namespace.
25 using std::exception;
28 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 namespace
/external/icu/icu4c/source/io/unicode/
H A Dustream.h34 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 namespace
54 U_IO_API std::ostream & U_EXPORT2 operator<<(std::ostream& stream, const UnicodeString& s);
62 U_IO_API std::istream & U_EXPORT2 operator>>(std::istream& stream, UnicodeString& s);
/external/v8/testing/gmock_custom/gmock/internal/custom/
H A Dgmock-port.h12 namespace std { namespace
14 // Provide alternative implementation of std::is_default_constructible for
24 using is_default_constructible = std::is_constructible<T>;
/external/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h186 namespace std { namespace
259 } // namespace std
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
H A Dp2-nodef.cpp8 int std = 17; variable
H A Dp2-noexceptions.cpp3 namespace std { namespace
11 void* operator new(std::size_t);
12 void* operator new[](std::size_t);
/external/clang/test/CXX/drs/
H A Ddr412.cpp1 // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -DNOEXCEPT="throw()" -DBAD_ALLOC="throw(std::bad_alloc)"
2 // RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -DNOEXCEPT=noexcept -DBAD_ALLOC=
3 // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -DNOEXCEPT=noexcept -DBAD_ALLOC=
4 // RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -DNOEXCEPT=noexcept -DBAD_ALLOC=
12 namespace std { struct bad_alloc {}; } namespace
/external/clang/test/CodeCompletion/
H A Dfunction-templates.cpp1 namespace std { namespace
15 std::sort(1, 2);
/external/clang/test/Modules/Inputs/PR27041/
H A DTGenericClassInfo.h1 namespace std {} namespace
2 namespace std { enum float_round_style { denorm_present }; } namespace
H A DTSchemaHelper.h1 namespace std { enum float_round_style { denorm_present }; } namespace

Completed in 678 milliseconds

1234567891011>>