26 matches across 1 files for TODO lang:Go lang:Go path:src/cmd/compile/internal/escape/solve.go
snippet_mode: auto · sorted by relevance
src/cmd/compile/internal/escape/solve.go GO 26 matches · showing 5 view file →
68 // Queue of locations to walk. Has enough room for b.allLocs
69 // plus b.heapLoc, b.mutatorLoc, b.calleeLoc.
70 todo := newQueue(len(b.allLocs) + 3)
71
72 enqueue := func(loc *location) {
· · ·
77 // which in some cases allows attrEscape to
78 // propagate faster.
79 todo.pushFront(loc)
80 } else {
81 todo.pushBack(loc)
· · ·
81 todo.pushBack(loc)
82 }
83 }
· · ·
85
86 for _, loc := range b.allLocs {
87 todo.pushFront(loc)
88 // TODO(thepudds): clean up setting queuedWalkAll.
89 loc.queuedWalkAll = true
· · ·
88 // TODO(thepudds): clean up setting queuedWalkAll.
89 loc.queuedWalkAll = true
90 }
+ 21 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.