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.h1076 InitRef(array, count);
1090 if (clone_ != &NativeArray::InitRef) delete[] array_;
1116 void InitRef(const Element* array, size_t a_size) {
1119 clone_ = &NativeArray::InitRef;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5257 auto *InitRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
5262 InitRef, /*BasePath=*/nullptr, in createImplicitFirstprivateForType()
5266 Data.FirstprivateInits.emplace_back(InitRef); in createImplicitFirstprivateForType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19831 DeclRefExpr *InitRef = buildDeclRefExpr(SemaRef, Init, Type, ELoc); in ActOnOpenMPLinearClause() local
19838 Inits.push_back(InitRef); in ActOnOpenMPLinearClause()