Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExpr.cpp10661 bool ReportInvalid) { in CheckVectorOperands() argument
10682 return ReportInvalid ? InvalidOperands(Loc, LHS, RHS) : QualType(); in CheckVectorOperands()
10689 return ReportInvalid ? InvalidOperands(Loc, LHS, RHS) : QualType(); in CheckVectorOperands()
10694 return ReportInvalid ? InvalidOperands(Loc, LHS, RHS) : QualType(); in CheckVectorOperands()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h12608 bool AllowBoolOperation, bool ReportInvalid);