Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dnumeric_traits.hpp84 struct is_real : mpl::false_ {}; struct
87 struct is_real<T const> : is_uint<T> {}; struct
90 struct is_real<float> : mpl::true_ {}; struct
93 struct is_real<double> : mpl::true_ {}; struct
96 struct is_real<long double> : mpl::true_ {}; struct
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dreaddir.c53 bool is_real; member
327 bool is_real; in ovl_dir_reset() local