Home
last modified time | relevance | path

Searched defs:getProcBindKind (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/unittests/Frontend/
H A DOpenMPParsingTest.cpp63 TEST(OpenMPParsingTest, getProcBindKind) { in TEST() argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp253 static llvm::omp::ProcBindKind getProcBindKind(omp::ClauseProcBindKind kind) { getProcBindKind() function
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1138 llvm::omp::ProcBindKind getProcBindKind() const { return Kind; } getProcBindKind() function