Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp65 enum MisuseKind { MK_FunCall, MK_Copy, MK_Move, MK_Dereference }; enumerator
359 MK = MK_FunCall; in modelUse()
407 case MK_FunCall: in reportBug()
676 modelUse(State, ThisRegion, RD, MK_FunCall, C); in checkPreCall()