Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h568 bool shouldEmitCUDAGlobalVar(const VarDecl *VD) const;
H A DCodeGenModule.cpp3715 bool CodeGenModule::shouldEmitCUDAGlobalVar(const VarDecl *Global) const { in shouldEmitCUDAGlobalVar() function in CodeGenModule
3755 if (!shouldEmitCUDAGlobalVar(VD)) in EmitGlobal()
5956 (LangOpts.CUDA && !shouldEmitCUDAGlobalVar(VD))) in HandleCXXStaticMemberVarInstantiation()