Searched defs:Pos (Results 101 - 125 of 153) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp138 static const DriverSuffix *FindDriverSuffix(StringRef ProgName, size_t &Pos) { argument
179 static const DriverSuffix *parseDriverSuffix(StringRef ProgName, size_t &Pos) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h472 PathDiagnosticLocation Pos; member in class:clang::ento::PathDiagnosticSpotPiece
691 PathDiagnosticNotePiece(const PathDiagnosticLocation &Pos, StringRef S, argument
707 PathDiagnosticPopUpPiece(const PathDiagnosticLocation &Pos, StringRef S, bool AddPosRange = true) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1260 size_t Pos = AliasName.find('@'); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp834 std::map<std::set<unsigned>, unsigned>::iterator Pos = local
876 std::map<std::set<unsigned>, unsigned>::iterator Pos = local
907 std::map<std::pair<unsigned, unsigned>, unsigned>::iterator Pos = local
1355 MachineBasicBlock::iterator Pos local
1696 std::set<unsigned>::iterator Pos = LiveRegs.find(Reg); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp211 int Pos = 0; member in struct:__anon2229::Loc
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp622 MachineBasicBlock::iterator Pos = std::next(GPRCS1Push); local
656 MachineBasicBlock::iterator Pos = std::next(GPRCS2Push); local
683 MachineBasicBlock::iterator Pos = std::next(LastPush); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp613 size_t Pos = local
1568 size_t Pos = *MatchResult; local
1590 size_t Pos; member in struct:MatchRange
752 ProcessMatchResult(FileCheckDiag::MatchType MatchTy, const SourceMgr &SM, SMLoc Loc, Check::FileCheckType CheckTy, StringRef Buffer, size_t Pos, size_t Len, std::vector<FileCheckDiag> *Diags, bool AdjustPrevDiag = false) argument
[all...]
H A DCommandLine.cpp628 StringRef::size_type Pos = Val.find(','); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1788 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end(); local
H A DASTUnit.cpp2099 llvm::StringMap<unsigned>::iterator Pos local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1360 unsigned *Pos local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp611 MachineBasicBlock::iterator Pos = MI; local
H A DLiveIntervals.cpp1637 void LiveIntervals::removePhysRegDefAt(unsigned Reg, SlotIndex Pos) { argument
1645 void LiveIntervals::removeVRegDefAt(LiveInterval &LI, SlotIndex Pos) { argument
H A DBranchFolding.cpp877 auto &Pos = NextCommonInsts[i]; local
H A DRegisterCoalescer.cpp873 MachineBasicBlock::iterator Pos = DefMI; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp227 uint32_t Pos = 0, LastPos = 0; local
1119 auto Pos = MemOPSizeRange.find(':'); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1080 hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist, Instruction *Pos, PHINode *LoopPhi) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp33 auto Pos = std::lower_bound(Begin, End, R); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1123 int Pos = MaxPos - 1; // TempBuffer[MaxPos] is the terminating \0. local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp612 static void insertDAGNode(SelectionDAG *DAG, SDNode *Pos, SDValue N) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3505 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl()); local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h169 unsigned Pos; member in struct:llvm::MachineValueTypeSet::const_iterator
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1490 StoredDeclsMap::iterator Pos = Map->find(ND->getDeclName()); local
1729 StoredDeclsMap::iterator Pos = Map->find(Name); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h701 unsigned Pos; member in struct:DataFlowGraph::DefStack::Iterator
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp969 unsigned Pos = 0; local
1665 llvm::StringMap<unsigned>::iterator Pos local
[all...]

Completed in 717 milliseconds

1234567