Searched refs:YAML (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dtest_file_filter.rb15 filters = YAML.load_file( 'test_file_filter.yml' )
H A Dgenerate_module.rb106 cfg = YAML.load_file(HERE + @yaml_config)[:generate_module]
H A Dgenerate_test_runner.rb41 yaml_guts = YAML.load_file(config_file)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; member in class:llvm::remarks::Format
H A DYAMLRemarkSerializer.h1 //===-- YAMLRemarkSerializer.h - YAML Remark serialization ---*- C++ -*-===//
9 // This file provides an interface for serializing remarks to YAML.
22 /// Serialize the remarks to YAML. One remark entry looks like this:
34 /// The YAML streamer.
46 return S->SerializerFormat == Format::YAML;
64 /// Serialize the remarks to YAML using a string table. An remark entry looks
65 /// like the regular YAML remark but instead of string entries it's using
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkFormat.cpp22 .Cases("", "yaml", Format::YAML)
38 .StartsWith("--- ", Format::YAML) // This is only an assumption.
H A DRemarkSerializer.cpp27 case Format::YAML:
44 case Format::YAML:
H A DRemarkParser.cpp54 case Format::YAML:
59 "The YAML with string table format requires a parsed string table.");
73 case Format::YAML:
75 "The YAML format can't be used with a string "
95 case Format::YAML:
132 return wrap(new CParser(Format::YAML,
H A DYAMLRemarkParser.h1 //===-- YAMLRemarkParser.h - Parser for YAML remarks ------------*- C++/-*-===//
9 // This file provides the impementation of the YAML remark parser.
49 /// Regular YAML to Remark parser.
53 /// Last error message that can come from the YAML parser diagnostics.
60 /// Iterator in the YAML stream.
71 return P->ParserFormat == Format::YAML;
76 /// Create a YAMLParseError error from an existing error generated by the YAML
82 /// Parse a YAML remark to a remarks::Remark object.
98 /// YAML with a string table to Remark parser.
H A DYAMLRemarkSerializer.cpp9 // This file provides the implementation of the YAML remark serializer using
163 : YAMLRemarkSerializer(Format::YAML, OS, Mode, std::move(StrTabIn)) {}
H A DYAMLRemarkParser.cpp175 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(),
198 "not a valid YAML file.");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp20 /// YAML string.
37 llvm_unreachable("Do not convert YAML to AtomicChange directly with '>>'. "
230 llvm::yaml::Output YAML(YamlContentStream);
231 YAML << *this;
238 llvm::yaml::Input YAML(YAMLContent);
239 YAML >> NE;
246 "Failed to add replacement when Converting YAML to AtomicChange.");
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp170 llvm::yaml::Input YAML(Buffer.get()->getBuffer());
172 YAML >> InvocationInfo;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp36 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT }; member in class:ConvertFormats
40 clEnumValN(ConvertFormats::YAML, "yaml", "output in yaml"),
401 case ConvertFormats::YAML:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DRemarkStreamer.cpp163 auto Flags = *Format == remarks::Format::YAML ? sys::fs::OF_Text
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp443 std::string YAML; local
445 llvm::raw_string_ostream OS(YAML);
452 Out << "---" << YAML << "\n"; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h50 /// to/from a YAML mapping. For example:
66 // The optional flow flag will cause generated YAML to use a flow mapping
88 // The optional flow flag will cause generated YAML to use a flow mapping
94 /// to/from a YAML scalar where there is a one-to-one mapping between
95 /// in-memory values and a string in YAML. For example:
110 /// of bit values and the YAML representation is a flow sequence of
161 /// to/from a YAML literal block scalar. For example:
193 /// to/from a YAML scalar with optional tags. For example:
230 /// to/from a YAML sequence. For example:
249 // The following is option and will cause generated YAML t
[all...]
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile806 SRCS_EXT+= ObjectYAML/YAML.cpp

Completed in 243 milliseconds