Searched refs:isWrite (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_interceptors_memintrinsics.h | 53 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ in DECLARE_REAL() argument 74 ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false);\ in DECLARE_REAL()
|
| H A D | asan_poisoning.cc | 217 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument 225 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 256 bool isWrite) const; 577 bool isWrite) const { in getInstructionsForAccess() argument 578 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsSEInstrInfo.cpp | 206 static bool isReadOrWriteToDSPReg(const MachineInstr &MI, bool &isWrite) { in isReadOrWriteToDSPReg() argument 212 isWrite = true; in isReadOrWriteToDSPReg() 216 isWrite = false; in isReadOrWriteToDSPReg()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1693 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() 1694 MemAccessInfo Access(Ptr, isWrite); in getInstructionsForAccess()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 45790 int isWrite, /* True to extend file if necessary */ 45841 if( !isWrite ) goto shmpage_out; 199821 int isWrite, 199866 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 33760 int isWrite, /* True to extend file if necessary */ 33802 if( !isWrite ) goto shmpage_out;
|