Home
last modified time | relevance | path

Searched refs:IsObjectOutdated (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.h58 …bool IsObjectOutdated(ProjectBuildTarget* target, const pfDetails& pfd, wxString* errorStr…
H A Ddirectcommands.cpp180 if ( !IsObjectOutdated(target, pfd, &err) ) in CompileFile()
488 if (force || IsObjectOutdated(target, pfd, &err)) in GetTargetCompileCommands()
1076 bool DirectCommands::IsObjectOutdated(ProjectBuildTarget* target, const pfDetails& pfd, wxString* e… in IsObjectOutdated() function in DirectCommands