MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / getStdLib

Function getStdLib

addons/misra.py:480–485  ·  view source on GitHub ↗
(standard)

Source from the content-addressed store, hash-verified

478}
479
480def getStdLib(standard):
481 if standard == 'c89':
482 return C90_STDLIB_IDENTIFIERS
483 if standard == 'c99':
484 return C99_STDLIB_IDENTIFIERS
485 return C11_STDLIB_IDENTIFIERS
486
487def isStdLibId(id_, standard='c99'):
488 id_lists = getStdLib(standard).values()

Callers 2

isStdLibIdFunction · 0.85
misra_21_6Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected