Home
last modified time | relevance | path

Searched defs:compiler (Results 1 – 25 of 55) sorted by relevance

123

/prebuilts/go/linux-x86/src/regexp/syntax/
Dcompile.go65 type compiler struct { struct
66 p *Prog
80 func (c *compiler) init() {
89 func (c *compiler) compile(re *Regexp) frag {
161 func (c *compiler) inst(op InstOp) frag {
168 func (c *compiler) nop() frag {
174 func (c *compiler) fail() frag {
178 func (c *compiler) cap(arg uint32) frag {
189 func (c *compiler) cat(f1, f2 frag) frag {
201 func (c *compiler) alt(f1, f2 frag) frag {
[all …]
/prebuilts/go/linux-x86/src/internal/goroot/
Dgccgo.go17 func IsStandardPackage(goroot, compiler, path string) bool { argument
Dgc.go19 func IsStandardPackage(goroot, compiler, path string) bool { argument
/prebuilts/go/linux-x86/src/go/types/
Dgcsizes.go168 func gcSizesFor(compiler, arch string) *gcSizes { argument
Dgotype.go106compiler = flag.String("c", "source", "compiler used for installed packages (gc, gccgo, or sourc… var
Dsizes.go260 func SizesFor(compiler, arch string) Sizes { argument
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dgcsizes.go165 func gcSizesFor(compiler, arch string) *gcSizes { argument
Dsizes.go257 func SizesFor(compiler, arch string) Sizes { argument
/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Dinit.go346 var compiler struct { var
Dgc.go37 func (gcToolchain) compiler() string { func
Dgccgo.go39 func (gccgoToolchain) compiler() string { func
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dsysconfig.py193 def customize_compiler(compiler): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dsysconfig.py193 def customize_compiler(compiler): argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/distutils/
Dsysconfig.py193 def customize_compiler(compiler): argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dsysconfig.py193 def customize_compiler(compiler): argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/
Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
/prebuilts/build-tools/common/py3-stdlib/
Dcodeop.py50 def _maybe_compile(compiler, source, filename, symbol): argument
/prebuilts/clang/host/linux-x86/clang-r536225/lib/libear/
D__init__.py19 def build_libear(compiler, dst_dir): argument
88 def set_compiler(self, compiler): argument
/prebuilts/clang/host/linux-x86/clang-r530567/lib/libear/
D__init__.py19 def build_libear(compiler, dst_dir): argument
88 def set_compiler(self, compiler): argument
/prebuilts/clang/host/linux-x86/clang-r547379/lib/libear/
D__init__.py19 def build_libear(compiler, dst_dir): argument
88 def set_compiler(self, compiler): argument
/prebuilts/clang/host/linux-x86/clang-r522817/lib/libear/
D__init__.py19 def build_libear(compiler, dst_dir): argument
88 def set_compiler(self, compiler): argument
/prebuilts/go/linux-x86/src/internal/platform/
Dsupported.go132 func BuildModeSupported(compiler, buildmode, goos, goarch string) bool { argument

123