Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp621 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) ClassifyConditional() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6656 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); CXXCheckConditionalOperands() local