Searched refs:gotSource (Results 1 – 1 of 1) sorted by relevance
31 bool gotSource{false}; member154 if (info.gotSource) { // C943 in CheckAllocateOptions()165 info.gotSource = true; in CheckAllocateOptions()173 if (info.gotSource || info.gotTypeSpec) { // C944 in CheckAllocateOptions()189 if (info.gotSource || info.gotMold) { in CheckAllocateOptions()212 if (info.gotSource) { in CheckAllocateOptions()431 allocateInfo_.gotTypeSpec || allocateInfo_.gotSource}; in RunChecks()469 } else if (allocateInfo_.gotSource || allocateInfo_.gotMold) { in RunChecks()488 if (!(allocateInfo_.gotSource || allocateInfo_.gotMold)) { in RunChecks()499 allocateInfo_.gotSource ? "SOURCE" : "MOLD", in RunChecks()[all …]