HomeSort by relevance Sort by last modified time
    Searched refs:P2 (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/clang/test/Sema/
warn-cast-align.c 16 const volatile void *P2 = P;
17 char *d = (char*) P2;
18 short *e = (short*) P2;
19 int *f = (int*) P2;
21 const char *g = (const char*) P2;
22 const short *h = (const short*) P2;
23 const int *i = (const int*) P2;
25 const volatile char *j = (const volatile char*) P2;
26 const volatile short *k = (const volatile short*) P2;
27 const volatile int *l = (const volatile int*) P2;
    [all...]
  /external/clang/test/Modules/Inputs/
redecl-merge-top.h 11 @protocol P2;
12 @protocol P2;
  /external/libcxx/test/utilities/utility/pairs/pairs.pair/
const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2 = p1; local
26 assert(p2.first == 3);
27 assert(p2.second == 4);
33 typedef std::pair<double, long> P2;
35 constexpr P2 p2 = p1; local
36 static_assert(p2.first == 3, "");
37 static_assert(p2.second == 4, "")
    [all...]
piecewise.pass.cpp 27 typedef std::pair<int*, int> P2;
28 typedef std::pair<P1, P2> P3;
32 assert(p3.second == P2(nullptr, 4));
assign_const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2; local
26 p2 = p1;
27 assert(p2.first == 3);
28 assert(p2.second == 4);
assign_rv_pair_U_V.pass.cpp 35 typedef std::pair<std::unique_ptr<Base>, long> P2;
37 P2 p2; local
38 p2 = std::move(p1);
39 assert(p2.first == nullptr);
40 assert(p2.second == 4);
rv_pair_U_V.pass.cpp 35 typedef std::pair<std::unique_ptr<Base>, long> P2;
37 P2 p2 = std::move(p1); local
38 assert(p2.first == nullptr);
39 assert(p2.second == 4);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2 = p1; local
26 assert(p2.first == 3);
27 assert(p2.second == 4);
33 typedef std::pair<double, long> P2;
35 constexpr P2 p2 = p1; local
36 static_assert(p2.first == 3, "");
37 static_assert(p2.second == 4, "")
    [all...]
piecewise.pass.cpp 27 typedef std::pair<int*, int> P2;
28 typedef std::pair<P1, P2> P3;
32 assert(p3.second == P2(nullptr, 4));
assign_const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2; local
26 p2 = p1;
27 assert(p2.first == 3);
28 assert(p2.second == 4);
assign_rv_pair_U_V.pass.cpp 35 typedef std::pair<std::unique_ptr<Base>, long> P2;
37 P2 p2; local
38 p2 = std::move(p1);
39 assert(p2.first == nullptr);
40 assert(p2.second == 4);
rv_pair_U_V.pass.cpp 35 typedef std::pair<std::unique_ptr<Base>, long> P2;
37 P2 p2 = std::move(p1); local
38 assert(p2.first == nullptr);
39 assert(p2.second == 4);
  /external/linux-tools-perf/perf-3.12.0/arch/blackfin/lib/
memcpy.S 37 P2 = R2 ; /* length */
57 P2 = P2 >> 2;
58 CC = P2 <= 2;
61 P2 = R2;
62 LSETUP(.Lthree_start, .Lthree_end) LC0=P2;
72 P2 += -1; /* because we unroll one iteration */
73 LSETUP(.Lword_loops, .Lword_loope) LC0=P2;
94 .Lbytes_left: P2 = R3;
97 LSETUP (.Lbyte_start, .Lbyte_end) LC0=P2;
    [all...]
memset.S 28 P2 = R2 ; /* P2 = count */
39 P1 = P2 >> 2; /* count = n/4 */
43 P2 = R3;
49 CC = P0 == P2;
57 P2 = R2;
60 CC = P2 == 0; /* Check zero count */
64 LSETUP (.Lbyte_loop , .Lbyte_loop) LC0=P2;
81 P2 -= P1; /* reduce count */
  /external/chromium_org/third_party/libjingle/source/talk/base/
refcount.h 56 template<typename P1, typename P2>
57 RefCountedObject(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {
60 template<typename P1, typename P2, typename P3>
61 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {
64 template<typename P1, typename P2, typename P3, typename P4>
65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4
    [all...]
bind.h 200 class P2>
205 P2 p2)
208 p2_(p2) {}
215 P2 p2_;
220 class P2>
223 Functor2(const FunctorT& functor, P1 p1, P2 p2)
226 p2_(p2) {}
232 P2 p2_
333 typename detail::identity<P2>::type p2, member in namespace:talk_base
349 typename detail::identity<P2>::type p2, member in namespace:talk_base
365 typename detail::identity<P2>::type p2, member in namespace:talk_base
435 typename detail::identity<P2>::type p2, member in namespace:talk_base
453 typename detail::identity<P2>::type p2, member in namespace:talk_base
471 typename detail::identity<P2>::type p2, member in namespace:talk_base
550 typename detail::identity<P2>::type p2, member in namespace:talk_base
570 typename detail::identity<P2>::type p2, member in namespace:talk_base
590 typename detail::identity<P2>::type p2, member in namespace:talk_base
    [all...]
  /external/chromium_org/third_party/webrtc/base/
refcount.h 39 template<typename P1, typename P2>
40 RefCountedObject(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {
43 template<typename P1, typename P2, typename P3>
44 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {
47 template<typename P1, typename P2, typename P3, typename P4>
48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4
    [all...]
bind.h 183 class P2>
188 P2 p2)
191 p2_(p2) {}
198 P2 p2_;
203 class P2>
206 Functor2(const FunctorT& functor, P1 p1, P2 p2)
209 p2_(p2) {}
215 P2 p2_
316 typename detail::identity<P2>::type p2, member in namespace:rtc
332 typename detail::identity<P2>::type p2, member in namespace:rtc
348 typename detail::identity<P2>::type p2, member in namespace:rtc
418 typename detail::identity<P2>::type p2, member in namespace:rtc
436 typename detail::identity<P2>::type p2, member in namespace:rtc
454 typename detail::identity<P2>::type p2, member in namespace:rtc
533 typename detail::identity<P2>::type p2, member in namespace:rtc
553 typename detail::identity<P2>::type p2, member in namespace:rtc
573 typename detail::identity<P2>::type p2, member in namespace:rtc
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
ref_count.h 51 template<typename P1, typename P2>
52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {}
54 template<typename P1, typename P2, typename P3>
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {}
57 template<typename P1, typename P2, typename P3, typename P4>
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {
    [all...]
  /external/clang/test/Analysis/
region-store.cpp 15 class P2 {
22 class Derived: public P1, public P2 {
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 51 template<typename P1, typename P2>
52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {}
54 template<typename P1, typename P2, typename P3>
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {}
57 template<typename P1, typename P2, typename P3, typename P4>
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {
    [all...]
  /external/clang/test/Misc/
diagnostic-crash.cpp 17 template <bool del, class R, class T, class P1, class P2, class A1>
20 template <bool del, class T, class P1, class P2, class A1>
21 class AAAAAAAResultCallback_2_1< del, void, T, P1, P2, A1> :
26 template <class T1, class T2, class R, class P1, class P2, class A1>
27 inline typename AAAAAAAResultCallback_2_1<true, R, T1, P1, P2, A1>::base*
28 NewCallback(T1* obj, R(T2::* member)(P1, P2, A1), const P1& p1, const P2& p2) {}
  /external/chromium_org/ppapi/shared_impl/
thread_aware_callback.h 76 template <class P1, class P2>
77 void RunOnTargetThread(const P1& p1, const P2& p2) {
78 InternalRunOnTargetThread(base::Bind(func_, p1, p2));
81 template <class P1, class P2, class P3>
82 void RunOnTargetThread(const P1& p1, const P2& p2, const P3& p3) {
83 InternalRunOnTargetThread(base::Bind(func_, p1, p2, p3));
86 template <class P1, class P2, class P3, class P4>
88 const P2& p2
    [all...]
proxy_lock.h 125 template <class ReturnType, class P1, class P2>
126 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2),
128 const P2& p2) {
130 return function(p1, p2);
132 template <class ReturnType, class P1, class P2, class P3>
133 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3),
135 const P2& p2,
138 return function(p1, p2, p3)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Functional.h 85 template<typename R, typename P1, typename P2>
86 class FunctionWrapper<R(*)(P1, P2)> {
90 explicit FunctionWrapper(R(*function)(P1, P2))
95 R operator()(P1 p1, P2 p2)
97 return m_function(p1, p2);
101 R(*m_function)(P1, P2);
104 template<typename R, typename P1, typename P2, typename P3>
105 class FunctionWrapper<R(*)(P1, P2, P3)> {
109 explicit FunctionWrapper(R(*function)(P1, P2, P3)
    [all...]

Completed in 473 milliseconds

1 2 3 4 5 6