Searched refs:tryConvert (Results 1 – 4 of 4) sorted by relevance
743 bool tryConvert(MachineBasicBlock *);873 bool AArch64ConditionalCompares::tryConvert(MachineBasicBlock *MBB) { in tryConvert() function in AArch64ConditionalCompares911 if (tryConvert(I->getBlock())) in runOnMachineFunction()
787 bool tryConvert(MachineBasicBlock *);915 bool AArch64ConditionalCompares::tryConvert(MachineBasicBlock *MBB) { in tryConvert() function in AArch64ConditionalCompares954 if (tryConvert(I->getBlock())) in runOnMachineFunction()
178 static fail tryConvert(...);179 static succeed tryConvert(const T2&);193 sizeof(tryConvert(makeT1())) == sizeof(succeed);
1386 BOOL tryConvert; in ParseVariablesFromUnattendXml() local1421 tryConvert = TRUE; in ParseVariablesFromUnattendXml()1425 tryConvert = FALSE; in ParseVariablesFromUnattendXml()1429 if (tryConvert && in ParseVariablesFromUnattendXml()1432 } else if (tryConvert && in ParseVariablesFromUnattendXml()1435 } else if (tryConvert && ::StrToIntExW(bstrValue, STIF_DEFAULT, &iValue)) { in ParseVariablesFromUnattendXml()