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

<<11121314151617181920>>

  /external/clang/test/OpenMP/
for_loop_messages.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
379 namespace std { namespace
427 typedef std::random_access_iterator_tag iterator_category;
440 typedef std::random_access_iterator_tag iterator_category;
for_simd_loop_messages.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
362 namespace std { namespace
409 typedef std::random_access_iterator_tag iterator_category;
parallel_for_loop_messages.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
307 namespace std { namespace
355 typedef std::random_access_iterator_tag iterator_category;
parallel_for_simd_loop_messages.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
309 namespace std { namespace
356 typedef std::random_access_iterator_tag iterator_category;
simd_loop_messages.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
304 namespace std { namespace
350 typedef std::random_access_iterator_tag iterator_category;
target_parallel_for_loop_messages.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
307 namespace std { namespace
355 typedef std::random_access_iterator_tag iterator_category;
target_parallel_for_simd_loop_messages.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
307 namespace std { namespace
355 typedef std::random_access_iterator_tag iterator_category;
taskloop_loop_messages.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
380 namespace std { namespace
428 typedef std::random_access_iterator_tag iterator_category;
taskloop_simd_loop_messages.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
381 namespace std { namespace
429 typedef std::random_access_iterator_tag iterator_category;
  /external/clang/test/Parser/
cxx0x-attributes.cpp 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify -std=c++11 -Wc++14-compat -Wc++14-extensions -Wc++1z-extensions %s
3 // Need std::initializer_list
4 namespace std { namespace
  /external/clang/test/SemaCXX/
coroutines.cpp 1 // RUN: %clang_cc1 -std=c++14 -fcoroutines -verify %s
25 namespace std { namespace
31 struct std::coroutine_traits<coro<Promise>, Ps...> {
36 co_await a; // expected-error {{implicit instantiation of undefined template 'std::coroutine_traits<void>'}}
39 template<typename ...T> struct std::coroutine_traits<int, T...> {};
42 co_await a; // expected-error {{this function cannot be a coroutine: 'std::coroutine_traits<int>' has no member named 'promise_type'}}
45 template<> struct std::coroutine_traits<double, double> { typedef int promise_type; };
47 co_await a; // expected-error {{this function cannot be a coroutine: 'std::coroutine_traits<double, double>::promise_type' (aka 'int') is not a class}}
50 template<> struct std::coroutine_traits<double, int> {
54 co_yield 0; // expected-error {{no member named 'yield_value' in 'std::coroutine_traits<double, int>::promise_type'}
    [all...]
undefined-internal.cpp 2 // RUN: %clang_cc1 -fsyntax-only -verify -Wbind-to-temporary-copy -std=c++98 %s
3 // RUN: %clang_cc1 -fsyntax-only -verify -Wbind-to-temporary-copy -std=c++11 %s
7 // RUN: %clang_cc1 -emit-llvm-only -std=c++98 %s
8 // RUN: %clang_cc1 -emit-llvm-only -std=c++11 %s
137 namespace std { class type_info; }; namespace
warn-unreachable.cpp 1 // RUN: %clang_cc1 %s -fcxx-exceptions -fexceptions -fsyntax-only -verify -fblocks -std=c++11 -Wunreachable-code-aggressive -Wno-unused-value -Wno-tautological-compare
135 namespace std { namespace
143 std::string testStr() {
148 std::string testStrWarn(const char *s) {
  /external/clang/test/SemaTemplate/
instantiate-expr-4.cpp 2 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify -std=c++98 %s
3 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify -std=c++11 %s
181 namespace std { namespace
187 const std::type_info &f(T* ptr) {
temp_arg_nontype_cxx1z.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++1z %s
68 namespace std { struct type_info; } namespace
71 A<const std::type_info&, typeid(int)> a; // expected-error {{does not refer to any declaration}}
72 A<const std::type_info*, &typeid(int)> b; // expected-error {{does not refer to any declaration}}
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 56 * - std::abs, std::sqrt, std::pow, std::exp, std::log, std::sin, std::cos,
119 friend std::ostream & operator << (std::ostream & s, const AutoDiffScalar& a)
578 using std::abs
686 namespace std { namespace
    [all...]
  /external/gemmlowp/profiling/
instrumentation.h 33 namespace std { namespace
42 } // namespace std
111 static const std::size_t kMaxSize = 14;
114 std::size_t size;
155 inline std::set<ThreadInfo*>& ThreadsUnderProfiling() {
156 static std::set<ThreadInfo*> v;
  /external/gemmlowp/test/
benchmark_all_sizes.cc 4 test/benchmark_all_sizes.cc -o /tmp/b -O3 --std=c++11 -fPIE -static \
21 namespace std { namespace
70 std::memcpy(data_, other.data_, size() * sizeof(Scalar));
76 !std::memcmp(a.data_, b.data_, a.size());
94 std::vector<Scalar> storage;
111 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType;
112 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType;
113 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType;
125 typedef std::tuple<OutputStageQuantizeDownInt32ToUint8ScaleByFixedPoint,
135 std::make_tuple(quantize_down_stage, saturating_cast_stage)
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-tuple.h 41 #include <utility> // For ::std::pair.
101 // In theory, defining stuff in the ::std namespace is undefined
104 namespace std { namespace
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
260 tuple& operator=(const ::std::pair<U0, U1>& p) {
664 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
959 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2)
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-tuple.h 41 #include <utility> // For ::std::pair.
56 // Visual Studio 2010, 2012, and 2013 define symbols in std::tr1 that conflict
109 // In theory, defining stuff in the ::std namespace is undefined
112 namespace std { namespace
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
268 tuple& operator=(const ::std::pair<U0, U1>& p) {
672 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
967 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 361 String std = names.getName(NameType.SHORT_STANDARD); local
363 if (std == null && dst == null) {
374 boolean ambiguousType = (std != null && dst != null && std.equals(dst));
376 if (std != null) {
381 trie.put(std, stdInf);
  /external/icu/icu4c/source/common/unicode/
platform.h 495 // add in std::nullptr_t
496 namespace std { namespace
618 * - ICU will assume that all non-invariant char*, StringPiece, std::string etc.
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 35 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 namespace
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 359 String std = names.getName(NameType.SHORT_STANDARD); local
361 if (std == null && dst == null) {
372 boolean ambiguousType = (std != null && dst != null && std.equals(dst));
374 if (std != null) {
379 trie.put(std, stdInf);
  /external/libcxx/test/support/
any_helpers.h 16 namespace std { namespace experimental {} } namespace
29 : public std::integral_constant<bool
31 && std::alignment_of<void*>::value
32 % std::alignment_of<T>::value == 0
33 && std::is_nothrow_move_constructible<T>::value
38 bool containsType(std::any const& a) {
42 return a.has_value() && std::any_cast<T>(&a) != nullptr;
55 void assertEmpty(std::any const& a) {
56 using namespace std;
63 constexpr auto has_value_member(int) -> decltype(std::declval<Type&>().value, true
    [all...]

Completed in 617 milliseconds

<<11121314151617181920>>