Searched defs:check_type (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/Headers/ |
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
|
D | thumbv7-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/swiftshader/src/OpenGL/compiler/ |
D | glslang.l | 431 int check_type(yyscan_t yyscanner) { in check_type() function
|
D | glslang_lex.cpp | 3361 int check_type(yyscan_t yyscanner) { in check_type() function
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 917 unsigned int flags, int check_type, char **peername) in do_x509_check()
|
/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/mesa3d/src/glsl/ |
D | ast_to_hir.cpp | 2707 const glsl_type *check_type = var->type->is_array() in hir() local
|