HomeSort by relevance Sort by last modified time
    Searched defs:SourceEnd (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
ConvertUTFWrapper.cpp 62 const UTF32 *SourceEnd = SourceStart + 1;
65 ConversionResult CR = ConvertUTF32toUTF8(&SourceStart, SourceEnd,
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 296 uint64_t SourceBegin, SourceEnd;
595 Offsets.SourceEnd = RawOffset + Size;
600 bool SeenBothEnds = Offsets.SourceEnd && Offsets.DestEnd;
    [all...]

Completed in 43 milliseconds