Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp3315 llvm::FoldingSetNodeID AEId, PAEId; in checkPreviousOMPAllocateAttribute() local
3317 PAE->Profile(PAEId, S.Context, /*Canonical=*/true); in checkPreviousOMPAllocateAttribute()
3318 AllocatorsMatch = AEId == PAEId; in checkPreviousOMPAllocateAttribute()