Home
last modified time | relevance | path

Searched defs:is_store (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan.h160 bool is_store; member
H A Dhwasan_linux.cpp378 const bool is_store = code & 0x10; in GetAccessInfo() local
H A Dhwasan_report.cpp691 bool is_store, bool fatal, uptr *registers_frame) { in ReportTagMismatch()
/openbsd/gnu/gcc/gcc/
H A Dtree-vect-transform.c2194 bool is_store = false; in vect_transform_stmt() local
3086 bool is_store; in vect_transform_loop() local
H A Dtree-ssa-alias.c794 unsigned *num_derefs_p, bool *is_store) in count_uses_and_derefs()
H A Dtree-vrp.c3135 bool is_store; in infer_value_range() local
H A Dhaifa-sched.c348 may_trap_exp (rtx x, int is_store) in may_trap_exp()
H A Dtree-ssa-structalias.c3096 bool is_store, is_potential_deref; in update_alias_info() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsched-rgn.c1736 may_trap_exp (x, is_store) in may_trap_exp() argument
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp194 constexpr bool is_store = std::is_same_v<T, SB> || std::is_same_v<T, SH> || variable