Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h1043 InitRef(array, count);
1057 if (clone_ != &NativeArray::InitRef)
1086 void InitRef(const Element* array, size_t a_size) {
1089 clone_ = &NativeArray::InitRef;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
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;
/external/mesa3d/src/gtest/include/gtest/internal/
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;
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-internal.h1089 InitRef(array, count);
1103 if (clone_ != &NativeArray::InitRef)
1132 void InitRef(const Element* array, size_t a_size) {
1135 clone_ = &NativeArray::InitRef;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h1079 InitRef(array, count);
1093 if (clone_ != &NativeArray::InitRef) delete[] array_;
1119 void InitRef(const Element *array, size_t a_size) {
1122 clone_ = &NativeArray::InitRef;
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h1103 InitRef(array, count);
1117 if (clone_ != &NativeArray::InitRef)
1145 void InitRef(const Element* array, size_t a_size) {
1148 clone_ = &NativeArray::InitRef;
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp4153 auto *InitRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
4158 InitRef, /*BasePath=*/nullptr, in createImplicitFirstprivateForType()
4162 Data.FirstprivateInits.emplace_back(InitRef); in createImplicitFirstprivateForType()
/external/clang/lib/Sema/
DSemaOpenMP.cpp9684 auto InitRef = buildDeclRefExpr(*this, Init, Type, ELoc); in ActOnOpenMPLinearClause() local
9691 Inits.push_back(InitRef); in ActOnOpenMPLinearClause()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h8778 InitRef(array, count);
8792 if (clone_ != &NativeArray::InitRef)
8821 void InitRef(const Element* array, size_t a_size) {
8824 clone_ = &NativeArray::InitRef;
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp15876 DeclRefExpr *InitRef = buildDeclRefExpr(*this, Init, Type, ELoc); in ActOnOpenMPLinearClause() local
15883 Inits.push_back(InitRef); in ActOnOpenMPLinearClause()