Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1089 InitRef(array, count);
1103 if (clone_ != &NativeArray::InitRef) delete[] array_;
1129 void InitRef(const Element* array, size_t a_size) {
1132 clone_ = &NativeArray::InitRef;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5057 auto *InitRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
5062 InitRef, /*BasePath=*/nullptr, in createImplicitFirstprivateForType()
5066 Data.FirstprivateInits.emplace_back(InitRef); in createImplicitFirstprivateForType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19169 DeclRefExpr *InitRef = buildDeclRefExpr(SemaRef, Init, Type, ELoc); in ActOnOpenMPLinearClause() local
19176 Inits.push_back(InitRef); in ActOnOpenMPLinearClause()