Searched refs:SecondTry (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5771 bool SecondTry = false; local
5833 if (SecondTry)
5835 SecondTry = true;
5971 bool SecondTry = false; local
6033 if (SecondTry)
6035 SecondTry = true;
6081 bool SecondTry = false; local
6282 if (SecondTry)
6284 SecondTry = true;
/external/clang/lib/Sema/
H A DSemaDecl.cpp808 bool SecondTry = false; local
844 if (!getLangOpts().CPlusPlus && !SecondTry &&
851 if (!SecondTry && CCC) {
852 SecondTry = true;

Completed in 186 milliseconds