Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A DSourceInfo.h50 std::string initStr(const void *Name) { in initStr() function
60 std::string initStr(const ident_t *Loc) { in initStr() function
85 : SourceStr(initStr(Loc)), Name(getSubstring(1)), in SourceInfo()
90 : SourceStr(initStr(Name)), Name(getSubstring(0)), in SourceInfo()