Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dimplementation-visitor.cc168 header_out() << " "; in Visit()
169 GenerateFunctionDeclaration(header_out(), "", name, signature, {}); in Visit()
170 header_out() << ";\n"; in Visit()
189 header_out() << " struct " << decl->name << " {\n"; in Visit()
193 header_out() << " " << field.type->GetGeneratedTypeName(); in Visit()
194 header_out() << " " << field.name << ";\n"; in Visit()
196 header_out() << " } " in Visit()
211 header_out() << " "; in Visit()
212 GenerateMacroFunctionDeclaration(header_out(), "", macro); in Visit()
213 header_out() << ";\n"; in Visit()
Dimplementation-visitor.h260 std::ostream& header_out() { return module_->header_stream(); } in header_out() function
/external/vulkan-validation-layers/scripts/
Dvk_validation_stats.py622 header_out = False
660 header_out = True
785 if header_out: