Lines Matching defs:TEST_P
63 TEST_P(MachineLoadOperatorTest, InstancesAreGloballyShared) { in TEST_P() function
70 TEST_P(MachineLoadOperatorTest, NumberOfInputsAndOutputs) { in TEST_P() function
85 TEST_P(MachineLoadOperatorTest, OpcodeIsCorrect) { in TEST_P() function
91 TEST_P(MachineLoadOperatorTest, ParameterIsCorrect) { in TEST_P() function
121 TEST_P(MachineStoreOperatorTest, InstancesAreGloballyShared) { in TEST_P() function
128 TEST_P(MachineStoreOperatorTest, NumberOfInputsAndOutputs) { in TEST_P() function
143 TEST_P(MachineStoreOperatorTest, OpcodeIsCorrect) { in TEST_P() function
149 TEST_P(MachineStoreOperatorTest, ParameterIsCorrect) { in TEST_P() function
227 TEST_P(MachinePureOperatorTest, InstancesAreGloballyShared) { in TEST_P() function
235 TEST_P(MachinePureOperatorTest, NumberOfInputsAndOutputs) { in TEST_P() function
252 TEST_P(MachinePureOperatorTest, MarkedAsPure) { in TEST_P() function
260 TEST_P(MachinePureOperatorTest, OpcodeIsCorrect) { in TEST_P() function