Home
last modified time | relevance | path

Searched defs:P (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/external/llvm/include/llvm/Support/
DEndian.h300 template <typename T, endianness E> inline T read(const void *P) { in read()
304 template <endianness E> inline uint16_t read16(const void *P) { in read16()
307 template <endianness E> inline uint32_t read32(const void *P) { in read32()
310 template <endianness E> inline uint64_t read64(const void *P) { in read64()
314 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le()
315 inline uint32_t read32le(const void *P) { return read32<little>(P); } in read32le()
316 inline uint64_t read64le(const void *P) { return read64<little>(P); } in read64le()
317 inline uint16_t read16be(const void *P) { return read16<big>(P); } in read16be()
318 inline uint32_t read32be(const void *P) { return read32<big>(P); } in read32be()
319 inline uint64_t read64be(const void *P) { return read64<big>(P); } in read64be()
[all …]
DPointerLikeTypeTraits.h36 static inline void *getAsVoidPointer(T *P) { return P; } in getAsVoidPointer()
37 static inline T *getFromVoidPointer(void *P) { return static_cast<T *>(P); } in getFromVoidPointer()
54 static inline const void *getAsVoidPointer(const T* P) { in getAsVoidPointer()
57 static inline const T *getFromVoidPointer(const void *P) { in getFromVoidPointer()
67 static inline void *getAsVoidPointer(uintptr_t P) { in getAsVoidPointer()
70 static inline uintptr_t getFromVoidPointer(void *P) { in getFromVoidPointer()
/external/harfbuzz_ng/src/
Dhb-atomic-private.hh69 #define hb_atomic_ptr_impl_get(P) (_HBMemoryBarrier (), (void *) *(P)) argument
70 #define hb_atomic_ptr_impl_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void … argument
87 #define hb_atomic_ptr_impl_get(P) (OSMemoryBarrier (), (void *) *(P)) argument
89 #define hb_atomic_ptr_impl_cmpexch(P,O,N) OSAtomicCompareAndSwapPtrBarrier ((void *) (O), (void *) … argument
92 #define hb_atomic_ptr_impl_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t)… argument
94 #define hb_atomic_ptr_impl_cmpexch(P,O,N) OSAtomicCompareAndSwap32Barrier ((int32_t) (O), (int32_t)… argument
105 #define hb_atomic_ptr_impl_get(P) (void *) (__sync_synchronize (), *(P)) argument
106 #define hb_atomic_ptr_impl_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) argument
118 #define hb_atomic_ptr_impl_get(P) ( ({__machine_rw_barrier ();}), (void *) *(P)) argument
119 #define hb_atomic_ptr_impl_cmpexch(P,O,N) ( ({__machine_rw_barrier ();}), atomic_cas_ptr ((void **)… argument
[all …]
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Dparam_ctor_init.pass.cpp25 typedef D::param_type P; in main() typedef
33 typedef D::param_type P; in main() typedef
41 typedef D::param_type P; in main() typedef
50 typedef D::param_type P; in main() typedef
59 typedef D::param_type P; in main() typedef
69 typedef D::param_type P; in main() typedef
79 typedef D::param_type P; in main() typedef
Dparam_ctor_iterator.pass.cpp25 typedef D::param_type P; in main() typedef
34 typedef D::param_type P; in main() typedef
43 typedef D::param_type P; in main() typedef
53 typedef D::param_type P; in main() typedef
63 typedef D::param_type P; in main() typedef
74 typedef D::param_type P; in main() typedef
85 typedef D::param_type P; in main() typedef
/external/libcxx/test/std/utilities/utility/pairs/pairs.spec/
Dcomparison.pass.cpp27 typedef std::pair<int, short> P; in main() typedef
38 typedef std::pair<int, short> P; in main() typedef
49 typedef std::pair<int, short> P; in main() typedef
60 typedef std::pair<int, short> P; in main() typedef
71 typedef std::pair<int, short> P; in main() typedef
84 typedef std::pair<int, short> P; in main() typedef
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp41 typedef std::pair<int,int> P; in test() typedef
70 typedef std::pair<int,int> P; in test() typedef
110 typedef std::pair<int,int> P; in test() typedef
139 typedef std::pair<int,int> P; in test() typedef
168 typedef std::pair<int,int> P; in test() typedef
197 typedef std::pair<int,int> P; in test() typedef
226 typedef std::pair<int,int> P; in test() typedef
255 typedef std::pair<int,int> P; in test() typedef
/external/libcxx/test/std/containers/unord/unord.set/
Dswap_member.pass.cpp33 typedef int P; in main() typedef
62 typedef int P; in main() typedef
110 typedef int P; in main() typedef
152 typedef int P; in main() typedef
214 typedef int P; in main() typedef
243 typedef int P; in main() typedef
291 typedef int P; in main() typedef
333 typedef int P; in main() typedef
395 typedef int P; in main() typedef
424 typedef int P; in main() typedef
[all …]
Deq.pass.cpp31 typedef int P; in main() typedef
50 typedef int P; in main() typedef
69 typedef int P; in main() typedef
96 typedef int P; in main() typedef
115 typedef int P; in main() typedef
134 typedef int P; in main() typedef
Dlocal_iterators.pass.cpp32 typedef int P; in main() typedef
76 typedef int P; in main() typedef
120 typedef int P; in main() typedef
164 typedef int P; in main() typedef
210 typedef int P; in main() typedef
255 typedef int P; in main() typedef
300 typedef int P; in main() typedef
345 typedef int P; in main() typedef
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
Dswap_non_member.pass.cpp33 typedef int P; in main() typedef
62 typedef int P; in main() typedef
110 typedef int P; in main() typedef
152 typedef int P; in main() typedef
214 typedef int P; in main() typedef
243 typedef int P; in main() typedef
291 typedef int P; in main() typedef
333 typedef int P; in main() typedef
395 typedef int P; in main() typedef
424 typedef int P; in main() typedef
[all …]
/external/libcxx/test/std/containers/unord/unord.multimap/
Dswap_member.pass.cpp35 typedef std::pair<int, std::string> P; in main() typedef
64 typedef std::pair<int, std::string> P; in main() typedef
112 typedef std::pair<int, std::string> P; in main() typedef
156 typedef std::pair<int, std::string> P; in main() typedef
220 typedef std::pair<int, std::string> P; in main() typedef
249 typedef std::pair<int, std::string> P; in main() typedef
297 typedef std::pair<int, std::string> P; in main() typedef
341 typedef std::pair<int, std::string> P; in main() typedef
405 typedef std::pair<int, std::string> P; in main() typedef
434 typedef std::pair<int, std::string> P; in main() typedef
[all …]
Deq.pass.cpp32 typedef std::pair<int, std::string> P; in main() typedef
54 typedef std::pair<int, std::string> P; in main() typedef
76 typedef std::pair<int, std::string> P; in main() typedef
107 typedef std::pair<int, std::string> P; in main() typedef
130 typedef std::pair<int, std::string> P; in main() typedef
153 typedef std::pair<int, std::string> P; in main() typedef
Dlocal_iterators.pass.cpp33 typedef std::pair<int, std::string> P; in main() typedef
97 typedef std::pair<int, std::string> P; in main() typedef
161 typedef std::pair<int, std::string> P; in main() typedef
225 typedef std::pair<int, std::string> P; in main() typedef
291 typedef std::pair<int, std::string> P; in main() typedef
356 typedef std::pair<int, std::string> P; in main() typedef
421 typedef std::pair<int, std::string> P; in main() typedef
486 typedef std::pair<int, std::string> P; in main() typedef
/external/libcxx/test/std/containers/unord/unord.multiset/
Dswap_member.pass.cpp33 typedef int P; in main() typedef
62 typedef int P; in main() typedef
110 typedef int P; in main() typedef
152 typedef int P; in main() typedef
214 typedef int P; in main() typedef
243 typedef int P; in main() typedef
291 typedef int P; in main() typedef
333 typedef int P; in main() typedef
395 typedef int P; in main() typedef
424 typedef int P; in main() typedef
[all …]
Deq.pass.cpp31 typedef int P; in main() typedef
53 typedef int P; in main() typedef
75 typedef int P; in main() typedef
106 typedef int P; in main() typedef
129 typedef int P; in main() typedef
152 typedef int P; in main() typedef
Dlocal_iterators.pass.cpp32 typedef int P; in main() typedef
90 typedef int P; in main() typedef
148 typedef int P; in main() typedef
206 typedef int P; in main() typedef
266 typedef int P; in main() typedef
325 typedef int P; in main() typedef
384 typedef int P; in main() typedef
443 typedef int P; in main() typedef
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
Dswap_non_member.pass.cpp33 typedef int P; in main() typedef
62 typedef int P; in main() typedef
110 typedef int P; in main() typedef
152 typedef int P; in main() typedef
214 typedef int P; in main() typedef
243 typedef int P; in main() typedef
291 typedef int P; in main() typedef
333 typedef int P; in main() typedef
395 typedef int P; in main() typedef
424 typedef int P; in main() typedef
[all …]
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
Dswap_non_member.pass.cpp34 typedef std::pair<int, std::string> P; in main() typedef
63 typedef std::pair<int, std::string> P; in main() typedef
111 typedef std::pair<int, std::string> P; in main() typedef
155 typedef std::pair<int, std::string> P; in main() typedef
219 typedef std::pair<int, std::string> P; in main() typedef
248 typedef std::pair<int, std::string> P; in main() typedef
296 typedef std::pair<int, std::string> P; in main() typedef
340 typedef std::pair<int, std::string> P; in main() typedef
404 typedef std::pair<int, std::string> P; in main() typedef
433 typedef std::pair<int, std::string> P; in main() typedef
[all …]
/external/libcxx/test/std/containers/unord/unord.map/
Deq.pass.cpp32 typedef std::pair<int, std::string> P; in main() typedef
51 typedef std::pair<int, std::string> P; in main() typedef
70 typedef std::pair<int, std::string> P; in main() typedef
98 typedef std::pair<int, std::string> P; in main() typedef
118 typedef std::pair<int, std::string> P; in main() typedef
138 typedef std::pair<int, std::string> P; in main() typedef
Dlocal_iterators.pass.cpp33 typedef std::pair<int, std::string> P; in main() typedef
81 typedef std::pair<int, std::string> P; in main() typedef
129 typedef std::pair<int, std::string> P; in main() typedef
177 typedef std::pair<int, std::string> P; in main() typedef
227 typedef std::pair<int, std::string> P; in main() typedef
276 typedef std::pair<int, std::string> P; in main() typedef
325 typedef std::pair<int, std::string> P; in main() typedef
374 typedef std::pair<int, std::string> P; in main() typedef
/external/llvm/include/llvm/IR/
DLegacyPassNameParser.h58 virtual bool ignorablePassImpl(const PassInfo *P) const { return false; } in ignorablePassImpl()
60 inline bool ignorablePass(const PassInfo *P) const { in ignorablePass()
69 void passRegistered(const PassInfo *P) override { in passRegistered()
78 void passEnumerate(const PassInfo *P) override { passRegistered(P); } in passEnumerate()
108 bool ignorablePassImpl(const PassInfo *P) const override { in ignorablePassImpl()
/external/clang/lib/Parse/
DRAIIObjectsForParser.h101 ParsingDeclRAIIObject(Parser &P, NoParent_t _) in ParsingDeclRAIIObject()
107 ParsingDeclRAIIObject(Parser &P, in ParsingDeclRAIIObject()
116 ParsingDeclRAIIObject(Parser &P, ParsingDeclRAIIObject *other) in ParsingDeclRAIIObject()
179 ParsingDeclSpec(Parser &P) in ParsingDeclSpec()
182 ParsingDeclSpec(Parser &P, ParsingDeclRAIIObject *RAII) in ParsingDeclSpec()
204 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, TheContext C) in ParsingDeclarator()
231 ParsingFieldDeclarator(Parser &P, const ParsingDeclSpec &DS) in ParsingFieldDeclarator()
271 Parser &P; variable
275 : P(p), OldVal(P.ColonIsSacred) { in P() function
311 InMessageExpressionRAIIObject(Parser &P, bool Value) in InMessageExpressionRAIIObject()
[all …]
/external/libcxx/test/std/utilities/utility/pairs/pair.astuple/
Dtuple_element.pass.cpp24 typedef std::pair<T1, T2> P; in test() typedef
31 typedef std::pair<T1, T2> const P; in test() typedef
38 typedef std::pair<T1, T2> volatile P; in test() typedef
45 typedef std::pair<T1, T2> const volatile P; in test() typedef
/external/clang/test/Sema/
Dtypecheck-binop.c9 void *sub2(struct incomplete *P) { in sub2()
13 void *sub3(void *P) { in sub3()
17 int sub4(void *P, void *Q) { in sub4()
21 int sub5(void *P, int *Q) { in sub5()

12345678910>>...44