Home
last modified time | relevance | path

Searched refs:checkUnsafeExprAssigns (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp923 S.checkUnsafeExprAssigns(opcLoc, LHS, RHS); in buildAssignmentOperation()
1012 S.checkUnsafeExprAssigns(opcLoc, LHS, RHS); in buildAssignmentOperation()
DSemaChecking.cpp15570 void Sema::checkUnsafeExprAssigns(SourceLocation Loc, in checkUnsafeExprAssigns() function in Sema
DSemaExpr.cpp13215 checkUnsafeExprAssigns(Loc, LHSExpr, RHS.get()); in CheckAssignmentOperands()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h11870 void checkUnsafeExprAssigns(SourceLocation Loc, Expr *LHS, Expr *RHS);