Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp119 SmallVector<VarsDataTy, 4> GlobalizedVars; in buildRecordForGlobalizedVars() local
121 GlobalizedVars.emplace_back(C.getDeclAlign(D), D); in buildRecordForGlobalizedVars()
123 GlobalizedVars.emplace_back(C.getDeclAlign(D), D); in buildRecordForGlobalizedVars()
133 for (const auto &Pair : GlobalizedVars) { in buildRecordForGlobalizedVars()