HomeSort by relevance Sort by last modified time
    Searched defs:std (Results 1 - 25 of 427) 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/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2-nodef.cpp 8 int std = 17; variable
p2-noexceptions.cpp 3 namespace std { namespace
11 void* operator new(std::size_t);
12 void* operator new[](std::size_t);
  /external/clang/test/CodeGenCXX/
pr11797.cpp 3 namespace std __attribute__ ((__visibility__ ("default"))) {} namespace
  /external/clang/test/Parser/
cxx-typeid.cpp 4 namespace std { namespace
  /external/clang/test/SemaCXX/
no-rtti.cpp 3 namespace std { namespace
  /external/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
  /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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hash_bytes.h 37 namespace std namespace
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hash_bytes.h 37 namespace std namespace
  /prebuilts/ndk/5/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/ndk/6/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/ndk/7/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hash_bytes.h 37 namespace std namespace
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hash_bytes.h 37 namespace std namespace
  /prebuilts/ndk/8/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
  /external/clang/test/CodeCompletion/
function-templates.cpp 1 namespace std { namespace
15 std::sort(1, 2);

Completed in 4882 milliseconds

1 2 3 4 5 6 7 8 91011>>