Home
last modified time | relevance | path

Searched refs:buffer_info (Results 1 – 4 of 4) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dcolorprint.cc136 CONSOLE_SCREEN_BUFFER_INFO buffer_info; in ColorPrintf() local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()
138 const WORD old_color_attrs = buffer_info.wAttributes; in ColorPrintf()
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectGPU.cpp
H A DIRAttributes.cpp1270 // Prepare the data for the buffer_info. in bindDerived()
1274 // Prepare the shape for the buffer_info.
1278 // Prepare the strides for the buffer_info.
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc3304 CONSOLE_SCREEN_BUFFER_INFO buffer_info; in ColoredPrintf() local
3305 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3306 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf()