/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/ |
H A D | control_flow.h | 42 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 D | control_flow.cpp | 50 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 D | decode.cpp | 230 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 D | options.go | 42 SingleBranch bool member 79 SingleBranch bool member
|
H A D | repository.go | 451 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 D | options.go | 44 SingleBranch bool member 90 SingleBranch bool member
|
H A D | repository.go | 597 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 D | options.go | 47 SingleBranch bool member 93 SingleBranch bool member
|
H A D | repository.go | 912 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 D | options.go | 47 SingleBranch bool member 97 SingleBranch bool member
|
H A D | repository.go | 905 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 D | options.go | 47 SingleBranch bool member 97 SingleBranch bool member
|
H A D | repository.go | 905 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 D | options.go | 47 SingleBranch bool member 97 SingleBranch bool member
|
H A D | repository.go | 905 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 D | options.go | 47 SingleBranch bool member 93 SingleBranch bool member
|
H A D | repository.go | 920 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 D | options.go | 47 SingleBranch bool member 93 SingleBranch bool member
|
H A D | repository.go | 912 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 D | options.go | 47 SingleBranch bool member 97 SingleBranch bool member
|
H A D | repository.go | 905 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 D | initcmd.go | 290 if o.SingleBranch { 291 e.Bool("SingleBranch", o.SingleBranch)
|
/dports/devel/git-lfs/git-lfs-3.0.2/commands/ |
H A D | command_clone.go | 153 …cmd.Flags().BoolVarP(&cloneFlags.SingleBranch, "single-branch", "", false, "See 'git clone --help'…
|
/dports/sysutils/gomplate/gomplate-3.9.0/data/ |
H A D | datasource_git.go | 183 SingleBranch: true,
|
/dports/devel/git-lfs/git-lfs-3.0.2/git/ |
H A D | git.go | 940 SingleBranch bool member 1031 if flags.SingleBranch {
|