/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 568 const auto *Pos = getIteratorPosition(State, Iter); in handleInsert() local 599 const auto *Pos = getIteratorPosition(State, Iter); in handleErase() local 663 const auto *Pos = getIteratorPosition(State, Iter); in handleEraseAfter() local 923 auto MatchCont = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositions() 926 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositions() 936 auto MatchContAndCompare = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositionsExcept() 940 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositionsExcept() 949 auto Compare = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() 952 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() 963 auto Compare = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() [all …]
|
H A D | IteratorModeling.cpp | 205 if (const auto *Pos = getIteratorPosition(State, Call.getArgSVal(0))) { in checkPostCall() local 225 if (const auto *Pos = getIteratorPosition(State, Call.getArgSVal(i))) { in checkPostCall() local 237 const auto *Pos = getIteratorPosition(State, Val); in checkBind() local 295 const auto *Pos = getIteratorPosition(State, C.getSVal(MTE->getSubExpr())); in checkPostStmt() local 544 const auto *Pos = getIteratorPosition(State, Iter); in handleIncrement() local 570 const auto *Pos = getIteratorPosition(State, Iter); in handleDecrement() local 598 const auto *Pos = getIteratorPosition(State, Iterator); in handleRandomIncrOrDecr() local 745 const auto Pos = Sym.second; in printState() local 758 const auto Pos = Reg.second; in printState() local
|
H A D | IteratorRangeChecker.cpp | 199 const auto *Pos = getIteratorPosition(State, Val); in verifyDereference() local 284 const auto *Pos = getIteratorPosition(C.getState(), Val); in reportBug() local 305 bool isPastTheEnd(ProgramStateRef State, const IteratorPosition &Pos) { in isPastTheEnd() 321 bool isAheadOfRange(ProgramStateRef State, const IteratorPosition &Pos) { in isAheadOfRange() 337 bool isBehindPastTheEnd(ProgramStateRef State, const IteratorPosition &Pos) { in isBehindPastTheEnd()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 114 typename MapType::const_iterator Pos = Map.find(Key); in lookup() local 144 typename MapType::const_iterator Pos = Map.find(Key); in count() local 149 typename MapType::const_iterator Pos = Map.find(Key); in find() local 155 typename MapType::const_iterator Pos = Map.find(Key); in find() local 162 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | StringTableBuilder.cpp | 86 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt() 95 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort() 153 size_t Pos = Size - S.size() - (K != RAW); in finalizeStringTable() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIOWindows.cpp | 92 size_t Pos = Path.find_last_of("/\\"); in Basename() local 263 size_t Pos = Offset; in ParseFileName() local 273 size_t Pos = Offset; in ParseDir() local 289 size_t Pos = Offset, Res; in ParseServerAndShare() local 313 size_t Pos = 0, Res; in ParseLocation() local
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 24 size_t Pos = (size_t)OS.tell(); in printLine() local 41 size_t Pos = 0U; in emitSourceFileHeader() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RenameIndependentSubregs.cpp | 189 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in findComponents() local 223 SlotIndex Pos = LIS->getInstructionIndex(*MI); in rewriteOperands() local 291 static bool subRangeLiveAt(const LiveInterval &LI, SlotIndex Pos) { in subRangeLiveAt() 355 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in computeMainRangesFixFlags() local 360 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot(); in computeMainRangesFixFlags() local
|
H A D | AllocationOrder.h | 46 int Pos = 0; variable 49 Iterator(const AllocationOrder &AO, int Pos) : AO(AO), Pos(Pos) {} in Iterator()
|
H A D | RegisterPressure.cpp | 422 bool TrackLaneMasks, Register RegUnit, SlotIndex Pos, in getLanesWithProperty() 452 SlotIndex Pos) { in getLiveLanesAt() 455 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt() 602 SlotIndex Pos, in adjustLaneLiveness() 1249 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt() 1259 [](const LiveRange &LR, SlotIndex Pos) { in getLastUsedLanes() 1270 [](const LiveRange &LR, SlotIndex Pos) { in getLiveThroughAt()
|
H A D | MLRegallocEvictAdvisor.h | 31 size_t Pos = 0; member
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | LayoutOverrideSource.cpp | 60 StringRef::size_type Pos; in LayoutOverrideSource() local 77 StringRef::size_type Pos = LineStr.find(" Size:"); in LayoutOverrideSource() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 31 static StringRef takeTo(StringRef Str, StringRef::iterator Pos) { in takeTo() 34 static void advanceTo(StringRef &Str, StringRef::iterator Pos) { in advanceTo()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | stack_depot.h | 93 u32 Pos = Hash & TabMask; in insert() local 116 u32 Pos = Hash & TabMask; in find() local
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/ |
H A D | Parsing.cpp | 64 ParseError(size_t Pos, std::string ErrorMsg, std::string InputExcerpt) in ParseError() 78 size_t Pos; member in __anon2c36a7b20111::ParseError 138 size_t Pos = S.OriginalInput.size() - S.Input.size(); in makeParseError() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | Sanitizers.h | 50 static constexpr bool checkBitPos(const unsigned Pos) { in checkBitPos() 55 static constexpr SanitizerMask bitPosToMask(const unsigned Pos) { in bitPosToMask()
|
H A D | JsonSupport.h | 34 size_t Pos = 0; in JsonFormat() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | MissingFrameInferrer.cpp | 161 uint64_t Pos = Path.size(); in computeUniqueTailCallPath() local 233 uint64_t Pos = UniquePath.size(); in inferMissingFrames() local
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/ |
H A D | ArgumentsAdjusters.cpp | 119 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster() 137 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
|
/openbsd-src/gnu/llvm/llvm/lib/Option/ |
H A D | ArgList.cpp | 72 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() 78 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag() 97 void ArgList::addOptInFlag(ArgStringList &Output, OptSpecifier Pos, in addOptInFlag()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 970 Instruction *Pos) { in expandFromPrimitiveShadow() 1020 Instruction *Pos) { in collapseToPrimitiveShadow() 1256 size_t Pos = Asm.find(SearchStr); in addGlobalNameSuffix() local 1755 Instruction *Pos; in runImpl() local 1907 Instruction *Pos) { in getShadowOriginAddress() 1939 Value *DataFlowSanitizer::getShadowAddress(Value *Addr, Instruction *Pos, in getShadowAddress() 1945 Value *DataFlowSanitizer::getShadowAddress(Value *Addr, Instruction *Pos) { in getShadowAddress() 1952 Instruction *Pos) { in combineShadowsThenConvert() 1959 Value *DFSanFunction::combineShadows(Value *V1, Value *V2, Instruction *Pos) { in combineShadows() 2039 Instruction *Pos, ConstantInt *Zero) { in combineOrigins() [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
H A D | CodeExpander.cpp | 24 size_t Pos = Current.find_first_of("$\n\\"); in emit() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLateEHPrepare.cpp | 154 auto Pos = MBB.getFirstTerminator(); in recordCatchRetBBs() local 232 auto Pos = MBB.getFirstTerminator(); in replaceFuncletReturns() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.cpp | 39 size_t Pos = 0; in transformPath() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | PassInstrumentation.cpp | 34 size_t Pos = PassID.find('<'); in isSpecialPass() local
|