Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp24169 QualType AllocatorExprType = AllocatorExpr->getType(); in ActOnOpenMPUsesAllocatorClause() local
24172 Context.hasSameUnqualifiedType(AllocatorExprType, in ActOnOpenMPUsesAllocatorClause()
24176 Context.typesAreCompatible(AllocatorExprType, OMPAllocatorHandleT); in ActOnOpenMPUsesAllocatorClause()
24178 !AllocatorExprType.isConstant(Context) && AllocatorExpr->isLValue(); in ActOnOpenMPUsesAllocatorClause()