Home
last modified time | relevance | path

Searched refs:IsPassedByNonConst (Results 1 – 11 of 11) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dconstvars.cxx147 bool IsPassedByNonConst(const VarDecl* varDecl, const Stmt* child, CallerWrapper callExpr,
385 else if (IsPassedByNonConst(varDecl, child, operatorCallExpr, *callee)) in check()
411 if (IsPassedByNonConst(varDecl, child, cxxMemberCallExpr, in check()
421 if (IsPassedByNonConst(varDecl, child, cxxConstructExpr, in check()
431 if (IsPassedByNonConst(varDecl, child, callExpr, *callee)) in check()
508 bool ConstVars::IsPassedByNonConst(const VarDecl* varDecl, const Stmt* child, in IsPassedByNonConst() function in __anon8b7b48310111::ConstVars
H A Dconstfields.cxx175 bool IsPassedByNonConst(const FieldDecl* fieldDecl, const Stmt* child, CallerWrapper callExpr,
430 else if (IsPassedByNonConst(fieldDecl, child, operatorCallExpr, *callee)) in check()
456 if (IsPassedByNonConst(fieldDecl, child, cxxMemberCallExpr, in check()
466 if (IsPassedByNonConst(fieldDecl, child, cxxConstructExpr, in check()
476 if (IsPassedByNonConst(fieldDecl, child, callExpr, *callee)) in check()
546 bool ConstFields::IsPassedByNonConst(const FieldDecl* fieldDecl, const Stmt* child, in IsPassedByNonConst() function in __anon1f68524c0111::ConstFields
H A Dunusedvarsglobal.cxx168 bool IsPassedByNonConst(const VarDecl* fieldDecl, const Stmt* child, CallerWrapper callExpr,
729 else if (IsPassedByNonConst(varDecl, child, operatorCallExpr, *callee)) in checkIfWrittenTo()
756 else if (IsPassedByNonConst(varDecl, child, cxxMemberCallExpr, in checkIfWrittenTo()
766 if (IsPassedByNonConst(varDecl, child, cxxConstructExpr, in checkIfWrittenTo()
776 if (IsPassedByNonConst(varDecl, child, callExpr, *callee)) in checkIfWrittenTo()
922 bool UnusedVarsGlobal::IsPassedByNonConst(const VarDecl* varDecl, const Stmt* child, in IsPassedByNonConst() function in __anon2fc2e0ef0111::UnusedVarsGlobal
H A Dwriteonlyvars.cxx165 bool IsPassedByNonConst(const VarDecl* varDecl, const Stmt* child, CallerWrapper callExpr,
885 else if (IsPassedByNonConst(varDecl, child, operatorCallExpr, *callee)) in checkIfWrittenTo()
912 else if (IsPassedByNonConst(varDecl, child, cxxMemberCallExpr, in checkIfWrittenTo()
922 if (IsPassedByNonConst(varDecl, child, cxxConstructExpr, in checkIfWrittenTo()
932 if (IsPassedByNonConst(varDecl, child, callExpr, *callee)) in checkIfWrittenTo()
1080 bool WriteOnlyVars::IsPassedByNonConst(const VarDecl* varDecl, const Stmt* child, in IsPassedByNonConst() function in __anonc94e64970111::WriteOnlyVars
H A Dunusedfields.cxx175 bool IsPassedByNonConst(const FieldDecl* fieldDecl, const Stmt * child, CallerWrapper callExpr,
888 else if (IsPassedByNonConst(fieldDecl, child, operatorCallExpr, *callee)) in checkIfWrittenTo()
913 … else if (IsPassedByNonConst(fieldDecl, child, cxxMemberCallExpr, CalleeWrapper(calleeMethodDecl))) in checkIfWrittenTo()
922 … if (IsPassedByNonConst(fieldDecl, child, cxxConstructExpr, CalleeWrapper(cxxConstructExpr))) in checkIfWrittenTo()
930 if (IsPassedByNonConst(fieldDecl, child, callExpr, *callee)) in checkIfWrittenTo()
1087 bool UnusedFields::IsPassedByNonConst(const FieldDecl* fieldDecl, const Stmt * child, CallerWrapper… in IsPassedByNonConst() function in __anon944a7cf90111::UnusedFields
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dconstvars.cxx140 bool IsPassedByNonConst(const VarDecl* varDecl, const Stmt* child, CallerWrapper callExpr,
378 else if (IsPassedByNonConst(varDecl, child, operatorCallExpr, *callee)) in check()
404 if (IsPassedByNonConst(varDecl, child, cxxMemberCallExpr, in check()
414 if (IsPassedByNonConst(varDecl, child, cxxConstructExpr, in check()
424 if (IsPassedByNonConst(varDecl, child, callExpr, *callee)) in check()
501 bool ConstVars::IsPassedByNonConst(const VarDecl* varDecl, const Stmt* child, in IsPassedByNonConst() function in __anon038b31890111::ConstVars
H A Dconstfields.cxx168 bool IsPassedByNonConst(const FieldDecl* fieldDecl, const Stmt* child, CallerWrapper callExpr,
423 else if (IsPassedByNonConst(fieldDecl, child, operatorCallExpr, *callee)) in check()
449 if (IsPassedByNonConst(fieldDecl, child, cxxMemberCallExpr, in check()
459 if (IsPassedByNonConst(fieldDecl, child, cxxConstructExpr, in check()
469 if (IsPassedByNonConst(fieldDecl, child, callExpr, *callee)) in check()
539 bool ConstFields::IsPassedByNonConst(const FieldDecl* fieldDecl, const Stmt* child, in IsPassedByNonConst() function in __anondb17f1a40111::ConstFields
H A Dunusedfields.cxx166 bool IsPassedByNonConst(const FieldDecl* fieldDecl, const Stmt * child, CallerWrapper callExpr,
809 else if (IsPassedByNonConst(fieldDecl, child, operatorCallExpr, *callee)) in checkIfWrittenTo()
834 … else if (IsPassedByNonConst(fieldDecl, child, cxxMemberCallExpr, CalleeWrapper(calleeMethodDecl))) in checkIfWrittenTo()
843 … if (IsPassedByNonConst(fieldDecl, child, cxxConstructExpr, CalleeWrapper(cxxConstructExpr))) in checkIfWrittenTo()
851 if (IsPassedByNonConst(fieldDecl, child, callExpr, *callee)) in checkIfWrittenTo()
1008 bool UnusedFields::IsPassedByNonConst(const FieldDecl* fieldDecl, const Stmt * child, CallerWrapper… in IsPassedByNonConst() function in __anonc5ee07510111::UnusedFields
H A Dwriteonlyvars.cxx158 bool IsPassedByNonConst(const VarDecl* varDecl, const Stmt* child, CallerWrapper callExpr,
880 else if (IsPassedByNonConst(varDecl, child, operatorCallExpr, *callee)) in checkIfWrittenTo()
907 else if (IsPassedByNonConst(varDecl, child, cxxMemberCallExpr, in checkIfWrittenTo()
917 if (IsPassedByNonConst(varDecl, child, cxxConstructExpr, in checkIfWrittenTo()
927 if (IsPassedByNonConst(varDecl, child, callExpr, *callee)) in checkIfWrittenTo()
1075 bool WriteOnlyVars::IsPassedByNonConst(const VarDecl* varDecl, const Stmt* child, in IsPassedByNonConst() function in __anon2f6339ef0111::WriteOnlyVars
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog373540 (*) IsPassedByNonConst was completely wrong, not even sure why it worked
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog635589 (*) IsPassedByNonConst was completely wrong, not even sure why it worked