Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp10231 bool Sema::checkUnsafeAssigns(SourceLocation Loc, in checkUnsafeAssigns() function in Sema
10267 if (checkUnsafeAssigns(Loc, LHSType, RHS)) in checkUnsafeExprAssigns()
DSemaDecl.cpp9751 checkUnsafeAssigns(VDecl->getLocation(), VDecl->getType(), Init); in AddInitializerToDecl()
/external/clang/include/clang/Sema/
DSema.h8936 bool checkUnsafeAssigns(SourceLocation Loc, QualType LHS, Expr *RHS);