Searched refs:inputCompleter (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/ |
D | m_seqmatch.c | 49 void* inputCompleter, Bool (*haveInputInpC)(void*,UWord) in VG_() 71 vg_assert(inputCompleter in VG_() 74 vg_assert(ixInput >= 0 && (inputCompleter || ixInput <= nInput)); in VG_() 77 haveInput = inputCompleter ? in VG_() 78 (*haveInputInpC)(inputCompleter, ixInput) in VG_() 85 currInput = haveInput && !inputCompleter ? in VG_() 111 inputCompleter,haveInputInpC) ) { in VG_() 138 if (!pattEQinp(currPatt,currInput,inputCompleter,ixInput)) return False; in VG_()
|
D | m_errormgr.c | 1792 static Bool haveInputInpC (void* inputCompleter, UWord ixInput ) in haveInputInpC() argument 1794 IPtoFunOrObjCompleter* ip2fo = inputCompleter; in haveInputInpC() 1800 void* inputCompleter, UWord ixInput ) in supp_pattEQinp() argument 1803 IPtoFunOrObjCompleter* ip2fo = inputCompleter; in supp_pattEQinp()
|
/external/valgrind/include/ |
D | pub_tool_seqmatch.h | 94 void* inputCompleter,
|