Lines Matching refs:function
32 …- There should be one return statement per free function or method at the end of the free function…
36 …s of common error handling blocks and single points of function return at the bottom of a function.
39 …- Macros shall not be defined within a function or a block and should be defined at the top of a f…
64 - There shall be no direct or indirect use of unbounded recursive function calls.
66 …re is a free function or object method that allocates a resource, then there should be one that de…
71 …- Pointers or references to read-only objects or storage, including but not limited to function pa…
79 …e declared as such using the `OT_UNUSED_VARIABLE` macro at the top of a function or method before …
107 - There shall be no direct or indirect use of recursive function calls.
134 …- All OpenThread class, namespace, structure, method, function, enumeration, and type names in the…
135 …ures, methods, functions, enumerations, and types as well as method and function parameters in the…
143 …- All free function or method parameters should have an `a` prepended to the name to denote functi…
144 - All variables that do not have such prefixes shall be assumed to be function local scope.
171 …- Detail what the free function and object / class methods are and how they are to be used, what t…
173 - Every public, and ideally private, free function and class method should likewise have a prologue…
176 …- Describes the purpose, function, and influence of each parameter as well as whether it is an inp…