Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrixClipStateMgr.cpp250 bool SkMatrixClipStateMgr::call(CallType callType) { in call() argument
253 if (kMatrix_CallType == callType || kClip_CallType == callType) { in call()
259 SkASSERT(kOther_CallType == callType); in call()
DSkMatrixClipStateMgr.h343 bool call(CallType callType);
/external/clang/lib/Sema/
DSemaChecking.cpp2306 Sema::VariadicCallType callType, in CheckFormatHandler() argument
2313 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler()