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.cpp650 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional() local
652 return ClassifyInternal(Ctx, NonThrow); in ClassifyConditional()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5891 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands() local
5892 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()
5895 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()
5896 return NonThrow->getType(); in CXXCheckConditionalOperands()