Lines Matching refs:Identifier
2958 $rawline !~ /^\+\Q$comment\E SPDX-License-Identifier: /) {
2960 "Missing or malformed SPDX-License-Identifier tag in line $checklicenseline\n" . $herecurr);
4648 # comparisons with a constant or upper case identifier on the left
6027 "arguments for function declarations should follow identifier\n" . $herecurr);
6037 # check for function declarations that have arguments without identifier names
6046 "function definition argument '$arg' should also have an identifier name\n" . $herecurr);