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

/external/clang/lib/Sema/
H A DSemaChecking.cpp560 unsigned CMId = FDecl->getMemoryFunctionKind(); local
561 if (CMId == 0)
565 if (CMId == Builtin::BIstrlcpy || CMId == Builtin::BIstrlcat)
567 else if (CMId == Builtin::BIstrncat)
570 CheckMemaccessArguments(TheCall, CMId, FnInfo);

Completed in 57 milliseconds