Home
last modified time | relevance | path

Searched defs:OutputTypes (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_session/src/
Dconfig.rs568 pub struct OutputTypes(BTreeMap<OutputType, Option<OutFileName>>); struct
570 impl OutputTypes { impl
571 pub fn new(entries: &[(OutputType, Option<OutFileName>)]) -> OutputTypes { in new()
880 outputs: OutputTypes, in new()
2003 ) -> OutputTypes { in parse_output_types()
2033 output_types: &OutputTypes, in should_override_cgus_and_disable_thinlto()
3228 impl DepTrackingHash for OutputTypes { implementation
/third_party/rust/rust/compiler/rustc_interface/src/
Dutil.rs517 output_types: &OutputTypes, in multiple_output_types_to_stdout()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp661 class OutputTypes : public SimpleShaders class