Searched refs:mismatch (Results 1 – 4 of 4) sorted by relevance
11 directory; this can be used to exercise "API mismatch" situations by
172 -Wno-implicit-exception-spec-mismatch \
434 $$(error argument mismatch $(1) and ($2))441 $$(error argument mismatch $(1) and ($2))
1936 bool mismatch = false; in CodeFlowVerifyInstruction() local1938 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()1940 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()1942 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()1944 if (mismatch) { in CodeFlowVerifyInstruction()