Home
last modified time | relevance | path

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

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