OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SourceEnd
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
ConvertUTFWrapper.cpp
65
const UTF32 *
SourceEnd
= SourceStart + 1;
68
ConversionResult CR = ConvertUTF32toUTF8(&SourceStart,
SourceEnd
,
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
702
unsigned
SourceEnd
= SourceStart + SourceWidth;
707
NewWidth = std::max(End,
SourceEnd
) - NewStart;
709
} else if (SourceStart <= Start && Start <=
SourceEnd
) {
711
NewWidth = std::max(
SourceEnd
, End) - NewStart;
[
all
...]
Completed in 149 milliseconds