Searched defs:PJ (Results 1 - 3 of 3) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A Dpins_arduino.c76 #define PJ 10 macro
147 PJ , // PJ 1 ** 14 ** USART3_TX
148 PJ , // PJ 0 ** 15 ** USART3_RX
222 _BV( 1 ) , // PJ 1 ** 14 ** USART3_TX
223 _BV( 0 ) , // PJ 0 ** 15 ** USART3_RX
297 NOT_ON_TIMER , // PJ 1 ** 14 ** USART3_TX
298 NOT_ON_TIMER , // PJ 0 ** 15 ** USART3_RX
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp182 typedef typename add_const_reference<Element>::type PJ; typedef in class:get_impl
186 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); }
192 typedef typename add_const_reference<Head>::type PJ; typedef in class:get_impl
195 static PJ get(const tuple<Head, Values...>& t) { return t.head(); }
H A Dexample-bind.cpp139 typedef typename add_const_reference<Element>::type PJ; typedef in class:get_impl
143 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); }
149 typedef typename add_const_reference<Head>::type PJ; typedef in class:get_impl
152 static PJ get(const tuple<Head, Values...>& t) { return t.head(); }

Completed in 107 milliseconds