Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4189 const bool IsOpenMPGPUTarget = in ActOnCXXTryBlock() local
4193 if (!IsOpenMPGPUTarget && !getLangOpts().CXXExceptions && in ActOnCXXTryBlock()
4201 if (IsOpenMPGPUTarget) in ActOnCXXTryBlock()
H A DSemaExprCXX.cpp863 const bool IsOpenMPGPUTarget = in BuildCXXThrow() local
867 if (!IsOpenMPGPUTarget && !getLangOpts().CXXExceptions && in BuildCXXThrow()
874 if (IsOpenMPGPUTarget) in BuildCXXThrow()