Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1136 InitRef(array, count);
1150 if (clone_ != &NativeArray::InitRef)
1179 void InitRef(const Element* array, size_t a_size) {
1182 clone_ = &NativeArray::InitRef;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4596 auto *InitRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
4601 InitRef, /*BasePath=*/nullptr, in createImplicitFirstprivateForType()
4605 Data.FirstprivateInits.emplace_back(InitRef); in createImplicitFirstprivateForType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17646 DeclRefExpr *InitRef = buildDeclRefExpr(*this, Init, Type, ELoc); in ActOnOpenMPLinearClause() local
17653 Inits.push_back(InitRef); in ActOnOpenMPLinearClause()