Searched refs:toErase (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DStackSlotColoring.cpp353 SmallVector<MachineInstr*, 4> toErase; local
375 toErase.push_back(I);
378 toErase.push_back(NextMI);
382 for (SmallVector<MachineInstr*, 4>::iterator I = toErase.begin(),
383 E = toErase.end(); I != E; ++I)
/macosx-10.9.5/kext_tools-326.95.1/
H A Dsafecalls.c350 int szerofile(int fdvol, const char *toErase) argument
360 zfd = sopen(fdvol, toErase, O_WRONLY, 0);
H A Dupdate_boot.c189 static int eraseRPS(struct updatingVol *up, char *toErase);
2079 eraseRPS(struct updatingVol *up, char *toErase) argument
2086 if (stat(toErase, &sb) == -1 && errno == ENOENT) {
2093 pathcpy(path, toErase);
2100 rval = sdeepunlink(up->curbootfd, toErase);
2106 __FUNCTION__, toErase, errno, strerror(errno));

Completed in 91 milliseconds