/external/syzkaller/pkg/ast/ |
D | ast.go | 8 type Pos struct { struct 9 File string 10 Off int // byte offset, starting at 0 11 Line int // line number, starting at 1 12 Col int // column number, starting at 1 (byte count) 33 Pos Pos member 41 Pos Pos member 50 Pos Pos member 59 Pos Pos member 68 Pos Pos member [all …]
|
/external/icu/icu4c/source/common/ |
D | ruleiter.h | 135 struct Pos : public UMemory { struct 139 int32_t bufPos; argument 148 * RuleCharacterIterator::Pos pos; argument
|
/external/llvm/include/llvm/ADT/ |
D | MapVector.h | 87 typename MapType::const_iterator Pos = Map.find(Key); in lookup() local 104 typename MapType::const_iterator Pos = Map.find(Key); in count() local 109 typename MapType::const_iterator Pos = Map.find(Key); in find() local 115 typename MapType::const_iterator Pos = Map.find(Key); in find() local 122 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | MapVector.h | 114 typename MapType::const_iterator Pos = Map.find(Key); in lookup() local 144 typename MapType::const_iterator Pos = Map.find(Key); in count() local 149 typename MapType::const_iterator Pos = Map.find(Key); in find() local 155 typename MapType::const_iterator Pos = Map.find(Key); in find() local 162 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back() local
|
/external/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 24 size_t Pos = (size_t)OS.tell(); in printLine() local 41 size_t Pos = 0U; in emitSourceFileHeader() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 24 size_t Pos = (size_t)OS.tell(); in printLine() local 41 size_t Pos = 0U; in emitSourceFileHeader() local
|
/external/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 40 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt() 49 static void multikey_qsort(StringPair **Begin, StringPair **End, int Pos) { in multikey_qsort() 129 size_t Pos = StringTable.size() - S.size() - (K != RAW); in finalizeStringTable() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 77 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt() 86 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort() 144 size_t Pos = Size - S.size() - (K != RAW); in finalizeStringTable() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RenameIndependentSubregs.cpp | 189 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in findComponents() local 223 SlotIndex Pos = LIS->getInstructionIndex(*MI); in rewriteOperands() local 291 static bool subRangeLiveAt(const LiveInterval &LI, SlotIndex Pos) { in subRangeLiveAt() 355 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in computeMainRangesFixFlags() local 360 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot(); in computeMainRangesFixFlags() local
|
/external/llvm/lib/CodeGen/ |
D | RenameIndependentSubregs.cpp | 189 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in findComponents() local 224 SlotIndex Pos = LIS->getInstructionIndex(MI); in rewriteOperands() local 279 static bool subRangeLiveAt(const LiveInterval &LI, SlotIndex Pos) { in subRangeLiveAt() 343 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in computeMainRangesFixFlags() local 348 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot(); in computeMainRangesFixFlags() local
|
D | AllocationOrder.h | 32 int Pos; variable
|
/external/clang/lib/Tooling/ |
D | ArgumentsAdjusters.cpp | 55 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster() 73 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypeConverter.h | 52 auto Pos = LLVM2IceMap.find(LLVMTy); in convertToIceType() local
|
/external/clang/lib/Frontend/ |
D | LayoutOverrideSource.cpp | 61 StringRef::size_type Pos; in LayoutOverrideSource() local 78 StringRef::size_type Pos = LineStr.find(" Size:"); in LayoutOverrideSource() local
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerTraceState.cpp | 167 uint32_t Pos; member 240 void AddMutation(uint32_t Pos, uint32_t Size, const uint8_t *Data) { in AddMutation() 247 void AddMutation(uint32_t Pos, uint32_t Size, uint64_t Data) { in AddMutation() 321 for (size_t Pos = LR.Beg; Pos + CmpSize <= LR.End; Pos++) { in DFSanCmpCallback() local 350 for (size_t Pos = LR.Beg; Pos + CmpSize <= LR.End; Pos++) { in DFSanMemcmpCallback() local 369 for (size_t Pos = LR.Beg; Pos + ValSize <= LR.End; Pos++) in DFSanSwitchCallback() local 374 for (size_t Pos = LR.Beg; Pos + 2 <= LR.End; Pos++) in DFSanSwitchCallback() local 396 size_t Pos = Cur - Beg; in TryToAddDesiredData() local 419 size_t Pos = Cur - Beg; in TryToAddDesiredData() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | StreamingMemoryObject.h | 62 bool fetchToPos(size_t Pos) const { in fetchToPos()
|
/external/llvm/include/llvm/Support/ |
D | StreamingMemoryObject.h | 62 bool fetchToPos(size_t Pos) const { in fetchToPos()
|
/external/llvm/lib/Support/ |
D | LineIterator.cpp | 54 const char *Pos = CurrentLine.end(); in advance() local
|
D | FileUtilities.cpp | 49 static const char *BackupNumber(const char *Pos, const char *FirstChar) { in BackupNumber() 73 static const char *EndOfNumber(const char *Pos) { in EndOfNumber()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | LineIterator.cpp | 54 const char *Pos = CurrentLine.end(); in advance() local
|
D | FileUtilities.cpp | 53 static const char *BackupNumber(const char *Pos, const char *FirstChar) { in BackupNumber() 77 static const char *EndOfNumber(const char *Pos) { in EndOfNumber()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/ |
D | StreamingMemoryObject.h | 62 bool fetchToPos(size_t Pos) const { in fetchToPos()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | FileUtilities.cpp | 50 static const char *BackupNumber(const char *Pos, const char *FirstChar) { in BackupNumber() 74 static const char *EndOfNumber(const char *Pos) { in EndOfNumber()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_eventscroll.h | 22 Pos, enumerator
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | AllocationOrder.h | 28 const unsigned *Pos; variable
|