Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1044 InitRef(array, count);
1058 if (clone_ != &NativeArray::InitRef)
1086 void InitRef(const Element* array, size_t a_size) {
1089 clone_ = &NativeArray::InitRef;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4570 auto *InitRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
4575 InitRef, /*BasePath=*/nullptr, in createImplicitFirstprivateForType()
4579 Data.FirstprivateInits.emplace_back(InitRef); in createImplicitFirstprivateForType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp17263 DeclRefExpr *InitRef = buildDeclRefExpr(*this, Init, Type, ELoc); in ActOnOpenMPLinearClause() local
17270 Inits.push_back(InitRef); in ActOnOpenMPLinearClause()