Home
last modified time | relevance | path

Searched refs:Pieces (Results 101 – 125 of 2077) sorted by relevance

12345678910>>...84

/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp145 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString() local
146 OS << Pieces.first.str(); in formatErrorString()
147 if (Pieces.second.empty()) break; in formatErrorString()
149 const char Next = Pieces.second.front(); in formatErrorString()
150 FormatString = Pieces.second.drop_front(); in formatErrorString()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp135 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString() local
136 OS << Pieces.first.str(); in formatErrorString()
137 if (Pieces.second.empty()) break; in formatErrorString()
139 const char Next = Pieces.second.front(); in formatErrorString()
140 FormatString = Pieces.second.drop_front(); in formatErrorString()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp137 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString() local
138 OS << Pieces.first.str(); in formatErrorString()
139 if (Pieces.second.empty()) break; in formatErrorString()
141 const char Next = Pieces.second.front(); in formatErrorString()
142 FormatString = Pieces.second.drop_front(); in formatErrorString()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp145 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString() local
146 OS << Pieces.first.str(); in formatErrorString()
147 if (Pieces.second.empty()) break; in formatErrorString()
149 const char Next = Pieces.second.front(); in formatErrorString()
150 FormatString = Pieces.second.drop_front(); in formatErrorString()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp136 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString() local
137 OS << Pieces.first.str(); in formatErrorString()
138 if (Pieces.second.empty()) break; in formatErrorString()
140 const char Next = Pieces.second.front(); in formatErrorString()
141 FormatString = Pieces.second.drop_front(); in formatErrorString()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp136 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString() local
137 OS << Pieces.first.str(); in formatErrorString()
138 if (Pieces.second.empty()) break; in formatErrorString()
140 const char Next = Pieces.second.front(); in formatErrorString()
141 FormatString = Pieces.second.drop_front(); in formatErrorString()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp145 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString() local
146 OS << Pieces.first.str(); in formatErrorString()
147 if (Pieces.second.empty()) break; in formatErrorString()
149 const char Next = Pieces.second.front(); in formatErrorString()
150 FormatString = Pieces.second.drop_front(); in formatErrorString()
/dports/games/xfireworks/xfireworks-1.4/
H A DChangeLog4 Changed managing positions of Pieces object from double values
7 But, cannot manage positions of Pieces object by floating point,
14 Manage and reuse of second-hand Pieces and AfterImages objests are
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-app-static-3.1.7.2/WaiAppStatic/Storage/Embedded/
H A DRuntime.hs33 embeddedLookup :: Embedded -> Pieces -> IO LookupResult
37 elookup :: Pieces -> Embedded -> LookupResult
73 go :: [(Pieces, ByteString)] -> Embedded
83 go' :: [(Pieces, ByteString)] -> EmbeddedEntry
/dports/net/storj/storj-1.45.3/satellite/metainfo/piecedeletion/
H A Dqueue_test.go129 return len(list[i].Pieces) < len(list[k].Pieces)
175 job.Pieces = append(job.Pieces, testrand.PieceID())
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-app-static-3.1.7.1/WaiAppStatic/Storage/Embedded/
H A DRuntime.hs33 embeddedLookup :: Embedded -> Pieces -> IO LookupResult
37 elookup :: Pieces -> Embedded -> LookupResult
73 go :: [(Pieces, ByteString)] -> Embedded
83 go' :: [(Pieces, ByteString)] -> EmbeddedEntry
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/WaiAppStatic/Storage/Embedded/
H A DRuntime.hs33 embeddedLookup :: Embedded -> Pieces -> IO LookupResult
37 elookup :: Pieces -> Embedded -> LookupResult
73 go :: [(Pieces, ByteString)] -> Embedded
83 go' :: [(Pieces, ByteString)] -> EmbeddedEntry
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/
H A DGDMPersonalName.cs90 public GDMPersonalNamePieces Pieces property in GDModel.GDMPersonalName
174 fPieces.Assign(otherName.Pieces); in Assign()
272 … if (!string.IsNullOrEmpty(otherName.Pieces.Nickname) && !string.IsNullOrEmpty(fPieces.Nickname)) { in IsMatch()
274 if (otherName.Pieces.Nickname == fPieces.Nickname) in IsMatch()
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/ELF/
H A DInputSection.h255 std::vector<SectionPiece> Pieces; variable
261 size_t Begin = Pieces[I].InputOff; in getData()
263 (Pieces.size() - 1 == I) ? data().size() : Pieces[I + 1].InputOff; in getData()
264 return {toStringRef(data().slice(Begin, End - Begin)), Pieces[I].Hash}; in getData()
308 std::vector<EhSectionPiece> Pieces; variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/ELF/
H A DInputSection.h249 std::vector<SectionPiece> Pieces; variable
256 size_t Begin = Pieces[I].InputOff; in getData()
258 (Pieces.size() - 1 == I) ? Data.size() : Pieces[I + 1].InputOff; in getData()
259 return {toStringRef(Data.slice(Begin, End - Begin)), Pieces[I].Hash}; in getData()
301 std::vector<EhSectionPiece> Pieces; variable
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_lxf.cpp76 bool lcImportLXFMLFile(const QString& FileData, std::vector<lcPiece*>& Pieces, std::vector<std::vec… in lcImportLXFMLFile() argument
185 Pieces.push_back(Piece); in lcImportLXFMLFile()
192 for (size_t PieceIdx = Pieces.size() - NumBrickPieces; PieceIdx < Pieces.size(); PieceIdx++) in lcImportLXFMLFile()
193 Group.push_back(Pieces[PieceIdx]); in lcImportLXFMLFile()
/dports/games/crafty/crafty-25.2_1/
H A Dvalidate.c87 temp_score += PopCnt(Pieces(side, piece)) * PieceValues(side, piece); in ValidatePosition()
106 temp_score += PopCnt(Pieces(side, piece)) * p_vals[piece]; in ValidatePosition()
145 temp = Pieces(side, piece); in ValidatePosition()
171 if (SetMask(i) & Pieces(side, Abs(PcOnSq(i)))) in ValidatePosition()
H A Dunmake.c43 ClearSet(bit_move, Pieces(side, piece)); in UnmakeMove()
73 Clear(to, Pieces(side, promote)); in UnmakeMove()
113 Set(to, Pieces(enemy, captured)); in UnmakeMove()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp40 typename Pieces,
47 Pieces const& m_pieces; // to check for piece-type
96 inline turn_in_piece_visitor(Turns& turns, Pieces const& pieces, in turn_in_piece_visitor()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp40 typename Pieces,
47 Pieces const& m_pieces; // to check for piece-type
96 inline turn_in_piece_visitor(Turns& turns, Pieces const& pieces, in turn_in_piece_visitor()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DThrowsShrapnel.cs27 public readonly int[] Pieces = { 3, 10 }; field in OpenRA.Mods.Common.Traits.ThrowsShrapnelInfo
62 var pieces = self.World.SharedRandom.Next(Info.Pieces[0], Info.Pieces[1]); in Killed()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp40 typename Pieces,
47 Pieces const& m_pieces; // to check for piece-type
96 inline turn_in_piece_visitor(Turns& turns, Pieces const& pieces, in turn_in_piece_visitor()
/dports/audio/pms-devel/pms-c94e3c6/topbar/
H A Dparser.go44 Pieces []*PieceStatement
177 stmt.Pieces = append(stmt.Pieces, piece)
/dports/audio/visp-go/visp-2585747/topbar/
H A Dparser.go44 Pieces []*PieceStatement member
177 stmt.Pieces = append(stmt.Pieces, piece)
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp40 typename Pieces,
47 Pieces const& m_pieces; // to check for piece-type
96 inline turn_in_piece_visitor(Turns& turns, Pieces const& pieces, in turn_in_piece_visitor()

12345678910>>...84