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

123456789

/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
14 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 @__experimental_modules_import std.vector;
19 @__experimental_modules_import std.typetraits; // expected-error{{no submodule named 'typetraits' in module 'std'; did you mean 'type_traits'?}}
33 @__experimental_modules_import std.vector.compare; // expected-error{{no submodule named 'compare' in module 'std.vector'}}
35 @__experimental_modules_import std; // import everything in 'std' variable
49 @__experimental_modules_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/clang/test/SemaCXX/
H A Dno-rtti.cpp3 namespace std { namespace
H A DMicrosoftCompatibilityNoExceptions.cpp4 namespace std {} namespace
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;
H A Druntimediag-ppe.cpp7 namespace std { namespace
H A Dtypeid.cpp8 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/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
H A Dp2-nodef.cpp7 int std = 17; variable
H A Dp2-noexceptions.cpp2 namespace std { namespace
10 void* operator new(std::size_t);
11 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/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/oprofile/libutil++/
H A Dpath_filter.h32 path_filter(std::string const & include_patterns = std::string(), argument
33 std::string const & exclude_patterns = std::string())
39 path_filter(std::vector<std::string> const & include_patterns,
40 std::vector<std::string> const & exclude_patterns)
45 virtual bool match(std::string const & str) const;
/external/webkit/Source/JavaScriptCore/wtf/
H A DNullPtr.h44 namespace std { namespace
48 extern std::nullptr_t nullptr;
/external/astl/src/
H A Dbasic_ios.cpp31 namespace std { namespace
47 } // namespace std
H A Dios_globals.cpp36 namespace std { namespace
58 } // namespace std

Completed in 502 milliseconds

123456789