/third_party/icu/icu4c/source/common/ |
D | ruleiter.h | 135 struct Pos : public UMemory { struct 139 int32_t bufPos; argument 148 * RuleCharacterIterator::Pos pos; argument
|
/third_party/node/deps/icu-small/source/common/ |
D | ruleiter.h | 135 struct Pos : public UMemory { struct 139 int32_t bufPos; argument 148 * RuleCharacterIterator::Pos pos; argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ruleiter.h | 135 struct Pos : public UMemory { struct 139 int32_t bufPos; argument 148 * RuleCharacterIterator::Pos pos; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | MapVector.h | 113 typename MapType::const_iterator Pos = Map.find(Key); in lookup() local 143 typename MapType::const_iterator Pos = Map.find(Key); in count() local 148 typename MapType::const_iterator Pos = Map.find(Key); in find() local 154 typename MapType::const_iterator Pos = Map.find(Key); in find() local 161 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 80 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt() 89 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort() 147 size_t Pos = Size - S.size() - (K != RAW); in finalizeStringTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 23 size_t Pos = (size_t)OS.tell(); in printLine() local 40 size_t Pos = 0U; in emitSourceFileHeader() local
|
/third_party/json/tests/thirdparty/Fuzzer/ |
D | FuzzerIOWindows.cpp | 164 size_t Pos = Offset; in ParseFileName() local 174 size_t Pos = Offset; in ParseDir() local 190 size_t Pos = Offset, Res; in ParseServerAndShare() local 215 size_t Pos = 0, Res; in ParseLocation() local
|
D | FuzzerTraceState.cpp | 28 uint32_t Pos; member 96 void AddMutation(uint32_t Pos, uint32_t Size, const uint8_t *Data) { in AddMutation() 103 void AddMutation(uint32_t Pos, uint32_t Size, uint64_t Data) { in AddMutation() 163 size_t Pos = Cur - Beg; in TryToAddDesiredData() local 187 size_t Pos = Cur - Beg; in TryToAddDesiredData() local
|
D | FuzzerUtil.cpp | 98 for (size_t Pos = L; Pos <= R; Pos++) { in ParseOneDictionaryEntry() local 139 size_t Pos = 0; in ParseDictionaryFile() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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
|
D | AllocationOrder.h | 32 int Pos; variable
|
D | RegisterPressure.cpp | 423 SlotIndex Pos, LaneBitmask SafeDefault, in getLanesWithProperty() 452 SlotIndex Pos) { in getLiveLanesAt() 455 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt() 601 SlotIndex Pos, in adjustLaneLiveness() 1248 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt() 1258 [](const LiveRange &LR, SlotIndex Pos) { in getLastUsedLanes() 1269 [](const LiveRange &LR, SlotIndex Pos) { in getLiveThroughAt()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
D | token.go | 41 func NewRange(fset *token.FileSet, start, end token.Pos) Range { 98 func offset(f *token.File, pos token.Pos) (int, error) {
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
D | token.go | 41 func NewRange(fset *token.FileSet, start, end token.Pos) Range { 98 func offset(f *token.File, pos token.Pos) (int, error) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | token.go | 41 func NewRange(fset *token.FileSet, start, end token.Pos) Range { 98 func offset(f *token.File, pos token.Pos) (int, error) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VFABIDemangling.cpp | 98 VFParamKind &PKind, int &Pos, in tryParseLinearTokenWithRuntimeStep() 219 ParseRet tryParseUniform(StringRef &ParseString, VFParamKind &PKind, int &Pos) { in tryParseUniform() 387 const unsigned Pos = Parameters.size(); in tryDemangleForVFABI() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTypeConverter.h | 52 auto Pos = LLVM2IceMap.find(LLVMTy); in convertToIceType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | Demangle.cpp | 17 size_t Pos = MangledName.find_first_not_of('_'); in isItaniumEncoding() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LineIterator.cpp | 53 const char *Pos = CurrentLine.end(); in advance() local
|
D | FileUtilities.cpp | 55 static const char *BackupNumber(const char *Pos, const char *FirstChar) { in BackupNumber() 79 static const char *EndOfNumber(const char *Pos) { in EndOfNumber()
|
D | TarWriter.cpp | 83 uint64_t Pos = OS.tell(); in pad() local 196 uint64_t Pos = OS.tell(); in append() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | StreamingMemoryObject.h | 62 bool fetchToPos(size_t Pos) const { in fetchToPos()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/ |
D | StreamingMemoryObject.h | 62 bool fetchToPos(size_t Pos) const { in fetchToPos()
|
/third_party/typescript/tests/cases/compiler/ |
D | ramdaToolsNoInfinite.ts | 49 type Pos<I extends any[]> = alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 175 printBSDMemberHeader(raw_ostream &Out, uint64_t Pos, StringRef Name, in printBSDMemberHeader() 209 printMemberHeader(raw_ostream &Out, uint64_t Pos, raw_ostream &StringTable, in printMemberHeader() 324 uint64_t Pos = Out.tell() + Size; in writeSymbolTable() local 396 uint64_t Pos = 0; in computeMemberData() local
|