Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h673 bool hasAtExit() const { return !(OpenMP && OpenMPIsTargetDevice); } in hasAtExit() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2997 if (!CGM.getLangOpts().hasAtExit() && !D.isStaticLocal()) in registerGlobalDtor()