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

/external/valgrind/coregrind/
H A Dm_seqmatch.c49 void* inputCompleter, Bool (*haveInputInpC)(void*,UWord)
71 vg_assert(inputCompleter
74 vg_assert(ixInput >= 0 && (inputCompleter || ixInput <= nInput));
77 haveInput = inputCompleter ?
78 (*haveInputInpC)(inputCompleter, ixInput)
85 currInput = haveInput && !inputCompleter ?
111 inputCompleter,haveInputInpC) ) {
138 if (!pattEQinp(currPatt,currInput,inputCompleter,ixInput)) return False;
42 generic_match( Bool matchAll, const void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt, const void* input, SizeT szbInput, UWord nInput, UWord ixInput, Bool (*pIsStar)(const void*), Bool (*pIsQuery)(const void*), Bool (*pattEQinp)(const void*,const void*,void*,UWord), void* inputCompleter, Bool (*haveInputInpC)(void*,UWord) ) argument
H A Dm_errormgr.c1791 static Bool haveInputInpC (void* inputCompleter, UWord ixInput ) argument
1793 IPtoFunOrObjCompleter* ip2fo = inputCompleter;
1799 void* inputCompleter, UWord ixInput )
1802 IPtoFunOrObjCompleter* ip2fo = inputCompleter;
1870 NULL, 0, 0, /* input/szbInput/nInput 0, as using an inputCompleter */
1798 supp_pattEQinp( const void* supplocV, const void* addrV, void* inputCompleter, UWord ixInput ) argument
/external/valgrind/include/
H A Dpub_tool_seqmatch.h64 inputCompleter. When using an inputCompleter, input/nInput/szbInput
79 If inputCompleter is not NULL, the input will be lazily constructed
82 of pattEQinp are the inputCompleter and the index of the input
84 VG_(generic_match) calls (*haveInputInpC)(inputCompleter,ixInput) to
94 void* inputCompleter,

Completed in 183 milliseconds