Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dconstruct-value.test3 --- # Old schema
7 --- # New schema
/llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-sarif/
H A Dsarif-diagnostics-taint-test.c.sarif2 …"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.…
H A Dsarif-multi-diagnostic-test.c.sarif2 …"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.…
/llvm-project-15.0.7/clang/test/Index/
H A Dcomment-objc-parameterized-classes.m3 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
H A Dcomment-unqualified-objc-pointer.m3 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
H A Dsubclass-comment.mm3 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
H A Dannotate-comments-objc.m73 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
74 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
H A Dannotate-comments-typedef.m3 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
H A Dannotate-comments-property-accessor.m3 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
H A Dcomment-misc-tags.m3 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
H A Dcomment-objc-decls.m3 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
H A Dheaderfile-comment-to-html.m3 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
H A Doverriding-method-comments.mm3 …UN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-sche…
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp153 static std::string schema; in GetSchema() local
154 if (schema.empty()) { in GetSchema()
155 schema = R"({ in GetSchema()
226 return schema; in GetSchema()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTrace.cpp362 StringRef schema = PluginManager::GetTraceSchema(index++); in DoExecute() local
363 if (schema.empty()) in DoExecute()
366 result.AppendMessage(schema); in DoExecute()
/llvm-project-15.0.7/clang/unittests/Basic/
H A DSarifTest.cpp205 …R"({"$schema":"https://docs.oasis-open.org/sarif/sarif/v2.1.0/cos02/schemas/sarif-schema-2.1.0.jso… in TEST_F()
229 …R"({"$schema":"https://docs.oasis-open.org/sarif/sarif/v2.1.0/cos02/schemas/sarif-schema-2.1.0.jso… in TEST_F()
267 …R"({"$schema":"https://docs.oasis-open.org/sarif/sarif/v2.1.0/cos02/schemas/sarif-schema-2.1.0.jso… in TEST_F()
/llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/
H A Danalysis-inconsistencies-uops-backwards.test1 # This tests backwards-compatibility of the yaml schema (see PR39082).
H A Danalysis-uops-backwards.test1 # This tests backwards-compatibility of the yaml schema (see PR39082).
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1041 llvm::StringRef schema) in TraceInstance()
1044 schema(schema), in TraceInstance()
1047 llvm::StringRef schema; member
1062 llvm::StringRef schema) { in RegisterPlugin() argument
1065 create_callback_for_live_process, schema); in RegisterPlugin()
1090 return instance.schema; in GetTraceSchema()
1097 return instance->schema; in GetTraceSchema()
/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp146 StringRef schema = PluginManager::GetTraceSchema(name); in FindPluginSchema() local
147 if (!schema.empty()) in FindPluginSchema()
148 return schema; in FindPluginSchema()
/llvm-project-15.0.7/lldb/docs/use/
H A Dintel_pt.rst222 You can see the full schema by typing
226 trace schema intel-pt
/llvm-project-15.0.7/llvm/docs/
H A Dyaml2obj.rst51 Here's a simplified Kwalify_ schema with an extension to allow alternate types.
H A DYamlIO.rst197 When parsing a YAML document, if the input does not match your schema (as
209 Has a key (shoe-size) that is not defined in the schema. YAML I/O will
218 Similar errors are produced for other input not conforming to the schema.
395 the above schema, a same valid YAML document is:
905 have need for multiple documents. The top level node in their YAML schema
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h341 llvm::StringRef schema);
/llvm-project-15.0.7/llvm/utils/vscode/llvm/syntaxes/
H A Dll.tmLanguage.yaml11 $schema: https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json

12