aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/x86_64
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-09-25 11:24:33 -0700
committerAndrew Kelley <andrew@ziglang.org>2025-09-25 11:28:58 -0700
commit97bef50dc32e332839efe1a9c5cbf51364a431dc (patch)
treee984ca904e3091bd631e88ba46c89c435e1b974a /src/codegen/x86_64
parent3411b5e4995db2b432a50842a665127e65ae1f1b (diff)
downloadzig-97bef50dc32e332839efe1a9c5cbf51364a431dc.tar.gz
zig-97bef50dc32e332839efe1a9c5cbf51364a431dc.zip
std.mem: rename all "index of" functions
Moving towards our function naming convention of having one word per concept and constructing function names out of concatenated concepts. In `std.mem` the concepts are: * "find" - return index of substring * "pos" - starting index parameter * "last" - search from the end * "linear" - simple for loop rather than fancy algo * "scalar" - substring is a single element
Diffstat (limited to 'src/codegen/x86_64')
0 files changed, 0 insertions, 0 deletions