Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp621 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional() local
623 return ClassifyInternal(Ctx, NonThrow); in ClassifyConditional()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6656 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands() local
6657 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()
6660 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()
6661 return NonThrow->getType(); in CXXCheckConditionalOperands()