Home
last modified time | relevance | path

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

123456

/external/icu/icu4c/source/common/
Druleiter.h133 struct Pos : public UMemory { struct
137 int32_t bufPos; argument
146 * 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/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.cpp24 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt()
33 static void multikey_qsort(StringPair **Begin, StringPair **End, int Pos) { in multikey_qsort()
/external/clang/lib/Tooling/
DArgumentsAdjusters.cpp55 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
73 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
/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/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()
DConvertUTFWrapper.cpp23 const UTF8 *Pos = reinterpret_cast<const UTF8*>(Source.begin()); in ConvertUTF8toWide() local
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp434 StringRef FileName, int Pos = -1) { in addMember()
444 int Pos = -1) { in addMember()
465 std::vector<StringRef>::iterator &Pos) { in computeInsertAction()
523 int Pos = Ret.size(); in computeNewArchiveMembers() local
572 int Pos = InsertPos; in computeNewArchiveMembers() local
/external/llvm/include/llvm/Support/
DStreamingMemoryObject.h70 bool fetchToPos(size_t Pos) const { in fetchToPos()
/external/llvm/lib/CodeGen/
DAllocationOrder.h32 int Pos; variable
DBranchFolding.h88 void setTailStartPos(MachineBasicBlock::iterator Pos) { in setTailStartPos()
/external/llvm/lib/Fuzzer/
DFuzzerUtil.cpp112 for (size_t Pos = L; Pos <= R; Pos++) { in ParseOneDictionaryEntry() local
153 size_t Pos = 0; in ParseDictionaryFile() local
DFuzzerTraceState.cpp168 size_t Pos; member
250 for (size_t Pos = LR.Beg; Pos + CmpSize <= LR.End; Pos++) { in DFSanCmpCallback() local
278 for (size_t Pos = LR.Beg; Pos + ValSize <= LR.End; Pos++) in DFSanSwitchCallback() local
283 for (size_t Pos = LR.Beg; Pos + 2 <= LR.End; Pos++) in DFSanSwitchCallback() local
302 size_t Pos = Cur - Beg; in TryToAddDesiredData() local
/external/clang/lib/Tooling/Core/
DLookup.cpp103 auto Pos = ReplacementString.rfind("::"); in replaceNestedName() local
/external/clang/unittests/Rewrite/
DRewriteBufferTest.cpp36 size_t Pos = Input.find(RemoveStr); in TEST() local
/external/pcre/dist/
Dpcregexp.pas81 function MatchSub(ANom: integer; var Pos, Len : longint) : boolean; virtual; in MatchSub()
82 function MatchFull(var Pos, Len : longint) : boolean; virtual; in MatchFull()
550 function TpcRegExp.MatchSub(ANom:integer; var Pos,Len:longint):boolean; in TpcRegExp.MatchSub()
563 function TpcRegExp.MatchFull(var Pos,Len:longint):boolean; in TpcRegExp.MatchFull()
/external/clang/lib/Lex/
DPreprocessingRecord.cpp91 int Pos = std::distance(iterator(this, 0), PPEI); in isEntityInFileID() local
116 if (unsigned(Pos) >= PreprocessedEntities.size()) { in isEntityInFileID() local
361 llvm::DenseMap<const MacroInfo *, MacroDefinitionRecord *>::iterator Pos = in findMacroDefinition() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp108 const auto Pos = AbbrDeclSets.find(CUAbbrOffset); in getAbbreviationDeclarationSet() local
/external/llvm/lib/Object/
DArchiveWriter.cpp207 int Pos = Out.tell(); in writeStringTable() local
286 unsigned Pos = Out.tell(); in writeSymbolTable() local
381 unsigned Pos = Out.tell(); in writeArchive() local
/external/llvm/tools/llvm-mc/
DDisassembler.cpp86 if (size_t Pos = Str.find_first_not_of(" \t\r\n,")) { in SkipToToken() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp30 size_t Pos; member in __anon5ffa8d520111::UnwindOpcodeStreamer
/external/clang/include/clang/Sema/
DIdentifierResolver.h55 void InsertDecl(DeclsTy::iterator Pos, NamedDecl *D) { in InsertDecl()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp525 size_t Pos = Asm.find(SearchStr); in addGlobalNamePrefix() local
850 Instruction *Pos; in runOnModule() local
890 Value *DFSanFunction::getArgTLS(unsigned Idx, Instruction *Pos) { in getArgTLS()
937 Value *DataFlowSanitizer::getShadowAddress(Value *Addr, Instruction *Pos) { in getShadowAddress()
955 Value *DFSanFunction::combineShadows(Value *V1, Value *V2, Instruction *Pos) { in combineShadows()
1055 Instruction *Pos) { in loadShadow()
1198 Value *Shadow, Instruction *Pos) { in storeShadow()

123456