/external/clang/test/Headers/ |
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 | 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 | thumbv7-apple-ios-types.cpp | 20 struct check_type { struct 29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/ |
D | void_handle.pass.cpp | 40 void check_type() { in check_type() function
|
/external/u-boot/test/py/ |
D | u_boot_console_base.py | 46 def __init__(self, console, check_type): argument 429 def disable_check(self, check_type): argument
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.traits/ |
D | promise_type.pass.cpp | 52 void check_type() { in check_type() function
|
/external/xz-embedded/linux/lib/xz/ |
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 | 421 int check_type(yyscan_t yyscanner) { in check_type() function
|
D | glslang_lex.cpp | 3653 int check_type(yyscan_t yyscanner) { in check_type() function
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_callbacks.py | 18 def check_type(self, typ, arg): member in Callbacks
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_callbacks.py | 18 def check_type(self, typ, arg): member in Callbacks
|
/external/scapy/scapy/asn1/ |
D | ber.py | 204 def check_type(cls, s): member in BERcodec_Object
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 5149 const glsl_type *check_type = var->type->without_array(); in hir() local 5215 const glsl_type *check_type = var->type->without_array(); in hir() local 5251 const glsl_type *check_type = var->type->without_array(); in hir() local
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 950 unsigned int flags, int check_type, char **peername) in do_x509_check()
|
/external/toybox/toys/pending/ |
D | xzcat.c | 2343 #define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument 2381 enum xz_check check_type; member
|