Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h916 StringRef FirstSeparator,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h306 StringRef FirstSeparator, Separator; variable
312 explicit CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
H A DCGOpenMPRuntime.cpp1079 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator, in CGOpenMPRuntime() argument
1081 : CGM(CGM), FirstSeparator(FirstSeparator), Separator(Separator), in CGOpenMPRuntime()
1108 StringRef Sep = FirstSeparator; in getName()
H A DCGStmtOpenMP.cpp1686 ArrayRef<StringRef> Parts, StringRef FirstSeparator, StringRef Separator) { in getNameWithSeparators() argument
1689 StringRef Sep = FirstSeparator; in getNameWithSeparators()
H A DCodeGenFunction.h1735 StringRef FirstSeparator = ".",
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2260 StringRef FirstSeparator, in getNameWithSeparators() argument
2264 StringRef Sep = FirstSeparator; in getNameWithSeparators()