Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1048 InitRef(array, count);
1062 if (clone_ != &NativeArray::InitRef)
1090 void InitRef(const Element* array, size_t a_size) {
1093 clone_ = &NativeArray::InitRef;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4920 auto *InitRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
4925 InitRef, /*BasePath=*/nullptr, in createImplicitFirstprivateForType()
4929 Data.FirstprivateInits.emplace_back(InitRef); in createImplicitFirstprivateForType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp19715 DeclRefExpr *InitRef = buildDeclRefExpr(*this, Init, Type, ELoc); in ActOnOpenMPLinearClause() local
19722 Inits.push_back(InitRef); in ActOnOpenMPLinearClause()