Searched defs:std (Results 1 - 25 of 396) 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/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/clang/test/CodeGenCXX/
H A Dpr11797.cpp3 namespace std __attribute__ ((__visibility__ ("default"))) {} namespace
/external/clang/test/Parser/
H A Dcxx-typeid.cpp4 namespace std { namespace
/external/stlport/stlport/stl/
H A D_cprolog.h7 #ifdef std
8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */ macro
H A D_epilog.h25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
26 * The STLPORT macro contains the STLport namespace name containing all the std
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
36 # endif /* std */
37 # define std STLPORT macro
H A D_cwctype.h31 namespace std { namespace
36 using std::wctrans_t;
37 using std::towctrans;
38 using std::wctrans;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DNullPtr.h42 namespace std { namespace
49 namespace std {
52 extern std::nullptr_t nullptr;
/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/CodeCompletion/
H A Dfunction-templates.cpp1 namespace std { namespace
15 std::sort(1, 2);
H A Dtemplates.cpp1 namespace std { namespace
8 template<typename T, typename Alloc = std::allocator<T> >
18 std::vector<int> v;
/external/clang/test/Modules/Inputs/
H A Dcxx-inline-namespace.h1 namespace std { namespace
7 namespace std { namespace
/external/clang/test/SemaCXX/
H A DMicrosoftCompatibilityNoExceptions.cpp5 namespace std {} namespace
H A Dcxx1y-user-defined-literals.cpp1 // RUN: %clang_cc1 -std=c++1y %s -include %s -verify
7 namespace std { namespace
24 using namespace std;
H A Dlibstdcxx_atomic_ns_hack.cpp1 // RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s
3 // libstdc++ 4.6.x contains a bug where it defines std::__atomic[0,1,2] as a
14 namespace std { namespace
30 std::foobar fb;
33 using T = std::foobar; // expected-error {{different types ('std::foobar' (aka 'int') vs 'void')}}
H A Dlibstdcxx_common_type_hack.cpp1 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -verify
4 // an issue with GCC's <type_traits> implementation. std::common_type
11 namespace std { namespace
28 using T = std::common_type<int, int>::type;
31 using U = decltype(true ? std::declval<int>() : std::declval<int>()); // expected-error {{different types}}
H A Dtypeid-ref.cpp2 namespace std { namespace
H A Dlibstdcxx_map_base_hack.cpp4 // declaration for std::tr1::__detail::_Map base has different
9 namespace std { namespace tr1 { namespace __detail { namespace
16 namespace std { namespace tr1 { namespace
25 std::tr1::X1<int> x1i;
/external/stressapptest/src/
H A Dos_factory.cc30 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options) { argument
/external/chromium/chrome/common/
H A Dswitch_utils.cc26 std::map<std::string, CommandLine::StringType>* switch_list) {
25 RemoveSwitchesForAutostart( std::map<std::string, CommandLine::StringType>* switch_list) argument
/external/chromium_org/chrome/common/
H A Dswitch_utils.cc27 std::map<std::string, CommandLine::StringType>* switch_list) {
26 RemoveSwitchesForAutostart( std::map<std::string, CommandLine::StringType>* switch_list) argument
/external/clang/test/PCH/
H A Dcxx-typeid.h6 namespace std { namespace
42 } // std

Completed in 1036 milliseconds

1234567891011>>