HomeSort by relevance Sort by last modified time
    Searched full:concept (Results 1 - 25 of 981) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
p1.cpp 4 template<typename T> concept bool C1() { return true; }
6 template<typename T> concept bool C2 = true;
9 template<typename T> concept bool C3() { return (throw 0, true); }
10 static_assert(noexcept(C3<int>()), "function concept should be treated as if noexcept(true) specified");
12 template<typename T> concept bool D1(); // expected-error {{function concept declaration must be a definition}}
15 template<typename T> concept bool D2() { return true; } // expected-error {{concept declarations may only appear in namespace scope}}
19 template<typename T> static concept bool D3 = true; // expected-error {{concept declarations may only appear in namespace scope}
    [all...]
p5.cpp 4 concept bool fcpv(void) { return true; }
7 concept bool fcpi(int i = 0) { return true; } // expected-error {{function concept cannot have any parameters}}
10 concept bool fcpp(Ts... ts) { return true; } // expected-error {{function concept cannot have any parameters}}
13 concept bool fcpva(...) { return true; } // expected-error {{function concept cannot have any parameters}}
p2.cpp 3 template<typename T> concept thread_local bool VCTL = true; // expected-error {{variable concept cannot be declared 'thread_local'}}
5 template<typename T> concept constexpr bool VCC = true; // expected-error {{variable concept cannot be declared 'constexpr'}}
7 template<typename T> concept inline bool FCI() { return true; } // expected-error {{function concept cannot be declared 'inline'}}
10 template<typename T> concept friend bool FCF() { return true; } // expected-error {{function concept cannot be declared 'friend'}}
13 template<typename T> concept constexpr bool FCC() { return true; } // expected-error {{function concept cannot be declared 'constexpr'}
    [all...]
  /external/clang/test/Parser/
cxx-concept-declaration.cpp 6 template<typename T> concept bool C1 = true;
8 template<typename T> concept bool C2() { return true; }
14 A<void>::Boolean concept C3(!0);
17 concept auto C4(void) -> bool { return true; }
22 static concept decltype(!0) C5 { bool(One) };
24 template<typename T> concept concept bool C6 = true; // expected-warning {{duplicate 'concept' declaration specifier}}
26 template<typename T> concept concept bool C7() { return true; } // expected-warning {{duplicate 'concept' declaration specifier}
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
backward_compatibility.hpp 12 namespace concept = concepts;
14 } // namespace boost::concept
concept_def.hpp 17 // Maybe in the next release we can kill off the "Concept" suffix for good.
24 struct BOOST_PP_CAT(name,Concept) \
28 BOOST_PP_CAT(name,Concept)(); \
39 struct BOOST_PP_CAT(name,Concept) \
general.hpp 8 # include <boost/concept/detail/backward_compatibility.hpp>
11 # include <boost/concept/detail/has_constraints.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/
assert.hpp 10 // The old protocol used a constraints() member function in concept
12 // that function and seamlessly support the old concept checking
14 // concept checking classes is enabled by default, where available.
32 # include <boost/concept/detail/msvc.hpp>
34 # include <boost/concept/detail/borland.hpp>
36 # include <boost/concept/detail/general.hpp>
usage.hpp 7 # include <boost/concept/assert.hpp>
9 # include <boost/concept/detail/backward_compatibility.hpp>
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
utilityclass.dot 19 Encoding [label="<<concept>>\nEncoding"]
31 Stream [label="<<concept>>\nStream"]
32 InputByteStream [label="<<concept>>\nInputByteStream"]
33 OutputByteStream [label="<<concept>>\nOutputByteStream"]
51 Allocator [label="<<concept>>\nAllocator"]
  /frameworks/base/docs/html/distribute/essentials/
_project.yaml 3 description: "A focus on quality should be part of your entire app delivery process: from initial concept through app and UI design, coding and testing and onto a process of monitoring feedback and making improvement after launch."
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
concept.hpp 1 // Boost string_algo library concept.hpp header file ---------------------------//
26 //! Finder concept
28 Defines the Finder concept. Finder is a functor which selects
52 //! Formatter concept
54 Defines the Formatter concept. Formatter is a functor, which
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
concepts.hpp 1 // Boost.Range library concept checks
29 * \brief Concept checks for the Boost Range library.
32 * Boost Concept Check library to insure that the type of a function
33 * parameter is compatible with a range concept. If not, a meaningful
37 * concept.
43 * A different concept check is required to ensure writeable value
56 * details about concept checks.
68 // hence the least disruptive approach is to turn-off the concept checking for
83 // Default to using the concept asserts unless we have defined it off
97 // Rationale for the inclusion of redefined iterator concept
    [all...]
  /external/bison/m4/
msvc-inval.m4 14 concept.])
  /external/opencv3/doc/py_tutorials/py_video/
py_table_of_contents_video.markdown 12 Now let's discuss an important concept, "Optical Flow", which is related to videos and has many applications.
  /frameworks/support/core-ui/
NOTICES.md 11 - The concept of keyboard and accessibility focus have been clarified. As a result, the
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
misc_concept.hpp 1 // Boost.Range library concept checks
  /prebuilts/sdk/current/support/core-ui/src/
NOTICES.md 11 - The concept of keyboard and accessibility focus have been clarified. As a result, the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_funcs.h 76 // concept requirements
93 // concept requirements
116 // concept requirements -- taken care of in __distance
125 // concept requirements
137 // concept requirements
153 // concept requirements
175 // concept requirements -- taken care of in __advance
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_funcs.h 76 // concept requirements
93 // concept requirements
116 // concept requirements -- taken care of in __distance
125 // concept requirements
137 // concept requirements
153 // concept requirements
175 // concept requirements -- taken care of in __advance
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator_base_funcs.h 76 // concept requirements
93 // concept requirements
116 // concept requirements -- taken care of in __distance
125 // concept requirements
137 // concept requirements
153 // concept requirements
175 // concept requirements -- taken care of in __advance
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_funcs.h 76 // concept requirements
93 // concept requirements
116 // concept requirements -- taken care of in __distance
125 // concept requirements
137 // concept requirements
153 // concept requirements
175 // concept requirements -- taken care of in __advance
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/
package.json 4 "description": "CSS-Element-Queries Polyfill. proof-of-concept for high-speed element dimension/media queries in valid css.",
  /external/llvm/lib/Fuzzer/
cxx.dict 39 "concept"
  /external/llvm/test/MC/AArch64/
elf-extern.s 3 // External symbols are a different concept to global variables but should still

Completed in 1919 milliseconds

1 2 3 4 5 6 7 8 91011>>