Home | History | Annotate | Download | only in test

Lines Matching defs:nullptr

219   spv_diagnostic diagnostic_ = nullptr;
240 EXPECT_EQ(nullptr, diagnostic_);
251 words.size(), invoke_header, invoke_instruction, nullptr));
262 words.size(), invoke_header, invoke_instruction, nullptr));
271 ctx.SetMessageConsumer(nullptr);
278 invoke_header, invoke_instruction, nullptr));
294 invoke_header, invoke_instruction, nullptr));
320 invoke_header, invoke_instruction, nullptr));
339 EXPECT_EQ(nullptr, diagnostic_);
370 EXPECT_EQ(nullptr, diagnostic_);
381 words.data(), words.size(), nullptr,
383 EXPECT_EQ(nullptr, diagnostic_);
392 words.size(), invoke_header, nullptr, &diagnostic_));
393 EXPECT_EQ(nullptr
413 EXPECT_EQ(nullptr, diagnostic_);
428 EXPECT_EQ(nullptr, diagnostic_);
445 EXPECT_EQ(nullptr, diagnostic_);
462 EXPECT_EQ(nullptr, diagnostic_);
481 EXPECT_EQ(nullptr, diagnostic_);
506 EXPECT_EQ(nullptr, diagnostic_);
539 EXPECT_EQ(nullptr, diagnostic_);
556 spvBinaryParse(ScopedContext().context, nullptr, GetParam().words,
557 GetParam().num_words, nullptr, nullptr, &diagnostic));
558 ASSERT_NE(nullptr, diagnostic);
565 {nullptr, 0, "Missing module."},
592 EXPECT_THAT(spvBinaryParse(ScopedContext().context, nullptr, words.data(),
593 words.size(), nullptr, nullptr, &diagnostic),
595 ASSERT_NE(nullptr, diagnostic);
830 EXPECT_THAT(spvBinaryParse(ScopedContext().context, nullptr, words.data(),
831 words.size(), nullptr, nullptr, &diagnostic),
833 ASSERT_NE(nullptr, diagnostic);