Home
last modified time | relevance | path

Searched refs:CMId (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp801 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall() local
802 if (CMId == 0) in CheckFunctionCall()
806 if (CMId == Builtin::BIstrlcpy || CMId == Builtin::BIstrlcat) in CheckFunctionCall()
808 else if (CMId == Builtin::BIstrncat) in CheckFunctionCall()
811 CheckMemaccessArguments(TheCall, CMId, FnInfo); in CheckFunctionCall()