Searched refs:function_fcheck (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pcre/src/sljit/ |
H A D | sljitLir.c | 984 CHECK_ARGUMENT(function_fcheck(compiler, (p), (i), (is_32))); 986 static sljit_s32 function_fcheck(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i, sljit_s3… in function_fcheck() function 1012 CHECK_ARGUMENT(function_fcheck(compiler, (p), (i))); 1014 static sljit_s32 function_fcheck(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in function_fcheck() function
|