Home
last modified time | relevance | path

Searched refs:target_labels (Results 1 - 4 of 4) sorted by relevance

/third_party/gn/src/gn/
H A Djson_project_writer.cc324 std::unordered_map<const Target*, std::string> target_labels; in GenerateJSON() local
326 target_labels[target] = in GenerateJSON()
333 [&target_labels](const Target* a, const Target* b) { in GenerateJSON()
334 return target_labels[a] < target_labels[b]; in GenerateJSON()
399 json_writer.AddJSONDict(target_labels[target], json_dict); in GenerateJSON()
/third_party/mesa3d/src/intel/tools/
H A Di965_asm.c42 struct list_head target_labels; variable
137 LIST_FOR_EACH_ENTRY(tlabel, &target_labels, link) { in i965_postprocess_labels()
221 list_inithead(&target_labels); in main()
H A Di965_asm.h52 extern struct list_head target_labels;
H A Di965_gram.y1504 list_addtail(&label->link, &target_labels);

Completed in 4 milliseconds