HomeSort by relevance Sort by last modified time
    Searched defs:std (Results 1 - 25 of 529) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/over/over.oper/over.literal/
p8.cpp 1 // 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/
complete-preamble.h 1 namespace std { namespace
5 namespace std { namespace
  /external/clang/test/Modules/
submodules-preprocess.cpp 5 @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/libcxxabi/src/
exception.cpp 14 namespace std namespace
25 return "std::exception";
36 return "std::bad_exception";
39 } // std
stdexcept.cpp 18 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), "");
20 namespace std // purposefully not using versioning namespace namespace
48 } // std
  /ndk/sources/cxx-stl/gabi++/src/
exception.cc 33 namespace std { namespace
44 return "std::exception";
56 return "std::bad_exception";
68 } // namespace std
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
exception.cpp 14 namespace std namespace
25 return "std::exception";
36 return "std::bad_exception";
39 } // std
stdexcept.cpp 18 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), "");
20 namespace std // purposefully not using versioning namespace namespace
48 } // std
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2-nodef.cpp 8 int std = 17; variable
  /external/clang/test/CodeGenCXX/
pr11797.cpp 3 namespace std __attribute__ ((__visibility__ ("default"))) {} namespace
  /external/clang/test/Modules/Inputs/initializer_list/
direct.h 1 namespace std { namespace
  /external/clang/test/Parser/
cxx-typeid.cpp 4 namespace std { namespace
  /external/clang/test/SemaCXX/
warn-absolute-value-header.cpp 9 namespace std { namespace
18 // expected-note@-2{{use function 'std::abs' instead}}
19 // expected-note@-3{{include the header <cmath> or explicitly provide a declaration for 'std::abs'}}
20 // CHECK: fix-it:"{{.*}}":{[[@LINE-4]]:9-[[@LINE-4]]:12}:"std::abs"
24 // expected-note@-2{{use function 'std::abs' instead}}
25 // expected-note@-3{{include the header <cmath> or explicitly provide a declaration for 'std::abs'}}
26 // CHECK: fix-it:"{{.*}}":{[[@LINE-4]]:9-[[@LINE-4]]:14}:"std::abs"
31 // expected-note@-2{{use function 'std::abs' instead}}
32 // expected-note@-3{{include the header <cstdlib> or explicitly provide a declaration for 'std::abs'}}
33 // CHECK: fix-it:"{{.*}}":{[[@LINE-4]]:9-[[@LINE-4]]:12}:"std::abs
    [all...]
  /external/icu/icu4c/source/common/unicode/
std_string.h 31 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 namespace
  /external/icu/icu4c/source/common/
utypeinfo.h 13 // Windows header <typeinfo> does not define 'exception' in 'std' namespace.
23 using std::exception;
26 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 namespace
  /external/icu/icu4c/source/io/unicode/
ustream.h 32 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 namespace
52 U_IO_API std::ostream & U_EXPORT2 operator<<(std::ostream& stream, const UnicodeString& s);
60 U_IO_API std::istream & U_EXPORT2 operator>>(std::istream& stream, UnicodeString& s);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
optional.cpp 12 namespace std // purposefully not using versioning namespace namespace
25 }} // std::experimental
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 7 #ifdef std
8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */ macro
_epilog.h 25 /* 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.
35 # error Incompatible native Std library.
36 # endif /* std */
37 # define std STLPORT macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hash_bytes.h 37 namespace std namespace
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++allocator.h 1 // Base to std::allocator -*- C++ -*-
36 namespace std namespace
39 * @brief An alias to the base class for std::allocator.
42 * Used to set the std::allocator base class to
51 // Define new_allocator as the base class to std::allocator.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++allocator.h 1 // Base to std::allocator -*- C++ -*-
36 namespace std namespace
39 * @brief An alias to the base class for std::allocator.
42 * Used to set the std::allocator base class to
51 // Define new_allocator as the base class to std::allocator.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hash_bytes.h 37 namespace std namespace
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++allocator.h 1 // Base to std::allocator -*- C++ -*-
36 namespace std namespace
39 * @brief An alias to the base class for std::allocator.
42 * Used to set the std::allocator base class to
51 // Define new_allocator as the base class to std::allocator.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++allocator.h 1 // Base to std::allocator -*- C++ -*-
36 namespace std namespace
39 * @brief An alias to the base class for std::allocator.
42 * Used to set the std::allocator base class to
51 // Define new_allocator as the base class to std::allocator.

Completed in 927 milliseconds

1 2 3 4 5 6 7 8 91011>>