171 matches across 1 files for func main path:src/cmd/compile/internal/ssa/prove.go lang:Go
snippet_mode: auto · sorted by relevance
src/cmd/compile/internal/ssa/prove.go GO 171 matches · showing 5 view file →
28)
29
30func (b branch) String() string {
31 switch b {
32 case unknown:
· · ·
74}
75
76func (r relation) String() string {
77 if r < relation(len(relationStrings)) {
78 return relationStrings[r]
· · ·
81}
82
83// domain represents the domain of a variable pair in which a set
84// of relations is known. For example, relations learned for unsigned
85// pairs cannot be transferred to signed pairs because the same bit
· · ·
86// representation can mean something else.
87type domain uint
88
89const (
· · ·
90 signed domain = 1 << iota
91 unsigned
92 pointer
+ 166 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.