Home
last modified time | relevance | path

Searched defs:PrintState (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp100 struct PrintState { struct
102 int State;
104 explicit PrintState(int State) : State(State) {} in PrintState() function
/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dstate.rs240 pub trait PrintState<'a>: std::ops::Deref<Target = pp::Printer> + std::ops::DerefMut { trait