Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td253 let clangClass = "OMPDynamicAllocatorsClause";
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h1365 class OMPDynamicAllocatorsClause final : public OMPClause {
1372 OMPDynamicAllocatorsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDynamicAllocatorsClause() function
1376 OMPDynamicAllocatorsClause() in OMPDynamicAllocatorsClause() function
DRecursiveASTVisitor.h3161 OMPDynamicAllocatorsClause *) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtProfile.cpp519 const OMPDynamicAllocatorsClause *C) {} in VisitOMPDynamicAllocatorsClause()
DOpenMPClause.cpp1693 OMPDynamicAllocatorsClause *) { in VisitOMPDynamicAllocatorsClause() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp3141 !DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>()) in ActOnOpenMPAllocateDirective()
3286 isa<OMPDynamicAllocatorsClause>(CNew)) { in CheckOMPRequiresDecl()
5139 !Stack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>() && in checkAllocateClauses()
6330 DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>())) { in ActOnOpenMPExecutableDirective()
15134 return new (Context) OMPDynamicAllocatorsClause(StartLoc, EndLoc); in ActOnOpenMPDynamicAllocatorsClause()
20918 !DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>()) in ActOnOpenMPAllocateClause()
DTreeTransform.h9533 OMPDynamicAllocatorsClause *C) { in TransformOMPDynamicAllocatorsClause()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp11831 C = new (Context) OMPDynamicAllocatorsClause(); in readClause()
12210 OMPClauseReader::VisitOMPDynamicAllocatorsClause(OMPDynamicAllocatorsClause *) { in VisitOMPDynamicAllocatorsClause() argument
DASTWriter.cpp6636 OMPClauseWriter::VisitOMPDynamicAllocatorsClause(OMPDynamicAllocatorsClause *) { in VisitOMPDynamicAllocatorsClause() argument