Lines Matching defs:nullptr

213   spv_diagnostic diagnostic_ = nullptr;
245 spv_diagnostic diagnostic_ = nullptr;
268 EXPECT_EQ(nullptr, diagnostic_);
278 EXPECT_EQ(nullptr, diagnostic_);
289 words.size(), invoke_header, invoke_instruction, nullptr));
298 tools.Parse(words, header_parser_, instruction_parser_, nullptr));
309 words.size(), invoke_header, invoke_instruction, nullptr));
319 tools.Parse(words, header_parser_, instruction_parser_, nullptr));
328 ctx.SetMessageConsumer(nullptr);
335 invoke_header, invoke_instruction, nullptr));
340 tools.SetMessageConsumer(nullptr);
347 tools.Parse(words, header_parser_, instruction_parser_, nullptr));
363 invoke_header, invoke_instruction, nullptr));
378 tools.Parse(words, header_parser_, instruction_parser_, nullptr));
404 invoke_header, invoke_instruction, nullptr));
428 tools.Parse(words, header_parser_, instruction_parser_, nullptr));
447 EXPECT_EQ(nullptr, diagnostic_);
463 EXPECT_EQ(nullptr, diagnostic_);
511 EXPECT_EQ(nullptr, diagnostic_);
524 EXPECT_EQ(nullptr, diagnostic_);
535 words.data(), words.size(), nullptr,
537 EXPECT_EQ(nullptr, diagnostic_);
546 words.size(), invoke_header, nullptr, &diagnostic_));
547 EXPECT_EQ(nullptr, diagnostic_);
567 EXPECT_EQ(nullptr, diagnostic_);
583 EXPECT_EQ(nullptr, diagnostic_);
598 EXPECT_EQ(nullptr, diagnostic_);
613 EXPECT_EQ(nullptr, diagnostic_);
630 EXPECT_EQ(nullptr, diagnostic_);
647 EXPECT_EQ(nullptr, diagnostic_);
664 EXPECT_EQ(nullptr, diagnostic_);
681 EXPECT_EQ(nullptr, diagnostic_);
700 EXPECT_EQ(nullptr, diagnostic_);
719 EXPECT_EQ(nullptr, diagnostic_);
744 EXPECT_EQ(nullptr, diagnostic_);
769 EXPECT_EQ(nullptr, diagnostic_);
803 EXPECT_EQ(nullptr, diagnostic_);
834 EXPECT_EQ(nullptr, diagnostic_);
851 spvBinaryParse(ScopedContext().context, nullptr, GetParam().words,
852 GetParam().num_words, nullptr, nullptr, &diagnostic));
853 ASSERT_NE(nullptr, diagnostic);
860 {nullptr, 0, "Missing module."},
887 EXPECT_THAT(spvBinaryParse(ScopedContext().context, nullptr, words.data(),
888 words.size(), nullptr, nullptr, &diagnostic),
890 ASSERT_NE(nullptr, diagnostic);
1132 EXPECT_THAT(spvBinaryParse(ScopedContext().context, nullptr, words.data(),
1133 words.size(), nullptr, nullptr, &diagnostic),
1135 ASSERT_NE(nullptr, diagnostic);