| /external/icu/icu4c/source/common/ |
| D | ruleiter.h | 133 struct Pos : public UMemory { struct 137 int32_t bufPos; argument 146 * RuleCharacterIterator::Pos pos; argument
|
| /external/chromium_org/third_party/icu/source/common/ |
| D | ruleiter.h | 133 struct Pos : public UMemory { struct 137 int32_t bufPos; argument 146 * 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/llvm/lib/TableGen/ |
| D | TableGenBackend.cpp | 25 size_t Pos = (size_t)OS.tell(); in printLine() local 38 size_t Pos = 0U; in emitSourceFileHeader() local
|
| /external/clang/tools/clang-check/ |
| D | ClangCheck.cpp | 146 InsertAdjuster(const CommandLineArguments &Extra, Position Pos) in InsertAdjuster() 150 InsertAdjuster(const char *Extra, Position Pos) in InsertAdjuster() 172 const Position Pos; member in __anon41de3f4f0111::InsertAdjuster
|
| /external/llvm/lib/Support/ |
| D | LineIterator.cpp | 31 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()
|
| D | ConvertUTFWrapper.cpp | 23 const UTF8 *Pos = reinterpret_cast<const UTF8*>(Source.begin()); in ConvertUTF8toWide() 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/CodeGen/ |
| D | AllocationOrder.h | 31 int Pos; variable
|
| D | BranchFolding.h | 82 void setTailStartPos(MachineBasicBlock::iterator Pos) { in setTailStartPos()
|
| /external/llvm/include/llvm/Support/ |
| D | StreamableMemoryObject.h | 150 bool fetchToPos(size_t Pos) const { in fetchToPos()
|
| /external/llvm/tools/llvm-ar/ |
| D | llvm-ar.cpp | 472 int Pos = -1) { in addMember() 491 std::vector<std::string>::iterator &Pos) { in computeInsertAction() 548 int Pos = Ret.size(); in computeNewArchiveMembers() local 596 int Pos = InsertPos; in computeNewArchiveMembers() local 681 int Pos = Out.tell(); in writeStringTable() local 738 unsigned Pos = Out.tell(); in writeSymbolTable() local 803 unsigned Pos = Out.tell(); in performWriteOperation() local
|
| /external/pcre/dist/ |
| D | pcregexp.pas | 81 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/llvm/lib/DebugInfo/ |
| D | DWARFDebugAbbrev.cpp | 108 const auto Pos = AbbrDeclSets.find(CUAbbrOffset); in getAbbreviationDeclarationSet() local
|
| /external/clang/lib/Lex/ |
| D | PreprocessingRecord.cpp | 93 int Pos = PPEI.Position; in isEntityInFileID() local 118 if (unsigned(Pos) >= PreprocessedEntities.size()) { in isEntityInFileID() local 361 llvm::DenseMap<const MacroInfo *, MacroDefinition *>::iterator Pos in findMacroDefinition() local
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | DataFlowSanitizer.cpp | 476 size_t Pos = Asm.find(SearchStr); in addGlobalNamePrefix() local 777 Instruction *Pos; in runOnModule() local 817 Value *DFSanFunction::getArgTLS(unsigned Idx, Instruction *Pos) { in getArgTLS() 864 Value *DataFlowSanitizer::getShadowAddress(Value *Addr, Instruction *Pos) { in getShadowAddress() 877 Instruction *Pos) { in combineShadows() 924 Instruction *Pos) { in loadShadow() 1049 Value *Shadow, Instruction *Pos) { in storeShadow()
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMUnwindOpAsm.cpp | 30 size_t Pos; member in __anon7c853aa80111::UnwindOpcodeStreamer
|
| /external/clang/include/clang/Sema/ |
| D | IdentifierResolver.h | 55 void InsertDecl(DeclsTy::iterator Pos, NamedDecl *D) { in InsertDecl()
|
| /external/chromium_org/third_party/skia/gm/ |
| D | textblob.cpp | 17 enum Pos { enum
|
| /external/llvm/tools/llvm-mc/ |
| D | Disassembler.cpp | 103 if (size_t Pos = Str.find_first_not_of(" \t\r,")) { in SkipToToken() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86JITInfo.cpp | 536 template<typename T> static void addUnaligned(void *Pos, T Delta) { in addUnaligned()
|
| /external/llvm/lib/Option/ |
| D | ArgList.cpp | 194 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() 200 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
|
| /external/llvm/include/llvm/CodeGen/ |
| D | LiveInterval.h | 212 iterator advanceTo(iterator I, SlotIndex Pos) { in advanceTo() 229 const_iterator find(SlotIndex Pos) const { in find()
|
| /external/llvm/lib/Target/ARM/ |
| D | Thumb2ITBlockPass.cpp | 196 unsigned Mask = 0, Pos = 3; in InsertITInstructions() local
|