HomeSort by relevance Sort by last modified time
    Searched refs:PJ (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 182 typedef typename add_const_reference<Element>::type PJ;
186 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); }
192 typedef typename add_const_reference<Head>::type PJ;
195 static PJ get(const tuple<Head, Values...>& t) { return t.head(); }
example-bind.cpp 139 typedef typename add_const_reference<Element>::type PJ;
143 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); }
149 typedef typename add_const_reference<Head>::type PJ;
152 static PJ get(const tuple<Head, Values...>& t) { return t.head(); }
  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.c 76 #define PJ 10
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

Completed in 50 milliseconds