Home
last modified time | relevance | path

Searched refs:SingleBranch (Results 1 – 25 of 30) sorted by relevance

12

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/
H A Dcontrol_flow.h42 class SingleBranch {
44 SingleBranch() = default;
45 explicit SingleBranch(Condition condition_, s32 address_, bool kill_, bool is_sync_, in SingleBranch() function
50 bool operator==(const SingleBranch& b) const {
55 bool operator!=(const SingleBranch& b) const {
82 using BranchData = std::variant<SingleBranch, MultiBranch>;
H A Dcontrol_flow.cpp50 if (std::holds_alternative<SingleBranch>(*first)) { in BlockBranchIsIgnored()
51 const auto branch = std::get_if<SingleBranch>(first.get()); in BlockBranchIsIgnored()
242 SingleBranch single_branch{}; in ParseCode()
296 parse_info.branch_info = MakeBranchInfo<SingleBranch>( in ParseCode()
330 parse_info.branch_info = MakeBranchInfo<SingleBranch>( in ParseCode()
355 parse_info.branch_info = MakeBranchInfo<SingleBranch>( in ParseCode()
380 parse_info.branch_info = MakeBranchInfo<SingleBranch>( in ParseCode()
405 parse_info.branch_info = MakeBranchInfo<SingleBranch>( in ParseCode()
459 parse_info.branch_info = MakeBranchInfo<SingleBranch>( in ParseCode()
549 if (std::holds_alternative<SingleBranch>(*block.branch)) { in TryQuery()
[all …]
H A Ddecode.cpp230 if (std::holds_alternative<SingleBranch>(*block.branch)) { in InsertControlFlow()
231 auto branch = std::get_if<SingleBranch>(block.branch.get()); in InsertControlFlow()
/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/
H A Doptions.go42 SingleBranch bool member
79 SingleBranch bool member
H A Drepository.go451 if !o.SingleBranch {
483 if !o.SingleBranch {
/dports/security/keybase/client-v5.7.1/go/vendor/gopkg.in/src-d/go-git.v4/
H A Doptions.go44 SingleBranch bool member
90 SingleBranch bool member
H A Drepository.go597 case o.SingleBranch && o.ReferenceName == plumbing.HEAD:
599 case o.SingleBranch:
619 if !o.SingleBranch {
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/
H A Doptions.go47 SingleBranch bool member
93 SingleBranch bool member
H A Drepository.go912 case o.SingleBranch && o.ReferenceName == plumbing.HEAD:
917 case o.SingleBranch:
939 if !o.SingleBranch {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/
H A Doptions.go47 SingleBranch bool member
97 SingleBranch bool member
H A Drepository.go905 case o.SingleBranch && o.ReferenceName == plumbing.HEAD:
910 case o.SingleBranch:
932 if !o.SingleBranch {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/
H A Doptions.go47 SingleBranch bool member
97 SingleBranch bool member
H A Drepository.go905 case o.SingleBranch && o.ReferenceName == plumbing.HEAD:
910 case o.SingleBranch:
932 if !o.SingleBranch {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/
H A Doptions.go47 SingleBranch bool member
97 SingleBranch bool member
H A Drepository.go905 case o.SingleBranch && o.ReferenceName == plumbing.HEAD:
910 case o.SingleBranch:
932 if !o.SingleBranch {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/
H A Doptions.go47 SingleBranch bool member
93 SingleBranch bool member
H A Drepository.go920 case o.SingleBranch && o.ReferenceName == plumbing.HEAD:
925 case o.SingleBranch:
947 if !o.SingleBranch {
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/
H A Doptions.go47 SingleBranch bool member
93 SingleBranch bool member
H A Drepository.go912 case o.SingleBranch && o.ReferenceName == plumbing.HEAD:
917 case o.SingleBranch:
939 if !o.SingleBranch {
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/
H A Doptions.go47 SingleBranch bool member
97 SingleBranch bool member
H A Drepository.go905 case o.SingleBranch && o.ReferenceName == plumbing.HEAD:
910 case o.SingleBranch:
932 if !o.SingleBranch {
/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/cmd/
H A Dinitcmd.go290 if o.SingleBranch {
291 e.Bool("SingleBranch", o.SingleBranch)
/dports/devel/git-lfs/git-lfs-3.0.2/commands/
H A Dcommand_clone.go153 …cmd.Flags().BoolVarP(&cloneFlags.SingleBranch, "single-branch", "", false, "See 'git clone --help'…
/dports/sysutils/gomplate/gomplate-3.9.0/data/
H A Ddatasource_git.go183 SingleBranch: true,
/dports/devel/git-lfs/git-lfs-3.0.2/git/
H A Dgit.go940 SingleBranch bool member
1031 if flags.SingleBranch {

12