Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp251 SharingMapTy *getTopOfStackOrNull() { in getTopOfStackOrNull() function in __anon5b04668f0111::DSAStackTy
257 const SharingMapTy *getTopOfStackOrNull() const { in getTopOfStackOrNull() function in __anon5b04668f0111::DSAStackTy
258 return const_cast<DSAStackTy&>(*this).getTopOfStackOrNull(); in getTopOfStackOrNull()
262 return *getTopOfStackOrNull(); in getTopOfStack()
352 const SharingMapTy *Top = getTopOfStackOrNull(); in isBodyComplete()
515 if (const SharingMapTy *Stack = getTopOfStackOrNull()) in isUsedInScanDirective()
610 const SharingMapTy *Top = getTopOfStackOrNull(); in getCurrentDirective()
807 if (const SharingMapTy *Top = getTopOfStackOrNull()) in isOrderedRegion()
813 if (const SharingMapTy *Top = getTopOfStackOrNull()) in getOrderedRegionParam()
851 const SharingMapTy *Top = getTopOfStackOrNull(); in isCancelRegion()
[all …]