Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp415 OMP_REQ_DYNAMIC_ALLOCATORS = 0x010, enumerator
416 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/OMP_REQ_DYNAMIC_ALLOCATORS)
438 RequiresFlags |= OMP_REQ_DYNAMIC_ALLOCATORS; in OpenMPIRBuilderConfig()
454 return RequiresFlags & OMP_REQ_DYNAMIC_ALLOCATORS; in hasRequiresDynamicAllocators()
485 RequiresFlags |= OMP_REQ_DYNAMIC_ALLOCATORS; in setHasRequiresDynamicAllocators()
487 RequiresFlags &= ~OMP_REQ_DYNAMIC_ALLOCATORS; in setHasRequiresDynamicAllocators()