Searched refs:check_type (Results 1 – 9 of 9) sorted by relevance
133 const RegType& check_type) { in VerifyRegisterType() argument136 if (UNLIKELY(!check_type.IsAssignableFrom(src_type, verifier))) { in VerifyRegisterType()138 if (!check_type.IsNonZeroReferenceTypes() || !src_type.IsNonZeroReferenceTypes()) { in VerifyRegisterType()141 } else if (check_type.IsUninitializedTypes() || src_type.IsUninitializedTypes()) { in VerifyRegisterType()144 } else if (check_type.IsUnresolvedTypes() || src_type.IsUnresolvedTypes()) { in VerifyRegisterType()150 << src_type << " but expected " << check_type; in VerifyRegisterType()151 if (check_type.IsNonZeroReferenceTypes() && in VerifyRegisterType()152 !check_type.IsUnresolvedTypes() && in VerifyRegisterType()153 check_type.HasClass() && in VerifyRegisterType()157 DumpB77342775DebugData(check_type.GetClass(), src_type.GetClass()); in VerifyRegisterType()[all …]
138 const RegType& check_type)
19 if ! check_type "$1" >/dev/null; then23 if check_type _init_completion >/dev/null; then138 if [[ $(check_type compopt) == "builtin" ]]; then178 if [[ $(check_type compopt) == "builtin" ]]; then
19 if ! check_type "$1" >/dev/null; then23 if check_type _init_completion >/dev/null; then438 if [[ $(check_type compopt) == "builtin" ]]; then454 if [[ $(check_type compopt) == "builtin" ]]; then495 if [[ $(check_type compopt) == "builtin" ]]; then
26 def check_action(check_type): argument37 checks.append((check_type, values))
51 int check_type(yyscan_t yyscanner, struct yyguts_t *yyg);
1766 function check_type() { type -t "$1"; } function1769 function check_type() { type "$1"; } function
482 ProfileMethodsCheck check_type = in CompileMethodQuick() local484 if (UNLIKELY(check_type != ProfileMethodsCheck::kNone)) { in CompileMethodQuick()493 switch (check_type) { in CompileMethodQuick()