Lines Matching defs:p0
88 : BufferedRawMachineAssemblerTester(ComputeParameterCount(p0, p1, p2, p3), in BufferedRawMachineAssemblerTester()
122 ReturnType Call(P0 p0) { in Call()
131 ReturnType Call(P0 p0, P1 p1) { in Call()
141 ReturnType Call(P0 p0, P1 p1, P2 p2) { in Call()
151 ReturnType Call(P0 p0, P1 p1, P2 p2, P3 p3) { in Call()
163 MachineType p0, MachineType p1, in BufferedRawMachineAssemblerTester()
193 static uint32_t ComputeParameterCount(MachineType p0, MachineType p1, in ComputeParameterCount()
270 void Call(P0 p0) { in Call()
276 void Call(P0 p0, P1 p1) { in Call()
283 void Call(P0 p0, P1 p1, P2 p2) { in Call()
291 void Call(P0 p0, P1 p1, P2 p2, P3 p3) { in Call()
360 CType p0; variable