Searched defs:EOL (Results 1 – 14 of 14) sorted by relevance
151 cat <<EOL heredoc
505 #define EOL "\r\n" macro509 #define EOL "\n" macro
152 EOL, enumerator
56 #define EOL macro
128 size_t Stream::EOL() { return PutChar('\n'); } EOL() function in Stream
82 #define EOL 2 /* no Match "" at end of line. */ macro
201 #define EOL 5 macro
98 #define EOL (BOL+1) macro
110 #define EOL (BOL-1) macro
681 StringRef EOL = getLexer().LexUntilEndOfStatement(); in parseDirectiveSection() local
1889 size_t EOL = Buffer.find_first_of("\n\r"); in readCheckFile() local
443 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment()
1724 static const char *const EOL = "\n"; in getEndOfLine() local