Searched defs:IsRecursive (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp360 bool &IsRecursive, unsigned &StackDepth) {
361 IsRecursive = false;
371 IsRecursive = true;
849 bool IsRecursive = false; local
851 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth);
854 || IsRecursive))
868 || IsRecursive))
359 examineStackFrames(const Decl *D, const LocationContext *LCtx, bool &IsRecursive, unsigned &StackDepth) argument
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp7344 bool IsRecursive);
7465 bool IsRecursive = false;
7468 IsRecursive = true;
7480 return IsRecursive;
7486 bool IsRecursive) {
7490 if (IsRecursive && !E.Str.empty()) {
7500 E.State = IsRecursive? Recursive : NonRecursive;
7652 bool IsRecursive = false; local
7666 IsRecursive = TSC.removeIncomplete(ID);
7680 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive);
[all...]

Completed in 126 milliseconds