Home
last modified time | relevance | path

Searched defs:Dirty (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_clock.h67 struct Dirty { struct
74 Dirty dirty_[kDirtyTids]; argument
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp74 bool Dirty; // Register needs spill. member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp89 bool Dirty = false; ///< Register needs spill. member
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp394 bool Dirty = true; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp383 bool Dirty = true; member
/external/python/enum34/enum/
Dtest.py1789 class Dirty(Enum): class
/external/python/cpython3/Lib/test/
Dtest_enum.py2908 class Dirty(Enum): class