/external/libcxx/test/std/utilities/utility/pairs/pair.astuple/ |
D | tuple_size.pass.cpp | 21 typedef std::pair<int, short> P1; in main() typedef 25 typedef std::pair<int, short> const P1; in main() typedef 29 typedef std::pair<int, short> volatile P1; in main() typedef 33 typedef std::pair<int, short> const volatile P1; in main() typedef
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.spec/ |
D | make_pair.pass.cpp | 23 typedef std::pair<int, short> P1; in main() typedef 31 typedef std::pair<std::unique_ptr<int>, short> P1; in main() typedef 37 typedef std::pair<std::unique_ptr<int>, short> P1; in main() typedef 45 typedef std::pair<int, short> P1; in main() typedef
|
D | non_member_swap.pass.cpp | 22 typedef std::pair<int, short> P1; in main() typedef
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | const_pair_U_V.pass.cpp | 29 using P1 = std::pair<T1, int>; in test_pair_const() typedef 60 typedef std::pair<int, int> P1; in main() typedef 69 using P1 = DPair<long, long>; in main() typedef 157 typedef std::pair<int, int> P1; in main() typedef 165 using P1 = std::pair<int, int>; in main() typedef 173 using P1 = std::pair<int, int>; in main() typedef
|
D | copy_ctor.pass.cpp | 24 typedef std::pair<int, short> P1; in main() typedef 32 typedef std::pair<int, short> P1; in main() typedef
|
D | special_member_generation_test.pass.cpp | 34 using P1 = std::pair<T1, int>; in test() typedef 82 using P1 = std::pair<T1, int>; in test() typedef
|
D | rv_pair_U_V.pass.cpp | 30 using P1 = std::pair<T1, int>; in test_pair_rv() typedef 70 typedef std::pair<std::unique_ptr<Derived>, int> P1; in main() typedef 79 using P1 = DPair<long, long>; in main() typedef
|
D | swap.pass.cpp | 31 typedef std::pair<int, short> P1; in main() typedef 41 typedef std::pair<int, S> P1; in main() typedef
|
D | trivial_copy_move.pass.cpp | 47 using P1 = std::pair<Dummy, int>; in main() typedef
|
D | piecewise.pass.cpp | 28 typedef std::pair<int, int*> P1; in main() typedef
|
/external/clang/unittests/Tooling/ |
D | FixItTest.cpp | 43 Expr *P1 = CE->getArg(1); in TEST() local 62 Expr *P1 = CE->getArg(1); in TEST() local 73 Expr *P1 = CE->getArg(1); in TEST() local 96 Expr *P1 = CE->getArg(1); in TEST() local 109 Expr *P1 = CE->getArg(1); in TEST() local 134 Expr *P1 = CE->getArg(1); in TEST() local 164 Expr *P1 = CE->getArg(1); in TEST() local 194 Expr *P1 = CE->getArg(1); in TEST() local 209 Expr *P1 = CE->getArg(1); in TEST() local 223 Expr *P1 = CE->getArg(1); in TEST() local
|
/external/clang/test/PCH/ |
D | designated-init.c.h | 44 struct P1 { struct 51 struct P1 l1 = { argument
|
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
D | is_equal.pass.cpp | 44 auto& P1 = R1.getController(); in main() local 61 auto& P1 = R1.getController(); in main() local 78 auto& P1 = R1.getController(); in main() local
|
/external/clang/test/CodeGenObjC/ |
D | default-property-synthesis.m | 24 @property int P1; property 29 @property int P1; property
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | SymbolStringPoolTest.cpp | 20 auto P1 = SP.intern("hello"); in TEST() local 46 auto P1 = SP.intern("s1"); in TEST() local
|
/external/clang/test/SemaObjC/ |
D | property-impl-misuse.m | 43 @property int P1; // expected-warning {{type of property 'P1' does not match type of accessor 'P1'}… property 44 - (double) P1; // expected-note {{declared here}} method
|
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/ |
D | sysv.S | 88 P1 = [P0]; define 103 P1 = [P0]; define 104 P1 = [P1]; define
|
/external/libffi/src/bfin/ |
D | sysv.S | 88 P1 = [P0]; define 103 P1 = [P0]; define 104 P1 = [P1]; define
|
/external/clang/test/CodeGen/ |
D | partial-reinitialization1.c | 3 struct P1 { struct 11 struct P1 l1 = { argument
|
/external/clang/test/SemaObjCXX/ |
D | base-type-as-written.mm | 4 @protocol P1 protocol
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-ivars.mm | 5 @protocol P1 @end protocol 17 INTF<P> *(*imp_fptr)(void (^_block)(id<P>, INTF<P,P1>*)); field
|
/external/clang/test/Parser/ |
D | objc-alias-printing.m | 3 @protocol P1 @end protocol
|
/external/clang/test/Index/Core/ |
D | index-source.mm | 6 @protocol P1,P2; protocol in MyCls
|
/external/clang/test/CodeGenCXX/ |
D | PR5863-unreachable-block.cpp | 6 void P1() { in P1() function
|
/external/libcxx/test/std/utilities/memory/pointer.conversion/ |
D | to_address.pass.cpp | 21 class P1 class 26 explicit P1(int* p) in P1() function in P1
|