Searched refs:NextLine (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp756 JITEvent_EmittedFunctionDetails::LineStart NextLine; local
757 NextLine.Address = getCurrentPCValue();
758 NextLine.Loc = DL;
759 EmissionDetails.LineStarts.push_back(NextLine);
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c231 u_int8_t NextLine();
1182 while (result == 0 && NextLine()) { /*process the next line of the script*/
1307 while (result == 0 && NextLine()) {
1377 u_int8_t NextLine() function
1778 if (!NextLine()) { // no more lines in the script, so we've hit the end without an exit.

Completed in 109 milliseconds