Searched refs:end64 (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/polly/test/ScopInfo/ |
D | infeasible_invalid_context.ll | 25 br label %if.end64 27 if.end64: ; preds = %entry 30 for.body73: ; preds = %for.inc216, %if.end64 31 %v.0101 = phi i32 [ 0, %for.inc216 ], [ 1, %if.end64 ]
|
/external/llvm-project/polly/test/DependenceInfo/ |
D | infeasible_context.ll | 24 br label %if.end64 26 if.end64: ; preds = %entry 29 for.body73: ; preds = %for.inc216, %if.end64 30 %v.0101 = phi i32 [ 0, %for.inc216 ], [ 1, %if.end64 ]
|
/external/icu/libicu/cts_headers/unicode/ |
D | regex.h | 1015 virtual int64_t end64(UErrorCode &status) const; 1054 virtual int64_t end64(int32_t group, UErrorCode &status) const;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1015 virtual int64_t end64(UErrorCode &status) const; 1054 virtual int64_t end64(int32_t group, UErrorCode &status) const;
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 556 int64_t RegexMatcher::end64(UErrorCode &err) const { in end64() function in RegexMatcher 557 return end64(0, err); in end64() 560 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { in end64() function in RegexMatcher 588 return (int32_t)end64(group, err); in end() 1206 int64_t groupEnd = end64(groupNum, status); in group() 2196 … start64(groupNum, status), end64(groupNum, status), &status); in split()
|
D | uregex.cpp | 716 int64_t limit = regexp->fMatcher->end64(groupNum, *status); in uregex_group() 794 int64_t result = regexp->fMatcher->end64(groupNum, *status); in uregex_end64()
|