Searched refs:FuncCall (Results 1 – 5 of 5) sorted by relevance
120 FuncCall rand_call{}; in RandomGen()152 FuncCall *func_call = exec_spec->mutable_function_call(func_idx); in Mutate()
170 FuncCall temp; in LLVMFuzzerCustomCrossOver()
186 void ProtoFuzzerRunner::Execute(const FuncCall &func_call) { in Execute()
50 void Execute(const FuncCall &);
37 using FuncCall = FunctionCallMessage; variable