Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/
Dnullable-pointer-size.rs24 macro_rules! check_type { macro
Dnullable-pointer-iotareduction.rs56 macro_rules! check_type { macro
/third_party/skia/experimental/skrive/tests/
DDomTypes.cpp12 void check_type(skiatest::Reporter* reporter, const sk_sp<U>& node, bool expected) { in check_type() function
/third_party/pulseaudio/src/pulsecore/
Dobject.h36 bool (*check_type)(const char *type_name); member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.l421 int check_type(yyscan_t yyscanner) { in check_type() function
Dglslang_lex.cpp3653 int check_type(yyscan_t yyscanner) { in check_type() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Dkernel_util.cc246 const DataType &check_type, const std::string &prim_name) { in CheckTensorTypeSame()
/third_party/pulseaudio/src/modules/
Dmodule-augment-properties.c122 static int check_type(pa_config_parser_state *state) { in check_type() function
/third_party/python/Lib/ctypes/test/
Dtest_callbacks.py21 def check_type(self, typ, arg): member in Callbacks
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dxml_consistency.py504 def check_type(self, name, info, category): member in Checker
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconsistency_tools.py331 def check_type(self, name, info, category): member in XMLChecker
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.l481 int check_type(yyscan_t yyscanner) { in check_type() function
Dglslang_lex_autogen.cpp3321 int check_type(yyscan_t yyscanner) in check_type() function
/third_party/rust/rust/src/tools/jsondoclint/src/
Dvalidator.rs259 fn check_type(&mut self, x: &'a Type) { in check_type() method
/third_party/ffmpeg/
Dconfigure1542 check_type(){ function
/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-util.c1681 parser_check_context_type_t check_type) /**< context type */ in scanner_is_context_needed()
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp5542 const glsl_type *check_type = glsl_without_array(var->type); in hir() local
5607 const glsl_type *check_type = glsl_without_array(var->type); in hir() local
5643 const glsl_type *check_type = glsl_without_array(var->type); in hir() local
/third_party/openssl/crypto/x509/
Dv3_utl.c877 unsigned int flags, int check_type, char **peername) in do_x509_check()
/third_party/toybox/toys/pending/
Dxzcat.c2343 #define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument
2381 enum xz_check check_type; member
/third_party/libfuse/test/
Dtest_syscalls.c164 static int check_type(const char *path, mode_t type) in check_type() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/expander/bprop/grad_ops/
Dcommon_utils.cc687 bool CheckType(const TypePtr &check_type, const std::set<TypePtr> &template_types) { in CheckType()
/third_party/rust/crates/rustix/src/
Dio_uring.rs1006 macro_rules! check_type { in io_uring_layouts() macro
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dmod.rs713 fn check_type(&mut self) -> bool { in check_type() method
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcheck_convert_utils.cc568 inline bool CheckType(const TypePtr &check_type, const std::set<TypePtr> &template_types) { in CheckType()
/third_party/openssl/ssl/
Dt1_lib.c2803 int check_type = 0; in tls1_check_chain() local