Home
last modified time | relevance | path

Searched refs:LVoid (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp6077 bool LVoid = LTy->isVoidType(); in CXXCheckConditionalOperands() local
6079 if (LVoid || RVoid) { in CXXCheckConditionalOperands()
6090 LVoid ? LHS.get()->getSourceRange() : RHS.get()->getSourceRange(); in CXXCheckConditionalOperands()
6091 bool IsThrow = LVoid ? LThrow : RThrow; in CXXCheckConditionalOperands()
6108 if (LVoid && RVoid) in CXXCheckConditionalOperands()
6113 << (LVoid ? RTy : LTy) << (LVoid ? 0 : 1) in CXXCheckConditionalOperands()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5131 bool LVoid = LTy->isVoidType(); in CXXCheckConditionalOperands() local
5133 if (LVoid || RVoid) { in CXXCheckConditionalOperands()
5151 if (LVoid && RVoid) in CXXCheckConditionalOperands()
5156 << (LVoid ? RTy : LTy) << (LVoid ? 0 : 1) in CXXCheckConditionalOperands()