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

/external/valgrind/tsan/
H A Dsuppressions.cc75 string NextLine();
118 string Parser::NextLine() { function in class:Parser
139 line = NextLine();
H A Dts_race_verifier.cc340 string NextLine() { function in class:StringStream
366 string line = ss.NextLine();
/external/llvm/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);
/external/clang/lib/Lex/
H A DLexer.cpp1926 const char *NextLine = CurPtr; local
1955 CurPtr = NextLine;

Completed in 86 milliseconds