Home
last modified time | relevance | path

Searched refs:checkUnsafeAssigns (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13379 bool Sema::checkUnsafeAssigns(SourceLocation Loc, in checkUnsafeAssigns() function in Sema
13415 if (checkUnsafeAssigns(Loc, LHSType, RHS)) in checkUnsafeExprAssigns()
H A DSemaDecl.cpp13524 checkUnsafeAssigns(VDecl->getLocation(), VDecl->getType(), Init); in AddInitializerToDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2309 bool checkUnsafeAssigns(SourceLocation Loc, QualType LHS, Expr *RHS);