Home
last modified time | relevance | path

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

1234567891011

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp568 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 DIteratorModeling.cpp205 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 DIteratorRangeChecker.cpp199 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 DMapVector.h114 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 DStringTableBuilder.cpp86 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 DFuzzerIOWindows.cpp92 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 DTableGenBackend.cpp24 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 DRenameIndependentSubregs.cpp189 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 DAllocationOrder.h46 int Pos = 0; variable
49 Iterator(const AllocationOrder &AO, int Pos) : AO(AO), Pos(Pos) {} in Iterator()
H A DRegisterPressure.cpp422 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 DMLRegallocEvictAdvisor.h31 size_t Pos = 0; member
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp60 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 DMarkup.cpp31 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 Dstack_depot.h93 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 DParsing.cpp64 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 DSanitizers.h50 static constexpr bool checkBitPos(const unsigned Pos) { in checkBitPos()
55 static constexpr SanitizerMask bitPosToMask(const unsigned Pos) { in bitPosToMask()
H A DJsonSupport.h34 size_t Pos = 0; in JsonFormat() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DMissingFrameInferrer.cpp161 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 DArgumentsAdjusters.cpp119 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
137 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DArgList.cpp72 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 DDataFlowSanitizer.cpp970 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 DCodeExpander.cpp24 size_t Pos = Current.find_first_of("$\n\\"); in emit() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp154 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 DLVSupport.cpp39 size_t Pos = 0; in transformPath() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPassInstrumentation.cpp34 size_t Pos = PassID.find('<'); in isSpecialPass() local

1234567891011