Home
last modified time | relevance | path

Searched refs:end64 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/test/ScopInfo/
Dinfeasible_invalid_context.ll25 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/
Dinfeasible_context.ll24 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/
Dregex.h1015 virtual int64_t end64(UErrorCode &status) const;
1054 virtual int64_t end64(int32_t group, UErrorCode &status) const;
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1015 virtual int64_t end64(UErrorCode &status) const;
1054 virtual int64_t end64(int32_t group, UErrorCode &status) const;
/external/icu/icu4c/source/i18n/
Drematch.cpp556 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()
Duregex.cpp716 int64_t limit = regexp->fMatcher->end64(groupNum, *status); in uregex_group()
794 int64_t result = regexp->fMatcher->end64(groupNum, *status); in uregex_end64()