/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | ast_util.py | 159 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/ |
D | builtins-lazy-gen.cc | 35 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/ |
D | fde.c | 261 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/ |
D | normalizer.cc | 125 const bool no_match = match.match_length <= 0; in NormalizePrefix() local 126 if (no_match) { in NormalizePrefix()
|
/external/clang/test/CXX/drs/ |
D | dr3xx.cpp | 645 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/ |
D | vtls.c | 316 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/ |
D | interpreter-assembler.cc | 1110 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/ |
D | pcre2_jit_compile.c | 9144 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/ |
D | builtins-s390.cc | 919 Label no_match; in TailCallRuntimeIfMarkerEquals() local 921 __ bne(&no_match); in TailCallRuntimeIfMarkerEquals() 923 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 861 Label no_match; in TailCallRuntimeIfMarkerEquals() local 863 __ bne(&no_match); in TailCallRuntimeIfMarkerEquals() 865 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 812 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/ |
D | builtins-arm.cc | 829 Label no_match; in TailCallRuntimeIfMarkerEquals() local 831 __ b(ne, &no_match); in TailCallRuntimeIfMarkerEquals() 833 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 987 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/ |
D | builtins-x64.cc | 856 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/ |
D | builtins-mips.cc | 795 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/ |
D | builtins-ia32.cc | 749 Label no_match; in TailCallRuntimeIfMarkerEquals() local 751 __ j(not_equal, &no_match, Label::kNear); in TailCallRuntimeIfMarkerEquals() 753 __ bind(&no_match); in TailCallRuntimeIfMarkerEquals()
|