Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp89 bool Dirty = false; ///< Register needs spill. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp383 bool Dirty = true; member
/third_party/ninja/src/
Dbuild_test.cc721 void BuildTest::Dirty(const string& path) { in Dirty() function in BuildTest
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp7390 bool Dirty; // Set when the document has been modified member
/third_party/python/Lib/test/
Dtest_enum.py3149 class Dirty(Enum): class