Searched defs:Pos (Results 51 - 75 of 153) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp80 size_t Pos = Path.find_last_of("/\\"); local
252 size_t Pos = Offset; local
262 size_t Pos local
278 size_t Pos = Offset, Res; local
303 size_t Pos = 0, Res; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp35 RAW_CHECK(MinNumberLength < MaxLen); int Res = 0; if (Negative && MinNumberLength) --MinNumberLength; if (Negative && PadWithZero) Res += appendChar(Buffer, BufferEnd, �); uptr NumBuffer[MaxLen]; int Pos = 0; do { RAW_CHECK_MSG(static_cast<uptr>(Pos) < MaxLen, �); NumBuffer[Pos++] = static_cast<uptr>(AbsoluteValue % Base); AbsoluteValue /= Base; } while (AbsoluteValue > 0); if (Pos < MinNumberLength) { memset(&NumBuffer[Pos], 0, sizeof(NumBuffer[0]) * static_cast<uptr>(MinNumberLength - Pos)); Pos = MinNumberLength; } RAW_CHECK(Pos > 0); Pos--; for (; Pos >= 0 && NumBuffer[Pos] == 0; Pos--) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp527 auto Pos = SeenExprs.find(CandidateExpr); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp148 auto Pos = MBB.getFirstTerminator(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1684 int Pos = (i % NumEltsInLane) / 2 + LaneStart; local
H A DX86OptimizeLEAs.cpp482 unsigned Pos = 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h189 MapType::iterator Pos; member in struct:llvm::rdf::RegisterAggr::rr_iterator
H A DMachineInstrBuilder.h520 MIBundleBuilder(MachineBasicBlock &BB, MachineBasicBlock::iterator Pos) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp101 int Pos = std::distance(iterator(this, 0), PPEI); local
H A DLiteralSupport.cpp822 checkSeparator(SourceLocation TokLoc, const char *Pos, CheckSeparatorKind IsAfterDigits) argument
H A DPPMacroExpansion.cpp265 auto Pos = CurSubmoduleState->Macros.find(II); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp400 MachineBasicBlock::iterator Pos; local
365 buildProperJumpMI(MachineBasicBlock *MBB, MachineBasicBlock::iterator Pos, DebugLoc DL) argument
[all...]
H A DMipsInstrInfo.cpp733 int64_t Pos = MOPos.getImm(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp270 const char *Pos = strchr(FromFile.getBufferStart(), '\n'); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp39 uint64_t Pos; // Where to patch. member in struct:PatchItem
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h381 uint64_t Pos = tell(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp915 int Pos = 0; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp317 llvm::StringMap<unsigned>::const_iterator Pos = SubModuleIndex.find(Name); local
325 llvm::StringMap<unsigned>::const_iterator Pos = SubModuleIndex.find(Name); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h186 CodeGenIntrinsic &operator[](size_t Pos) { return Intrinsics[Pos]; } argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h86 typedef ush Pos; typedef
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.h92 typedef ush Pos; typedef
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp295 size_t Pos = Lines[I].find(":"); local
314 size_t Pos = Lines[I].find("machine = "); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp142 const size_t Pos = Line.find(" "); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp50 Position Pos; member in class:clang::comments::TextTokenRetokenizer
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp496 auto Pos = PathDiagnosticLocation::create(N->getLocation(), SM); local

Completed in 429 milliseconds

1234567