Home
last modified time | relevance | path

Searched defs:check_type (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Headers/
Dthumbv7-apple-ios-types.cpp20 struct check_type { struct
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
Dx86_64-apple-macosx-types.cpp20 struct check_type { struct
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
Darm64-apple-ios-types.cpp20 struct check_type { struct
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
/external/lzma/xz-embedded/
Dxz_dec_stream.c14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument
16 # define IS_CRC64(check_type) false argument
60 enum xz_check check_type; member
/external/v8/src/ic/
Dhandler-compiler.cc102 PrototypeCheckType check_type = SKIP_RECEIVER; in FrontendHeader() local
/external/toybox/toys/pending/
Dxzcat.c2350 #define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument
2388 enum xz_check check_type; member
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c895 unsigned int flags, int check_type, in do_x509_check()
/external/mesa3d/src/glsl/
Dast_to_hir.cpp2707 const glsl_type *check_type = var->type->is_array() in hir() local