Searched defs:NonThrow (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ExprClassification.cpp | 621 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) ClassifyConditional() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprCXX.cpp | 6656 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); CXXCheckConditionalOperands() local |