HomeSort by: relevance | last modified time | path
    Searched defs:is_store (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan.h 174 bool is_store; member in struct:__hwasan::AccessInfo
hwasan_linux.cpp 385 const bool is_store = code & 0x10; local
404 const bool is_store = code & 0x10;
446 const bool is_store = code & 0x10;
458 return AccessInfo{addr, size, is_store, !is_store, recover};
463 if (!ai.is_store && !ai.is_load)
hwasan_report.cpp 948 uptr access_size, bool is_store, bool fatal,
951 is_store(is_store),
956 const bool is_store; member in class:__hwasan::__anon14550::TagMismatchReport
979 is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag,
983 is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag,
1015 bool is_store, bool fatal, uptr *registers_frame) {
1016 TagMismatchReport R(stack, tagged_addr, access_size, is_store, fatal,
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan.h 158 bool is_store; member in struct:__hwasan::AccessInfo
hwasan_linux.cpp 333 const bool is_store = code & 0x10; local
352 const bool is_store = code & 0x10;
365 return AccessInfo{addr, size, is_store, !is_store, recover};
370 if (!ai.is_store && !ai.is_load)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 2709 bool is_store = MEM_P (dest); local
2713 if (is_store)
2722 if (is_store)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 2718 bool is_store = MEM_P (dest); local
2722 if (is_store)
2731 if (is_store)
  /src/external/gpl3/gcc/dist/gcc/
asan.cc 980 bool is_store = true, got_reference_p = false; local
1069 is_store = false;
1106 is_store = false;
1143 is_store = false;
1180 is_store = false;
1217 is_store = false;
1306 *dst_is_store = is_store;
2350 IS_STORE is either 1 (for a store) or 0 (for a load). */
2353 report_error_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes,
2380 return builtin_decl_implicit (report[recover_p][is_store][5])
2967 bool is_store, is_instrumented = false; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 940 bool is_store = true, got_reference_p = false; local
1029 is_store = false;
1066 is_store = false;
1103 is_store = false;
1140 is_store = false;
1177 is_store = false;
1266 *dst_is_store = is_store;
2308 IS_STORE is either 1 (for a store) or 0 (for a load). */
2311 report_error_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes,
2338 return builtin_decl_implicit (report[recover_p][is_store][5])
2927 bool is_store, is_instrumented = false; local
    [all...]
tree-vect-stmts.cc 11327 bool is_store = false; local
11390 is_store = true;
11393 is_store = true;
11467 return is_store;
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.c 441 is_store (INSTR_T x) function
490 if (is_store (dsp16_grp1) && is_store (dsp16_grp2))
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.c 441 is_store (INSTR_T x) function
490 if (is_store (dsp16_grp1) && is_store (dsp16_grp2))

Completed in 68 milliseconds