Home
last modified time | relevance | path

Searched full:declaration (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py124 """A fixed-length opaque declaration"""
145 """A variable-length opaque declaration"""
169 """A (NUL-terminated) variable-length string declaration"""
193 """A fixed-length array declaration"""
216 """A variable-length array declaration"""
242 """An 'optional_data' declaration"""
265 """A 'basic' declaration"""
286 """A void declaration"""
407 declaration: _XdrDeclaration
411 return self.declaration
[all...]
/linux/tools/net/sunrpc/xdrgen/generators/
H A Dtypedef.py19 """Emit a declaration pair for one XDR typedef"""
23 template = get_jinja2_template(environment, "declaration", node.template)
32 template = get_jinja2_template(environment, "declaration", node.template)
35 template = get_jinja2_template(environment, "declaration", node.template)
38 template = get_jinja2_template(environment, "declaration", node.template)
41 template = get_jinja2_template(environment, "declaration", node.template)
50 template = get_jinja2_template(environment, "declaration", node.template)
254 """Emit one declaration pair for an XDR enum type"""
255 emit_typedef_declaration(self.environment, node.declaration)
259 emit_type_definition(self.environment, node.declaration)
[all...]
H A D__init__.py80 """Emit declaration header boilerplate"""
100 """Emit one function declaration for this XDR type"""
101 raise NotImplementedError("Declaration generation not supported")
H A Dpointer.py19 """Emit a declaration pair for an XDR pointer type"""
21 template = get_jinja2_template(environment, "declaration", "close")
271 """Emit one declaration pair for an XDR pointer type"""
275 """Emit one declaration for an XDR pointer type"""
H A Denum.py19 """Emit one declaration pair for an XDR enum type"""
21 template = self.environment.get_template("declaration/enum.j2")
H A Dprogram.py43 template = environment.get_template("declaration/argument.j2")
53 template = environment.get_template("declaration/result.j2")
131 """Emit a declaration pair for each of an RPC programs's procedures"""
H A Dstruct.py19 """Emit one declaration pair for an XDR struct type"""
21 template = get_jinja2_template(environment, "declaration", "close")
271 """Emit one declaration pair for an XDR struct type"""
H A Dunion.py16 """Emit one declaration pair for an XDR union type"""
18 template = get_jinja2_template(environment, "declaration", "close")
258 """Emit one declaration pair for an XDR union"""
/linux/tools/net/sunrpc/xdrgen/grammars/
H A Dxdr.lark4 declaration : "opaque" identifier "[" value "]" -> fixed_length_opaque
52 struct_body : "{" ( declaration ";" )+ "}"
58 switch_spec : "switch" "(" declaration ")"
60 case_spec : ( "case" value ":" )+ declaration ";"
62 default_spec : "default" ":" declaration ";"
66 type_def : "typedef" declaration ";" -> typedef
/linux/drivers/gpu/drm/imagination/
H A Dpvr_sync.h9 /* Forward declaration from <linux/xarray.h>. */
12 /* Forward declaration from <drm/drm_file.h>. */
15 /* Forward declaration from <drm/gpu_scheduler.h>. */
18 /* Forward declaration from "pvr_device.h". */
H A Dpvr_debugfs.h7 /* Forward declaration from <drm/drm_drv.h>. */
11 /* Forward declaration from "pvr_device.h". */
14 /* Forward declaration from <linux/dcache.h>. */
H A Dpvr_mmu.h10 /* Forward declaration from "pvr_device.h" */
13 /* Forward declaration from "pvr_mmu.c" */
17 /* Forward declaration from "pvr_vm.c" */
20 /* Forward declaration from <linux/scatterlist.h> */
H A Dpvr_fw_trace.h12 /* Forward declaration from pvr_device.h. */
15 /* Forward declaration from pvr_gem.h. */
69 /* Forward declaration from <linux/dcache.h>. */
H A Dpvr_cccb.h15 /* Forward declaration from pvr_device.h. */
18 /* Forward declaration from pvr_gem.h. */
21 /* Forward declaration from pvr_hwrt.h. */
H A Dpvr_vm_mips.h7 /* Forward declaration from pvr_device.h. */
10 /* Forward declaration from pvr_gem.h. */
H A Dpvr_free_list.h17 /* Forward declaration from pvr_gem.h. */
20 /* Forward declaration from pvr_gem.h. */
23 /* Forward declaration from pvr_hwrt.h. */
H A Dpvr_ccb.h12 /* Forward declaration from pvr_device.h. */
15 /* Forward declaration from pvr_gem.h. */
H A Dpvr_params.h63 /* Forward declaration from "pvr_device.h". */
66 /* Forward declaration from <linux/dcache.h>. */
/linux/tools/perf/util/scripting-engines/
H A DBuild6 …ted-externs -Wno-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement…
8 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft…
9 …arameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-after-statement
/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DBuild3 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft…
4 …s -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement
/linux/scripts/genksyms/
H A Dparse.y3 * C global declaration parser for genksyms.
116 declaration
117 | declaration_seq declaration
120 declaration:
294 error_with_pos("unexpected second declaration name");
303 error_with_pos("unexpected second declaration name");
/linux/fs/ntfs3/
H A DMakefile9 $(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration)
/linux/include/linux/
H A Dpercpu-defs.h98 * Normal declaration and definition macros.
108 * Variant on the per-CPU variable declaration/definition theme used for
118 * Declaration/definition used for per-CPU variables that must come first in
128 * Declaration/definition used for per-CPU variables that must be cacheline
155 * Declaration/definition used for per-CPU variables that must be page aligned.
166 * Declaration/definition used for per-CPU variables that must be read mostly.
175 * Declaration/definition used for per-CPU variables that should be accessed
/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst234 declaration of the structure.
247 requiring the declaration of the structure.
260 the declaration of the structure.
274 requiring the declaration of the structure.
287 the declaration of the structure.
300 requiring the declaration of the structure.
314 architecture-specific declaration.
/linux/scripts/
H A Dkernel-doc242 #declaration types: can be
673 my $declaration = $args{'definition'};
674 $declaration =~ s/\t/ /g;
675 $declaration =~ s/\n/"\n.br\n.BI \"/g;
678 print ".BI \"$declaration\n};\n.br\n\n";
1033 my $declaration = $args{'definition'};
1035 $declaration =~ s/\t/$lineprefix/g;
1036 …print $lineprefix . $args{'type'} . " " . $args{'struct'} . " {\n$declaration" . $lineprefix . "};…
1112 # takes a declaration (struct, union, enum, typedef) and
1167 # - first eat non-declaration parameters and rewrite for final match
[all …]

12345678910>>...16