Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDeclCXX.cpp239 if (llvm::Function *atexitFn = dyn_cast<llvm::Function>(atexit)) in registerGlobalDtorWithAtExit() local
240 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit()
/external/llvm-project/clang/lib/CodeGen/
DCGDeclCXX.cpp288 if (llvm::Function *atexitFn = dyn_cast<llvm::Function>(atexit.getCallee())) in registerGlobalDtorWithAtExit() local
289 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit()