Lines Matching defs:rc
508 int rc;
522 rc = doProfileMerging(ProfileFile, MergeDone);
523 if (rc || (!*MergeDone && COMPILER_RT_FTRUNCATE(ProfileFile, 0L)) ||
642 int rc = writeFile(Filename);
643 if (rc)
646 return rc;
1130 int rc, Length;
1168 rc = writeFile(Filename);
1169 if (rc)
1176 return rc;
1186 int rc = __llvm_profile_write_file();
1188 return rc;
1196 int rc, Length, LengthBeforeAppend, SuffixLength;
1233 rc = writeOrderFile(Filename);
1234 if (rc)
1241 return rc;
1246 int rc = __llvm_orderfile_write_file();
1247 return rc;