Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddecl-microsoft-call-conv.cpp176 template <typename T> static int cast_to_int(T) { in cast_to_int() function
180 template <> inline int ExactlyInt::cast_to_int<int>(int x) { return x; } in cast_to_int() function in ExactlyInt
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.h173 unsigned cast_to_int : 1; member