Searched refs:after_types (Results 1 – 2 of 2) sorted by relevance
224 std::ostringstream after_types; in TEST_P() local225 after_types << "%built_in_type = OpTypeStruct " << data_type << "\n"; in TEST_P()226 after_types << "%built_in_ptr = OpTypePointer " << storage_class in TEST_P()228 after_types << "%built_in_var = OpVariable %built_in_ptr " << storage_class in TEST_P()230 after_types << "%data_ptr = OpTypePointer " << storage_class << " " in TEST_P()232 generator.after_types_ = after_types.str(); in TEST_P()291 std::ostringstream after_types; in TEST_P() local292 after_types << "%built_in_type = OpTypeStruct " << data_type << "\n"; in TEST_P()293 after_types << "%built_in_ptr = OpTypePointer " << storage_class in TEST_P()295 after_types << "%built_in_var = OpVariable %built_in_ptr " << storage_class in TEST_P()[all …]