Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp611 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional() local
613 return ClassifyInternal(Ctx, NonThrow); in ClassifyConditional()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp6539 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands() local
6540 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()
6543 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()
6544 return NonThrow->getType(); in CXXCheckConditionalOperands()