Home
last modified time | relevance | path

Searched refs:syntax (Results 1 – 25 of 1812) sorted by relevance

12345678910>>...73

/third_party/selinux/libsepol/cil/src/
Dcil_build_ast.c63 enum cil_syntax syntax[] = { in cil_fill_list() enum
67 size_t syntax_len = sizeof(syntax)/sizeof(*syntax); in cil_fill_list()
69 rc = __cil_verify_syntax(current, syntax, syntax_len); in cil_fill_list()
191 enum cil_syntax syntax[] = { in cil_gen_block() enum
197 size_t syntax_len = sizeof(syntax)/sizeof(*syntax); in cil_gen_block()
211 rc = __cil_verify_syntax(parse_current, syntax, syntax_len); in cil_gen_block()
268 enum cil_syntax syntax[] = { in cil_gen_blockinherit() enum
273 size_t syntax_len = sizeof(syntax)/sizeof(*syntax); in cil_gen_blockinherit()
286 rc = __cil_verify_syntax(parse_current, syntax, syntax_len); in cil_gen_blockinherit()
330 enum cil_syntax syntax[] = { in cil_gen_blockabstract() enum
[all …]
/third_party/typescript/tests/baselines/reference/
DnodeModulesForbidenSyntax(module=nodenext).errors.txt1 tests/cases/conformance/node/index.cts(2,12): error TS7060: This syntax is reserved in files with t…
2 tests/cases/conformance/node/index.cts(2,20): error TS7059: This syntax is reserved in files with t…
3 tests/cases/conformance/node/index.cts(2,23): error TS7059: This syntax is reserved in files with t…
4 tests/cases/conformance/node/index.mts(2,12): error TS7060: This syntax is reserved in files with t…
5 tests/cases/conformance/node/index.mts(2,20): error TS7059: This syntax is reserved in files with t…
6 tests/cases/conformance/node/index.mts(2,23): error TS7059: This syntax is reserved in files with t…
7 tests/cases/conformance/node/subfolder/index.cts(2,12): error TS7060: This syntax is reserved in fi…
8 tests/cases/conformance/node/subfolder/index.cts(2,20): error TS7059: This syntax is reserved in fi…
9 tests/cases/conformance/node/subfolder/index.cts(2,23): error TS7059: This syntax is reserved in fi…
10 tests/cases/conformance/node/subfolder/index.mts(2,12): error TS7060: This syntax is reserved in fi…
[all …]
DnodeModulesForbidenSyntax(module=node16).errors.txt1 tests/cases/conformance/node/index.cts(2,12): error TS7060: This syntax is reserved in files with t…
2 tests/cases/conformance/node/index.cts(2,20): error TS7059: This syntax is reserved in files with t…
3 tests/cases/conformance/node/index.cts(2,23): error TS7059: This syntax is reserved in files with t…
4 tests/cases/conformance/node/index.mts(2,12): error TS7060: This syntax is reserved in files with t…
5 tests/cases/conformance/node/index.mts(2,20): error TS7059: This syntax is reserved in files with t…
6 tests/cases/conformance/node/index.mts(2,23): error TS7059: This syntax is reserved in files with t…
7 tests/cases/conformance/node/subfolder/index.cts(2,12): error TS7060: This syntax is reserved in fi…
8 tests/cases/conformance/node/subfolder/index.cts(2,20): error TS7059: This syntax is reserved in fi…
9 tests/cases/conformance/node/subfolder/index.cts(2,23): error TS7059: This syntax is reserved in fi…
10 tests/cases/conformance/node/subfolder/index.mts(2,12): error TS7060: This syntax is reserved in fi…
[all …]
Des3-oldStyleOctalLiteralTypes.errors.txt1 …eralTypes.ts(1,8): error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '0o10'.
2 …ralTypes.ts(2,8): error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '-0o20'.
8 !!! error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '0o10'.
11 !!! error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '-0o20'.
DimportHelpersNoHelpers.errors.txt1 tests/cases/compiler/external.ts(1,1): error TS2343: This syntax requires an imported helper named …
2 tests/cases/compiler/external.ts(3,16): error TS2343: This syntax requires an imported helper named…
3 tests/cases/compiler/external.ts(7,1): error TS2343: This syntax requires an imported helper named …
4 tests/cases/compiler/external.ts(7,1): error TS2343: This syntax requires an imported helper named …
5 tests/cases/compiler/external.ts(9,12): error TS2343: This syntax requires an imported helper named…
6 tests/cases/compiler/external.ts(14,13): error TS2343: This syntax requires an imported helper name…
7 tests/cases/compiler/external.ts(15,12): error TS2343: This syntax requires an imported helper name…
13 !!! error TS2343: This syntax requires an imported helper named '__exportStar' which does not exist…
17 !!! error TS2343: This syntax requires an imported helper named '__extends' which does not exist in…
23 !!! error TS2343: This syntax requires an imported helper named '__decorate' which does not exist i…
[all …]
DimportHelpersNoHelpersForAsyncGenerators.errors.txt1 tests/cases/compiler/main.ts(1,25): error TS2343: This syntax requires an imported helper named '__…
2 tests/cases/compiler/main.ts(1,25): error TS2343: This syntax requires an imported helper named '__…
3 tests/cases/compiler/main.ts(1,25): error TS2343: This syntax requires an imported helper named '__…
4 tests/cases/compiler/main.ts(4,5): error TS2343: This syntax requires an imported helper named '__a…
5 tests/cases/compiler/main.ts(4,5): error TS2343: This syntax requires an imported helper named '__a…
11 !!! error TS2343: This syntax requires an imported helper named '__asyncGenerator' which does not e…
13 !!! error TS2343: This syntax requires an imported helper named '__await' which does not exist in '…
15 !!! error TS2343: This syntax requires an imported helper named '__generator' which does not exist …
20 !!! error TS2343: This syntax requires an imported helper named '__asyncDelegator' which does not e…
22 !!! error TS2343: This syntax requires an imported helper named '__asyncValues' which does not exis…
DstrictModeOctalLiterals.errors.txt1 …085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '0o1'.
2 …085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '0o1'.
3 …085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '0o1'.
10 …085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '0o1'.
14 …085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '0o1'.
16 …085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '0o1'.
DimportHelpersNoHelpersForPrivateFields.errors.txt1 tests/cases/compiler/main.ts(4,9): error TS2343: This syntax requires an imported helper named '__c…
2 tests/cases/compiler/main.ts(4,23): error TS2343: This syntax requires an imported helper named '__…
3 tests/cases/compiler/main.ts(5,9): error TS2343: This syntax requires an imported helper named '__c…
12 !!! error TS2343: This syntax requires an imported helper named '__classPrivateFieldSet' which does…
14 !!! error TS2343: This syntax requires an imported helper named '__classPrivateFieldGet' which does…
17 !!! error TS2343: This syntax requires an imported helper named '__classPrivateFieldIn' which does …
Des3-oldStyleOctalLiteralInEnums.errors.txt1 …: error TS8018: Octal literals are not allowed in enums members initializer. Use the syntax '-0o1'.
2 …): error TS8018: Octal literals are not allowed in enums members initializer. Use the syntax '0o2'.
9 !!! error TS8018: Octal literals are not allowed in enums members initializer. Use the syntax '-0o1…
12 !!! error TS8018: Octal literals are not allowed in enums members initializer. Use the syntax '0o2'.
Des5-oldStyleOctalLiteralInEnums.errors.txt1 …85: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '-0o1'.
2 …085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '0o2'.
9 …85: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '-0o1'.
12 …085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '0o2'.
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DStructuralMessageInfo.java45 private final ProtoSyntax syntax; field in StructuralMessageInfo
58 ProtoSyntax syntax, in StructuralMessageInfo() argument
63 this.syntax = syntax; in StructuralMessageInfo()
73 return syntax; in getSyntax()
113 private ProtoSyntax syntax; field in StructuralMessageInfo.Builder
131 public void withSyntax(ProtoSyntax syntax) { in withSyntax() argument
132 this.syntax = checkNotNull(syntax, "syntax"); in withSyntax()
154 if (syntax == null) { in build()
160 syntax, in build()
/third_party/rust/crates/syn/examples/
DREADME.md1 ### [`dump-syntax`](dump-syntax)
4 debug representation of the syntax tree.
12 An example of parsing a custom syntax within a `functionlike!(...)` procedural
18 An attribute procedural macro that uses a syntax tree traversal to transform
19 certain syntax tree nodes in a function body.
/third_party/node/deps/icu-small/source/tools/toolutil/
Dwritesrc.cpp287 UTargetSyntax syntax) { in usrc_writeUCPTrieArrays() argument
288 const char* indent = (syntax == UPRV_TARGET_SYNTAX_TOML) ? " " : ""; in usrc_writeUCPTrieArrays()
303 UTargetSyntax syntax) { in usrc_writeUCPTrieStruct() argument
307 if (syntax == UPRV_TARGET_SYNTAX_CCODE) { in usrc_writeUCPTrieStruct()
316 (syntax == UPRV_TARGET_SYNTAX_CCODE) ? in usrc_writeUCPTrieStruct()
348 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax) { in usrc_writeUCPTrie() argument
355 switch (syntax) { in usrc_writeUCPTrie()
369 usrc_writeUCPTrieArrays(f, line, line2, pTrie, line3, syntax); in usrc_writeUCPTrie()
371 switch (syntax) { in usrc_writeUCPTrie()
387 usrc_writeUCPTrieStruct(f, line, pTrie, line2, line3, line4, syntax); in usrc_writeUCPTrie()
[all …]
Dwritesrc.h116 UTargetSyntax syntax);
129 UTargetSyntax syntax);
135 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax);
144 UTargetSyntax syntax);
169 UTargetSyntax syntax);
196 UTargetSyntax syntax);
/third_party/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp278 UTargetSyntax syntax) { in usrc_writeUCPTrieArrays() argument
279 const char* indent = (syntax == UPRV_TARGET_SYNTAX_TOML) ? " " : ""; in usrc_writeUCPTrieArrays()
294 UTargetSyntax syntax) { in usrc_writeUCPTrieStruct() argument
298 if (syntax == UPRV_TARGET_SYNTAX_CCODE) { in usrc_writeUCPTrieStruct()
307 (syntax == UPRV_TARGET_SYNTAX_CCODE) ? in usrc_writeUCPTrieStruct()
339 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax) { in usrc_writeUCPTrie() argument
346 switch (syntax) { in usrc_writeUCPTrie()
360 usrc_writeUCPTrieArrays(f, line, line2, pTrie, line3, syntax); in usrc_writeUCPTrie()
362 switch (syntax) { in usrc_writeUCPTrie()
378 usrc_writeUCPTrieStruct(f, line, pTrie, line2, line3, line4, syntax); in usrc_writeUCPTrie()
[all …]
Dwritesrc.h116 UTargetSyntax syntax);
129 UTargetSyntax syntax);
135 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax);
144 UTargetSyntax syntax);
169 UTargetSyntax syntax);
196 UTargetSyntax syntax);
/third_party/rust/crates/cxx/gen/src/
Dmod.rs23 use crate::syntax::cfg::CfgExpr;
24 use crate::syntax::report::Errors;
25 use crate::syntax::{self, attrs, Types};
128 let syntax: File = syn::parse_str(source)?; in generate_from_string() localVariable
129 generate(syntax, opt) in generate_from_string()
132 pub(super) fn generate(syntax: File, opt: &Opt) -> Result<GeneratedCode> { in generate()
133 if syntax.modules.is_empty() { in generate()
140 for bridge in syntax.modules { in generate()
154 apis.extend(syntax::parse_items( in generate()
/third_party/ltp/tools/
Dgenhtml.pl62 my $header_file = shift (@ARGV) || syntax();
63 my $start_tag = shift (@ARGV) || syntax();
64 my $end_tag = shift (@ARGV) || syntax();
65 my $output_tag = shift (@ARGV) || syntax();
66 my $execution_tag = shift (@ARGV) || syntax();
68 sub syntax() { subroutine
91 syntax();
/third_party/rust/crates/regex/regex-syntax/
DREADME.md1 regex-syntax
6 …![Crates.io](https://img.shields.io/crates/v/regex-syntax.svg)](https://crates.io/crates/regex-syn…
12 https://docs.rs/regex-syntax
18 is a faithful abstract syntax of a regular expression, and can convert regular
19 expressions back to their concrete syntax while mostly preserving its original
24 its equivalent concrete syntax, the result is unlikely to resemble the original
25 concrete syntax that produced the `Hir`.
57 in the compiler or the standard library. (Since `regex-syntax` has zero
70 [in the "Crate features" section of the documentation](https://docs.rs/regex-syntax/*/#crate-featur…
97 Stated differently, the coupling between `regex` and `regex-syntax` exists only
[all …]
/third_party/protobuf/objectivec/
DGPBDescriptor_PackagePrivate.h222 syntax:(GPBFileSyntax)syntax;
224 syntax:(GPBFileSyntax)syntax;
254 syntax:(GPBFileSyntax)syntax;
338 GPB_INLINE BOOL GPBHasPreservingUnknownEnumSemantics(GPBFileSyntax syntax) { in GPBHasPreservingUnknownEnumSemantics() argument
339 return syntax == GPBFileSyntaxProto3; in GPBHasPreservingUnknownEnumSemantics()
/third_party/rust/crates/cxx/syntax/
Dtypes.rs1 use crate::syntax::improper::ImproperCtype;
2 use crate::syntax::instantiate::ImplKey;
3 use crate::syntax::map::{OrderedMap, UnorderedMap};
4 use crate::syntax::report::Errors;
5 use crate::syntax::resolve::Resolution;
6 use crate::syntax::set::{OrderedSet, UnorderedSet};
7 use crate::syntax::trivial::{self, TrivialReason};
8 use crate::syntax::visit::{self, Visit};
9 use crate::syntax::{
276 type IntoIter = crate::syntax::set::Iter<'t, 'a, Type>;
/third_party/rust/crates/cxx/macro/src/
Dlib.rs37 mod syntax; module
46 use crate::syntax::file::Module;
47 use crate::syntax::namespace::Namespace;
48 use crate::syntax::qualified::QualifiedName;
73 let _ = syntax::error::ERRORS; in bridge()
/third_party/rust/crates/cxx/gen/lib/src/
Dlib.rs44 mod syntax; module
49 pub use crate::syntax::IncludeKind;
55 let syntax = syn::parse2(rust_source) in generate_header_and_cc() localVariable
58 gen::generate(syntax, opt).map_err(Error::from) in generate_header_and_cc()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec31 Type = "xcode.syntax.keyword";
41 Type = "xcode.syntax.identifier.type";
77 Type = "xcode.syntax.plain";
137 Type = "xcode.syntax.definition.function";
148 Type = "xcode.syntax.identifier.type";
205 "xcode.syntax.mark"
207 Type = "xcode.syntax.comment";
223 Type = "xcode.syntax.comment";
/third_party/node/tools/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec31 Type = "xcode.syntax.keyword";
41 Type = "xcode.syntax.identifier.type";
77 Type = "xcode.syntax.plain";
137 Type = "xcode.syntax.definition.function";
148 Type = "xcode.syntax.identifier.type";
205 "xcode.syntax.mark"
207 Type = "xcode.syntax.comment";
223 Type = "xcode.syntax.comment";

12345678910>>...73