/external/libcxx/test/std/utilities/utility/operators/ |
rel_ops.pass.cpp | 10 // test rel_ops 38 using namespace std::rel_ops;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/operators/ |
rel_ops.pass.cpp | 10 // test rel_ops 38 using namespace std::rel_ops;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 61 * Short summary: the rel_ops operators should be avoided for the present. 69 namespace rel_ops namespace 73 /** @namespace std::rel_ops 130 } // namespace rel_ops
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 61 * Short summary: the rel_ops operators should be avoided for the present. 69 namespace rel_ops namespace 73 /** @namespace std::rel_ops 130 } // namespace rel_ops
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 61 * Short summary: the rel_ops operators should be avoided for the present. 69 namespace rel_ops namespace 73 /** @namespace std::rel_ops 130 } // namespace rel_ops
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 61 * Short summary: the rel_ops operators should be avoided for the present. 69 namespace rel_ops namespace 71 /** @namespace std::rel_ops 127 } // namespace rel_ops
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 61 * Short summary: the rel_ops operators should be avoided for the present. 69 namespace rel_ops namespace 71 /** @namespace std::rel_ops 127 } // namespace rel_ops
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 61 * Short summary: the rel_ops operators should be avoided for the present. 69 namespace rel_ops namespace 71 /** @namespace std::rel_ops 127 } // namespace rel_ops
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 61 * Short summary: the rel_ops operators should be avoided for the present. 69 namespace rel_ops namespace 71 /** @namespace std::rel_ops 127 } // namespace rel_ops
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 62 * Short summary: the rel_ops operators should be avoided for the present. 70 namespace rel_ops namespace 74 /** @namespace std::rel_ops 131 } // namespace rel_ops
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 62 * Short summary: the rel_ops operators should be avoided for the present. 70 namespace rel_ops namespace 74 /** @namespace std::rel_ops 131 } // namespace rel_ops
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 62 * Short summary: the rel_ops operators should be avoided for the present. 70 namespace rel_ops namespace 74 /** @namespace std::rel_ops 131 } // namespace rel_ops
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 62 * Short summary: the rel_ops operators should be avoided for the present. 70 namespace rel_ops namespace 74 /** @namespace std::rel_ops 131 } // namespace rel_ops
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 61 * Short summary: the rel_ops operators should be avoided for the present. 69 namespace rel_ops namespace 73 /** @namespace std::rel_ops 130 } // namespace rel_ops
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_relops.h | 1 // std::rel_ops implementation -*- C++ -*- 61 * Short summary: the rel_ops operators should be avoided for the present. 69 namespace rel_ops namespace 73 /** @namespace std::rel_ops 130 } // namespace rel_ops
|
/external/clang/test/Index/ |
load-namespaces.cpp | 4 namespace rel_ops { namespace in namespace:std 27 namespace my_rel_ops = std::rel_ops; 31 // CHECK: load-namespaces.cpp:4:13: Namespace=rel_ops:4:13 (Definition) Extent=[4:3 - 6:4] 50 // CHECK: load-namespaces.cpp:27:29: NamespaceRef=rel_ops:4:13 Extent=[27:29 - 27:36]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 505 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops {} 508 /* Use std::rel_ops namespace */ 509 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops { 512 # endif /* Use std::rel_ops namespace */ [all...] |
user_config.h | 96 * operator templates (>, <=, >=, !=) in namespace std::rel_ops, even 99 * to simulate hiding them into rel_ops. This was proved to resolve many compiler bugs with ambiguity.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 505 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops {} 508 /* Use std::rel_ops namespace */ 509 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops { 512 # endif /* Use std::rel_ops namespace */ [all...] |
user_config.h | 96 * operator templates (>, <=, >=, !=) in namespace std::rel_ops, even 99 * to simulate hiding them into rel_ops. This was proved to resolve many compiler bugs with ambiguity.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 505 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops {} 508 /* Use std::rel_ops namespace */ 509 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops { 512 # endif /* Use std::rel_ops namespace */ [all...] |
user_config.h | 96 * operator templates (>, <=, >=, !=) in namespace std::rel_ops, even 99 * to simulate hiding them into rel_ops. This was proved to resolve many compiler bugs with ambiguity.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 505 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops {} 508 /* Use std::rel_ops namespace */ 509 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops { 512 # endif /* Use std::rel_ops namespace */ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 505 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops {} 508 /* Use std::rel_ops namespace */ 509 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops { 512 # endif /* Use std::rel_ops namespace */ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
features.h | 505 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops {} 508 /* Use std::rel_ops namespace */ 509 # define _STLP_BEGIN_RELOPS_NAMESPACE _STLP_BEGIN_NAMESPACE namespace rel_ops { 512 # endif /* Use std::rel_ops namespace */ [all...] |