Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1095 InitRef(array, count);
1109 if (clone_ != &NativeArray::InitRef) delete[] array_;
1135 void InitRef(const Element* array, size_t a_size) {
1138 clone_ = &NativeArray::InitRef;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5000 auto *InitRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
5005 InitRef, /*BasePath=*/nullptr, in createImplicitFirstprivateForType()
5009 Data.FirstprivateInits.emplace_back(InitRef); in createImplicitFirstprivateForType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20363 DeclRefExpr *InitRef = buildDeclRefExpr(*this, Init, Type, ELoc); in ActOnOpenMPLinearClause() local
20370 Inits.push_back(InitRef); in ActOnOpenMPLinearClause()