Searched defs:check_type (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Headers/ |
D | thumbv7-apple-ios-types.cpp | 20 struct check_type { struct 29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
|
D | x86_64-apple-macosx-types.cpp | 20 struct check_type { struct 29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
|
D | arm64-apple-ios-types.cpp | 20 struct check_type { struct 29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
|
/external/lzma/xz-embedded/ |
D | xz_dec_stream.c | 14 # 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/ |
D | handler-compiler.cc | 102 PrototypeCheckType check_type = SKIP_RECEIVER; in FrontendHeader() local
|
/external/toybox/toys/pending/ |
D | xzcat.c | 2350 #define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument 2388 enum xz_check check_type; member
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 895 unsigned int flags, int check_type, in do_x509_check()
|
/external/mesa3d/src/glsl/ |
D | ast_to_hir.cpp | 2707 const glsl_type *check_type = var->type->is_array() in hir() local
|