Home
last modified time | relevance | path

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

12345

/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.cpp25 size_t Pos = (size_t)OS.tell(); in printLine() local
38 size_t Pos = 0U; in emitSourceFileHeader() local
/external/clang/lib/Tooling/
DArgumentsAdjusters.cpp57 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
75 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/
DFileUtilities.cpp49 static const char *BackupNumber(const char *Pos, const char *FirstChar) { in BackupNumber()
73 static const char *EndOfNumber(const char *Pos) { in EndOfNumber()
DLineIterator.cpp54 const char *Pos = CurrentLine.end(); in advance() local
DConvertUTFWrapper.cpp23 const UTF8 *Pos = reinterpret_cast<const UTF8*>(Source.begin()); in ConvertUTF8toWide() local
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp474 int Pos = -1) { in addMember()
493 std::vector<StringRef>::iterator &Pos) { in computeInsertAction()
549 int Pos = Ret.size(); in computeNewArchiveMembers() local
598 int Pos = InsertPos; in computeNewArchiveMembers() local
682 int Pos = Out.tell(); in writeStringTable() local
739 unsigned Pos = Out.tell(); in writeSymbolTable() local
809 unsigned Pos = Out.tell(); in performWriteOperation() local
/external/llvm/lib/CodeGen/
DAllocationOrder.h31 int Pos; variable
DBranchFolding.h87 void setTailStartPos(MachineBasicBlock::iterator Pos) { in setTailStartPos()
DLiveInterval.cpp249 iterator find(SlotIndex Pos) { return LR->find(Pos); } in find()
279 iterator find(SlotIndex Pos) { in find()
303 LiveRange::iterator LiveRange::find(SlotIndex Pos) { in find()
893 SlotIndex Pos = First; in constructMainRangeFromSubranges() local
/external/llvm/include/llvm/Support/
DStreamingMemoryObject.h66 bool fetchToPos(size_t Pos) const { in fetchToPos()
/external/llvm/lib/Fuzzer/
DFuzzerCrossOver.cpp24 size_t *Pos = &PosA; in CrossOver() 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
359 llvm::DenseMap<const MacroInfo *, MacroDefinition *>::iterator Pos in findMacroDefinition() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp108 const auto Pos = AbbrDeclSets.find(CUAbbrOffset); in getAbbreviationDeclarationSet() 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/Transforms/Instrumentation/
DDataFlowSanitizer.cpp512 size_t Pos = Asm.find(SearchStr); in addGlobalNamePrefix() local
841 Instruction *Pos; in runOnModule() local
881 Value *DFSanFunction::getArgTLS(unsigned Idx, Instruction *Pos) { in getArgTLS()
928 Value *DataFlowSanitizer::getShadowAddress(Value *Addr, Instruction *Pos) { in getShadowAddress()
940 Value *DFSanFunction::combineShadows(Value *V1, Value *V2, Instruction *Pos) { in combineShadows()
1040 Instruction *Pos) { in loadShadow()
1182 Value *Shadow, Instruction *Pos) { in storeShadow()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp30 size_t Pos; member in __anon1d8c4ff10111::UnwindOpcodeStreamer
/external/clang/include/clang/Sema/
DIdentifierResolver.h55 void InsertDecl(DeclsTy::iterator Pos, NamedDecl *D) { in InsertDecl()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h246 iterator advanceTo(iterator I, SlotIndex Pos) { in advanceTo()
254 const_iterator advanceTo(const_iterator I, SlotIndex Pos) const { in advanceTo()
271 const_iterator find(SlotIndex Pos) const { in find()
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp229 auto Pos = SeenExprs.find(LHSExpr); in tryReassociatedAdd() local
/external/skia/gm/
Dtextblob.cpp17 enum Pos { enum

12345