HomeSort by relevance Sort by last modified time
    Searched defs:std (Results 51 - 75 of 811) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/diagnostics/syserr/
is_error_code_enum.pass.cpp 24 static_assert((std::is_error_code_enum<T>::value == Expected), "");
26 static_assert((std::is_error_code_enum_v<T> == Expected), "");
32 operator std::error_code () const { return std::error_code(); }
36 namespace std namespace
39 struct is_error_code_enum<A> : public std::true_type {};
47 test<false, std::nullptr_t>();
48 test<false, std::string>();
is_error_condition_enum.pass.cpp 24 static_assert((std::is_error_condition_enum<T>::value == Expected), "");
26 static_assert((std::is_error_condition_enum_v<T> == Expected), "");
32 operator std::error_condition () const { return std::error_condition(); }
36 namespace std namespace
39 struct is_error_condition_enum<A> : public std::true_type {};
47 test<false, std::nullptr_t>();
48 test<false, std::string>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/
is_error_code_enum.pass.cpp 24 static_assert((std::is_error_code_enum<T>::value == Expected), "");
26 static_assert((std::is_error_code_enum_v<T> == Expected), "");
32 operator std::error_code () const { return std::error_code(); }
36 namespace std namespace
39 struct is_error_code_enum<A> : public std::true_type {};
47 test<false, std::nullptr_t>();
48 test<false, std::string>();
is_error_condition_enum.pass.cpp 24 static_assert((std::is_error_condition_enum<T>::value == Expected), "");
26 static_assert((std::is_error_condition_enum_v<T> == Expected), "");
32 operator std::error_condition () const { return std::error_condition(); }
36 namespace std namespace
39 struct is_error_condition_enum<A> : public std::true_type {};
47 test<false, std::nullptr_t>();
48 test<false, std::string>();
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2.cpp 16 namespace std { namespace
22 void* operator new(std::size_t) throw(std::bad_alloc); // expected-note{{previous declaration}}
23 void* operator new[](std::size_t) throw(std::bad_alloc);
27 void* operator new(std::size_t); // expected-warning{{'operator new' is missing exception specification 'throw(std::bad_alloc)'}}
  /external/clang/test/CodeCompletion/
templates.cpp 1 namespace std { namespace
8 template<typename T, typename Alloc = std::allocator<T> >
18 std::vector<int> v;
  /external/clang/test/CodeGenCXX/
PR24289.cpp 1 // RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-pc-linux-gnu -std=c++11 | FileCheck %s
3 namespace std { namespace
15 static std::initializer_list<std::initializer_list<int>> a{
17 static std::initializer_list<std::initializer_list<int>> b{
19 static std::initializer_list<std::initializer_list<int>> c{
21 static std::initializer_list<std::initializer_list<int>> d
    [all...]
cfi-blacklist.cpp 2 // RUN: echo "type:std::*" > %t.txt
9 namespace std { namespace
27 void s2f(std::S2 *s2) {
microsoft-no-rtti-data.cpp 8 namespace std { using ::type_info; } namespace
20 const std::type_info &ti = typeid(*getS());
  /external/clang/test/Modules/Inputs/PR20399/
stl_map.h 1 namespace std { namespace
13 } // namespace std
  /external/clang/test/Modules/Inputs/PR20786/
random.h 1 namespace std { namespace
  /external/clang/test/PCH/
cxx-typeid.h 6 namespace std { namespace
42 } // std
  /external/clang/test/SemaCXX/
cxx1y-user-defined-literals.cpp 1 // RUN: %clang_cc1 -std=c++1y %s -include %s -verify
7 namespace std { namespace
32 using namespace std;
libstdcxx_map_base_hack.cpp 4 // 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;
runtimediag-ppe.cpp 7 namespace std { namespace
libstdcxx_pointer_return_false_hack.cpp 1 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -verify
11 namespace std { namespace
30 auto *test1 = std::tr1::hashtable<int>().find_node();
  /external/libcxx/src/
stdexcept.cpp 22 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), "");
25 namespace std // purposefully not using versioning namespace namespace
104 } // std
  /external/libcxxabi/src/
stdlib_exception.cpp 15 namespace std namespace
26 return "std::exception";
37 return "std::bad_exception";
54 return "std::bad_alloc";
103 } // std
  /external/libmojo/mojo/public/cpp/bindings/
native_enum.h 20 namespace std { namespace
26 } // namespace std
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
stdexcept.cpp 22 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), "");
25 namespace std // purposefully not using versioning namespace namespace
104 } // std
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
stdlib_exception.cpp 15 namespace std namespace
26 return "std::exception";
37 return "std::bad_exception";
54 return "std::bad_alloc";
103 } // std
  /external/clang/test/CXX/basic/basic.def.odr/
p2-typeid.cpp 9 namespace std { namespace
  /external/clang/test/CXX/except/except.spec/
p3.cpp 1 // RUN: %clang_cc1 -std=c++11 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s
100 extern "C++" { namespace std { class bad_alloc {}; } } namespace
102 void* operator new(mysize_t) throw(std::bad_alloc);
105 void* operator new[](mysize_t) throw(std::bad_alloc);
  /external/clang/test/Modules/Inputs/
cxx-inline-namespace.h 1 namespace std { namespace
7 namespace std { namespace
  /external/clang/test/Modules/
submodules.cpp 5 @import std.vector;
10 remove_reference<int&>::type *int_ptr = 0; // expected-error{{declaration of 'remove_reference' must be imported from module 'std.type_traits' before it is required}}
14 @import std.typetraits; // expected-error{{no submodule named 'typetraits' in module 'std'; did you mean 'type_traits'?}}
19 @import std.vector.compare; // expected-error{{no submodule named 'compare' in module 'std.vector'}}
21 @import std; // import everything in 'std' variable
24 hash_map<int, float> ints_to_floats; // expected-error{{declaration of 'hash_map' must be imported from module 'std.hash_map' before it is required}}
26 @import std.hash_map
    [all...]

Completed in 1705 milliseconds

1 23 4 5 6 7 8 91011>>