HomeSort by: relevance | last modified time | path
    Searched refs:FirstSeparator (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h 861 /// \param FirstSeparator First separator used between the initial two
866 StringRef FirstSeparator,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 306 StringRef FirstSeparator, Separator;
312 explicit CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
CGOpenMPRuntime.cpp 1075 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
1077 : CGM(CGM), FirstSeparator(FirstSeparator), Separator(Separator),
1104 StringRef Sep = FirstSeparator;
CGStmtOpenMP.cpp 1678 ArrayRef<StringRef> Parts, StringRef FirstSeparator, StringRef Separator) {
1681 StringRef Sep = FirstSeparator;
CodeGenFunction.h 1730 /// \param FirstSeparator First separator used between the initial two
1735 StringRef FirstSeparator = ".",
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 2185 StringRef FirstSeparator,
2189 StringRef Sep = FirstSeparator;

Completed in 82 milliseconds