HomeSort by relevance Sort by last modified time
    Searched refs:CMId (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaChecking.cpp 841 unsigned CMId = FDecl->getMemoryFunctionKind();
842 if (CMId == 0)
846 if (CMId == Builtin::BIstrlcpy || CMId == Builtin::BIstrlcat)
848 else if (CMId == Builtin::BIstrncat)
851 CheckMemaccessArguments(TheCall, CMId, FnInfo);
    [all...]
SemaExprObjC.cpp     [all...]

Completed in 56 milliseconds