/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 82 typename MapType::const_iterator Pos = Map.find(Key); in lookup() local 99 typename MapType::const_iterator Pos = Map.find(Key); in count() local 104 typename MapType::const_iterator Pos = Map.find(Key); in find() local 110 typename MapType::const_iterator Pos = Map.find(Key); in find() local 117 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 25 size_t Pos = (size_t)OS.tell(); in printLine() local 38 size_t Pos = 0U; in emitSourceFileHeader() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/ |
H A D | ArgumentsAdjusters.cpp | 57 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster() 75 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | LineIterator.cpp | 54 const char *Pos = CurrentLine.end(); in advance() local
|
H A 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()
|
H A D | ConvertUTFWrapper.cpp | 23 const UTF8 *Pos = reinterpret_cast<const UTF8*>(Source.begin()); in ConvertUTF8toWide() local
|
H A D | FoldingSet.cpp | 93 unsigned Pos = 0; in AddString() local
|
H A D | Host.cpp | 660 size_t Pos = Lines[I].find("machine = "); in getHostCPUName() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | LayoutOverrideSource.cpp | 61 StringRef::size_type Pos; in LayoutOverrideSource() local 78 StringRef::size_type Pos = LineStr.find(" Size:"); in LayoutOverrideSource() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | AllocationOrder.h | 31 int Pos; variable
|
H A D | BranchFolding.h | 87 void setTailStartPos(MachineBasicBlock::iterator Pos) { in setTailStartPos()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | StreamingMemoryObject.h | 67 bool fetchToPos(size_t Pos) const { in fetchToPos()
|
/minix3/minix/drivers/power/acpi/utilities/ |
H A D | utprint.c | 185 char *Pos; in AcpiUtPutNumber() local 305 char *Pos; in AcpiUtFormatNumber() local 451 char *Pos; in AcpiUtVsnprintf() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 474 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
|
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/ |
H A D | DWARFDebugAbbrev.cpp | 108 const auto Pos = AbbrDeclSets.find(CUAbbrOffset); in getAbbreviationDeclarationSet() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
H A 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
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/ |
H A D | Disassembler.cpp | 86 if (size_t Pos = Str.find_first_not_of(" \t\r\n,")) { in SkipToToken() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOpAsm.cpp | 30 size_t Pos; member in __anon294562e20111::UnwindOpcodeStreamer
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | IdentifierResolver.h | 55 void InsertDecl(DeclsTy::iterator Pos, NamedDecl *D) { in InsertDecl()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 514 size_t Pos = Asm.find(SearchStr); in addGlobalNamePrefix() local 846 Instruction *Pos; in runOnModule() local 886 Value *DFSanFunction::getArgTLS(unsigned Idx, Instruction *Pos) { in getArgTLS() 933 Value *DataFlowSanitizer::getShadowAddress(Value *Addr, Instruction *Pos) { in getShadowAddress() 945 Value *DFSanFunction::combineShadows(Value *V1, Value *V2, Instruction *Pos) { in combineShadows() 1045 Instruction *Pos) { in loadShadow() 1185 Value *Shadow, Instruction *Pos) { in storeShadow()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 235 iterator advanceTo(iterator I, SlotIndex Pos) { in advanceTo() 243 const_iterator advanceTo(const_iterator I, SlotIndex Pos) const { in advanceTo() 260 const_iterator find(SlotIndex Pos) const { in find()
|
H A D | StackMaps.h | 59 const MachineOperand &getMetaOper(unsigned Pos) { in getMetaOper()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | Thumb2ITBlockPass.cpp | 196 unsigned Mask = 0, Pos = 3; in InsertITInstructions() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 167 void IdentifierResolver::InsertDeclAfter(iterator Pos, NamedDecl *D) { in InsertDeclAfter()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Option/ |
H A D | ArgList.cpp | 203 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() 209 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
|