Home
last modified time | relevance | path

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

/external/clang/test/Headers/
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
Dthumbv7-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/swiftshader/src/OpenGL/compiler/
Dglslang.l431 int check_type(yyscan_t yyscanner) { in check_type() function
Dglslang_lex.cpp3361 int check_type(yyscan_t yyscanner) { in check_type() function
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c917 unsigned int flags, int check_type, char **peername) in do_x509_check()
/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/mesa3d/src/glsl/
Dast_to_hir.cpp2707 const glsl_type *check_type = var->type->is_array() in hir() local