Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 14 of 14) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dttyent.cpp15 struct ttyent *typ = getttyent(); in test1() local
22 struct ttyent *typ = getttynam("console"); in test2() local
32 struct ttyent *typ = getttyent(); in test3() local
43 struct ttyent *typ = getttyent(); in test4() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp20 AccessType typ) { in TryTraceMemoryAccess() argument
58 AccessType typ) { in TryTraceMemoryAccessRange() argument
79 AccessType typ) { in TraceMemoryAccessRange() argument
150 DoReportRace(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,Shadow old,AccessType typ) DoReportRace() argument
174 ContainsSameAccess(RawShadow * s,Shadow cur,int unused0,int unused1,AccessType typ) ContainsSameAccess() argument
196 CheckRaces(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,int unused0,int unused1,AccessType typ) CheckRaces() argument
240 ContainsSameAccess(RawShadow * unused0,Shadow unused1,m128 shadow,m128 access,AccessType typ) ContainsSameAccess() argument
275 DoReportRaceV(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,u32 race_mask,m128 shadow,AccessType typ) DoReportRaceV() argument
306 CheckRaces(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,m128 shadow,m128 access,AccessType typ) CheckRaces() argument
395 AccessType typ; DumpShadow() local
415 TraceRestartMemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) TraceRestartMemoryAccess() argument
421 MemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) MemoryAccess() argument
449 RestartMemoryAccess16(ThreadState * thr,uptr pc,uptr addr,AccessType typ) RestartMemoryAccess16() argument
455 MemoryAccess16(ThreadState * thr,uptr pc,uptr addr,AccessType typ) MemoryAccess16() argument
485 RestartUnalignedMemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) RestartUnalignedMemoryAccess() argument
492 UnalignedMemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) UnalignedMemoryAccess() argument
605 const AccessType typ = kAccessWrite | kAccessFree | kAccessSlotLocked | MemoryRangeFreed() local
651 MemoryAccessRangeOne(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,AccessType typ) MemoryAccessRangeOne() argument
667 const AccessType typ = MemoryAccessRangeT() local
[all...]
H A Dtsan_suppressions.cpp68 static const char *conv(ReportType typ) { in conv() argument
108 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() argument
127 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed() argument
H A Dtsan_shadow.h61 Shadow(FastState state, u32 addr, u32 size, AccessType typ) { in Shadow()
84 void GetAccess(uptr *addr, uptr *size, AccessType *typ) const { in GetAccess()
101 bool IsBothReadsOrAtomic(AccessType typ) const { in IsBothReadsOrAtomic()
112 bool IsRWWeakerOrEqual(AccessType typ) const { in IsRWWeakerOrEqual()
H A Dtsan_rtl_report.cpp130 bool ShouldReport(ThreadState *thr, ReportType typ) { in ShouldReport() argument
158 ScopedReportBase::ScopedReportBase(ReportType typ, uptr tag) { in ScopedReportBase() argument
181 AccessType typ; in AddMemoryAccess() local
346 ScopedReport::ScopedReport(ReportType typ, upt argument
433 RestoreStack(EventType type,Sid sid,Epoch epoch,uptr addr,uptr size,AccessType typ,Tid * ptid,VarSizeStackTrace * pstk,MutexSet * pmset,uptr * ptag) RestoreStack() argument
[all...]
H A Dtsan_debugging.cpp21 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
45 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()
H A Dtsan_external.cpp68 void *tag, AccessType typ) { in ExternalAccess()
H A Dtsan_rtl_mutex.cpp50 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
70 auto typ = write ? EventType::kLock : EventType::kRLock; in RecordMutexLock() local
H A Dtsan_report.cpp62 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
H A Dtsan_interface_ann.cpp46 #define SCOPED_ANNOTATION_RET(typ, ret) \ argument
55 #define SCOPED_ANNOTATION(typ) SCOPED_ANNOTATION_RET(typ, ) argument
/llvm-project/mlir/test/python/ir/
H A Dbuiltin_types.py690 print_downcasted(typ) global() argument
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp24 AccessType typ) { in CheckShadow()
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1740 Type typ = region.getArgument(i).getType(); verifyNumBlockArgs() local
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp5372 uint32_t typ = Bits32(opcode, 6, 5); in EmulateSTRRegister() local