Searched refs:FirstSeparator (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 916 StringRef FirstSeparator,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 306 StringRef FirstSeparator, Separator; variable 312 explicit CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
|
| H A D | CGOpenMPRuntime.cpp | 1079 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 D | CGStmtOpenMP.cpp | 1686 ArrayRef<StringRef> Parts, StringRef FirstSeparator, StringRef Separator) { in getNameWithSeparators() argument 1689 StringRef Sep = FirstSeparator; in getNameWithSeparators()
|
| H A D | CodeGenFunction.h | 1735 StringRef FirstSeparator = ".",
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2260 StringRef FirstSeparator, in getNameWithSeparators() argument 2264 StringRef Sep = FirstSeparator; in getNameWithSeparators()
|