Lines Matching refs:high
40 def high(description, pattern_list): function
68 high('Expression always evaluates to true or false',
72 high('Use transient memory for control value',
74 high('Return address of stack memory',
77 high('Infinite recursion',
79 high('Potential buffer overflow',
88 high('Incompatible declaration of built in function',
90 high('Incompatible redeclaration of library function',
92 high('Null passed as non-null argument',
183 high('Variable is used uninitialized',
250 high('Enum value not handled in switch',
274 high('Address always evaluates to true',
378 high('Base should be explicitly initialized in copy constructor',