Searched refs:src1_is_store (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | asan.c | 769 bool *src1_is_store, 1065 *src1_is_store = false; 1116 bool src0_is_store = false, src1_is_store = false, in has_stmt_been_instrumented_p() local 1120 &src1, &src1_len, &src1_is_store, in has_stmt_been_instrumented_p() 2440 bool src0_is_store = false, src1_is_store = false, dest_is_store = false, in instrument_builtin_call() local 2445 &src1, &src1_len, &src1_is_store, in instrument_builtin_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | asan.cc | 927 bool *src1_is_store, in get_mem_refs_of_builtin_call() argument 1248 *src1_is_store = false; in get_mem_refs_of_builtin_call() 1312 bool src0_is_store = false, src1_is_store = false, in has_stmt_been_instrumented_p() local 1316 &src1, &src1_len, &src1_is_store, in has_stmt_been_instrumented_p() 2867 bool src0_is_store = false, src1_is_store = false, dest_is_store = false, in instrument_builtin_call() local 2872 &src1, &src1_len, &src1_is_store, in instrument_builtin_call()
|