Searched defs:CMId (Results 1 - 1 of 1) sorted by relevance

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

Completed in 82 milliseconds