Home
last modified time | relevance | path

Searched defs:Pos (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/external/syzkaller/pkg/ast/
Dast.go8 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/
Druleiter.h135 struct Pos : public UMemory { struct
139 int32_t bufPos; argument
148 * RuleCharacterIterator::Pos pos; argument
/external/llvm/include/llvm/ADT/
DMapVector.h87 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/
DMapVector.h114 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/
DTableGenBackend.cpp24 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/
DTableGenBackend.cpp24 size_t Pos = (size_t)OS.tell(); in printLine() local
41 size_t Pos = 0U; in emitSourceFileHeader() local
/external/llvm/lib/MC/
DStringTableBuilder.cpp40 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/
DStringTableBuilder.cpp77 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/
DRenameIndependentSubregs.cpp189 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/
DRenameIndependentSubregs.cpp189 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
DAllocationOrder.h32 int Pos; variable
/external/clang/lib/Tooling/
DArgumentsAdjusters.cpp55 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
73 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
/external/swiftshader/third_party/subzero/src/
DIceTypeConverter.h52 auto Pos = LLVM2IceMap.find(LLVMTy); in convertToIceType() local
/external/clang/lib/Frontend/
DLayoutOverrideSource.cpp61 StringRef::size_type Pos; in LayoutOverrideSource() local
78 StringRef::size_type Pos = LineStr.find(" Size:"); in LayoutOverrideSource() local
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp167 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/
DStreamingMemoryObject.h62 bool fetchToPos(size_t Pos) const { in fetchToPos()
/external/llvm/include/llvm/Support/
DStreamingMemoryObject.h62 bool fetchToPos(size_t Pos) const { in fetchToPos()
/external/llvm/lib/Support/
DLineIterator.cpp54 const char *Pos = CurrentLine.end(); in advance() local
DFileUtilities.cpp49 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/
DLineIterator.cpp54 const char *Pos = CurrentLine.end(); in advance() local
DFileUtilities.cpp53 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/
DStreamingMemoryObject.h62 bool fetchToPos(size_t Pos) const { in fetchToPos()
/external/swiftshader/third_party/LLVM/lib/Support/
DFileUtilities.cpp50 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/
Dcfwl_eventscroll.h22 Pos, enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAllocationOrder.h28 const unsigned *Pos; variable

12345678910>>...14