Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp100 struct PrintState { struct
102 int State;
104 explicit PrintState(int State) : State(State) {} in PrintState() argument
/external/v8/src/
Dcode-stubs.h176 virtual void PrintState(std::ostream& os) const { ; } // NOLINT in PrintState() function