Home
last modified time | relevance | path

Searched refs:no_match (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Dast_util.py159 def no_match(self): member in PatternMatcher
183 return self.no_match()
187 return self.no_match()
196 return self.no_match()
201 return self.no_match()
206 return self.no_match()
/external/v8/src/builtins/
Dbuiltins-lazy-gen.cc35 Label no_match(this); in TailCallRuntimeIfMarkerEquals() local
36 GotoIfNot(Word32Equal(marker, Uint32Constant(expected_marker)), &no_match); in TailCallRuntimeIfMarkerEquals()
38 BIND(&no_match); in TailCallRuntimeIfMarkerEquals()
/external/elfutils/libdw/
Dfde.c261 goto no_match; in __libdw_find_fde()
273 goto no_match; in __libdw_find_fde()
320 no_match: in __libdw_find_fde()
/external/libtextclassifier/native/utils/sentencepiece/
Dnormalizer.cc125 const bool no_match = match.match_length <= 0; in NormalizePrefix() local
126 if (no_match) { in NormalizePrefix()
/external/clang/test/CXX/drs/
Ddr3xx.cpp645 extern void no_match(float), no_match(int);
646 i1(no_match); // expected-error {{no matching function}}
647 i2(0, 0, no_match); // expected-error {{no matching function}}
/external/curl/lib/vtls/
Dvtls.c316 bool no_match = TRUE; in Curl_ssl_getsessionid() local
360 no_match = FALSE; in Curl_ssl_getsessionid()
365 return no_match; in Curl_ssl_getsessionid()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc1110 Label match(this), no_match(this); in JumpConditional() local
1112 Branch(condition, &match, &no_match); in JumpConditional()
1115 BIND(&no_match); in JumpConditional()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c9144 jump_list *no_match = NULL; in compile_ref_matchingpath() local
9196 read_char(common, 0, READ_CHAR_MAX, &no_match, READ_CHAR_UPDATE_STR_PTR); in compile_ref_matchingpath()
9220 add_jump(compiler, &no_match, CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0)); in compile_ref_matchingpath()
9231 set_jumps(no_match, LABEL()); in compile_ref_matchingpath()
11310 jump_list *no_match = NULL; in compile_iterator_matchingpath() local
11487 add_jump(compiler, &no_match, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath()
11492 compile_char1_matchingpath(common, type, cc, &no_match, FALSE); in compile_iterator_matchingpath()
11495 detect_partial_match(common, &no_match); in compile_iterator_matchingpath()
11519 set_jumps(no_match, LABEL()); in compile_iterator_matchingpath()
11537 compile_char1_matchingpath(common, type, cc, &no_match, TRUE); in compile_iterator_matchingpath()
[all …]
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc919 Label no_match; in TailCallRuntimeIfMarkerEquals() local
921 __ bne(&no_match); in TailCallRuntimeIfMarkerEquals()
923 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc861 Label no_match; in TailCallRuntimeIfMarkerEquals() local
863 __ bne(&no_match); in TailCallRuntimeIfMarkerEquals()
865 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc812 Label no_match; in TailCallRuntimeIfMarkerEquals() local
813 __ Branch(&no_match, ne, actual_marker, Operand(expected_marker)); in TailCallRuntimeIfMarkerEquals()
815 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc829 Label no_match; in TailCallRuntimeIfMarkerEquals() local
831 __ b(ne, &no_match); in TailCallRuntimeIfMarkerEquals()
833 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc987 Label no_match; in TailCallRuntimeIfMarkerEquals() local
988 __ CompareAndBranch(actual_marker, Operand(expected_marker), ne, &no_match); in TailCallRuntimeIfMarkerEquals()
990 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc856 Label no_match; in TailCallRuntimeIfMarkerEquals() local
858 __ j(not_equal, &no_match); in TailCallRuntimeIfMarkerEquals()
860 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc795 Label no_match; in TailCallRuntimeIfMarkerEquals() local
796 __ Branch(&no_match, ne, actual_marker, Operand(expected_marker)); in TailCallRuntimeIfMarkerEquals()
798 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc749 Label no_match; in TailCallRuntimeIfMarkerEquals() local
751 __ j(not_equal, &no_match, Label::kNear); in TailCallRuntimeIfMarkerEquals()
753 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()