HomeSort by relevance Sort by last modified time
    Searched full:beginoffset (Results 1 - 25 of 50) sorted by null

1 2

  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAbbrev.cpp 28 const uint32_t BeginOffset = *OffsetPtr;
29 Offset = BeginOffset;
44 return BeginOffset != *OffsetPtr;
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugAbbrev.cpp 17 const uint32_t beginOffset = *offset_ptr;
18 Offset = beginOffset;
32 return beginOffset != *offset_ptr;
  /external/clang/lib/AST/
RawCommentList.cpp 126 unsigned BeginOffset;
127 std::tie(BeginFileID, BeginOffset) =
129 if (BeginOffset != 0) {
134 (!Invalid && !onlyWhitespaceOnLineBefore(Buffer, BeginOffset));
154 unsigned BeginOffset;
157 std::tie(BeginFileID, BeginOffset) =
161 const unsigned Length = EndOffset - BeginOffset;
174 return StringRef(BufferStart + BeginOffset, Length);
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 122 uint64_t BeginOffset;
132 Slice() : BeginOffset(), EndOffset() {}
133 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable)
134 : BeginOffset(BeginOffset), EndOffset(EndOffset),
137 uint64_t beginOffset() const { return BeginOffset; }
155 if (beginOffset() < RHS.beginOffset())
157 if (beginOffset() > RHS.beginOffset()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 146 uint32_t BeginOffset;
152 assert(CurrentOffset >= BeginOffset);
154 uint32_t BytesUsed = CurrentOffset - BeginOffset;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
LazyRandomTypeCollection.h 76 Error visitRange(TypeIndex Begin, uint32_t BeginOffset, TypeIndex End);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
LazyRandomTypeCollection.h 76 Error visitRange(TypeIndex Begin, uint32_t BeginOffset, TypeIndex End);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
LazyRandomTypeCollection.h 89 void visitRange(TypeIndex Begin, uint32_t BeginOffset, TypeIndex End);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
LazyRandomTypeCollection.h 89 void visitRange(TypeIndex Begin, uint32_t BeginOffset, TypeIndex End);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 146 uint32_t BeginOffset;
152 assert(CurrentOffset >= BeginOffset);
154 uint32_t BytesUsed = CurrentOffset - BeginOffset;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 147 uint32_t BeginOffset;
153 assert(CurrentOffset >= BeginOffset);
155 uint32_t BytesUsed = CurrentOffset - BeginOffset;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 161 int beginOffset = getCaretOffset(file, beginCaretLocation);
174 ITextSelection selection = new TextSelection(beginOffset, endOffset - beginOffset);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ChineseDateFormat.java 102 // protected String subFormat(char ch, int count, int beginOffset,
116 // return super.subFormat(ch, count, beginOffset, pos, formatData, cal);
128 char ch, int count, int beginOffset,
136 super.subFormat(buf, ch, count, beginOffset, fieldNum, capitalizationContext, pos, cal);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ChineseDateFormat.java 100 // protected String subFormat(char ch, int count, int beginOffset,
114 // return super.subFormat(ch, count, beginOffset, pos, formatData, cal);
126 char ch, int count, int beginOffset,
134 super.subFormat(buf, ch, count, beginOffset, fieldNum, capitalizationContext, pos, cal);

Completed in 609 milliseconds

1 2