Home
last modified time | relevance | path

Searched refs:NULTerminatedToString (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Parser/
H A Dmessage.cpp36 asString = text->text().NULTerminatedToString(); in Format()
210 return t.text().NULTerminatedToString(); in ResolveProvenances()
/llvm-project/flang/include/flang/Parser/
H A Dchar-block.h104 std::string NULTerminatedToString() const { in NULTerminatedToString() function
/llvm-project/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp2167 ompClause.source.NULTerminatedToString() != "hint(omp_sync_hint_none)") { in Leave()