Home
last modified time | relevance | path

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

12345678910>>...249

/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/quasilyte/go-ruleguard/internal/gogrep/
H A Dcompile.go13 type compiler struct { struct
14 prog *program
15 stringIndexes map[string]uint8
16 ifaceIndexes map[interface{}]uint8
17 strict bool
18 fset *token.FileSet
97 func (c *compiler) emitInstOp(op operation) {
101 func (c *compiler) compileNode(n ast.Node) {
203 func (c *compiler) compileFile(n *ast.File) {
213 func (c *compiler) compileDecl(n ast.Decl) {
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/quasilyte/go-ruleguard/ruleguard/quasigo/
H A Dcompile.go44 type compiler struct { struct
45 ctx *CompileContext
47 fnType *types.Signature
48 retType types.Type
50 lastOp opcode
57 code []byte
58 constants []interface{}
59 intConstants []int
61 breakTarget *label
62 continueTarget *label
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/src/org/eclipse/jdt/compiler/apt/tests/
H A DJava9ElementsTests.java37 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in _testRootElements1Javac() local
45 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in _testRootElements1() local
50 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in _testRootElements2Javac() local
58 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in _testRootElements2() local
63 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testAnnotations1Javac() local
71 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testAnnotations1() local
76 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testModuleElement1Javac() local
84 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testModuleElement1() local
97 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testModuleElement2() local
110 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testModuleElement3() local
[all …]
H A DJava8ElementsTests.java47 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testSE8Specifics() local
51 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in _testSE8SpecificsWithJavac() local
55 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testLambdaSpecifics() local
59 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testLambdaSpecificsWithJavac() local
63 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testTypeAnnotations() local
73 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testTypeAnnotations1() local
77 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testTypeAnnotations1WithJavac() local
81 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testTypeAnnotations2() local
91 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testTypeAnnotations3() local
101 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testTypeAnnotations4() local
[all …]
H A DJava14ElementsTests.java34 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testPreviewFlagTrue() local
38 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testRecords1() local
42 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testRecords1Javac() local
46 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testRecords2() local
50 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testRecords2Javac() local
54 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testRecords3() local
58 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testRecords3Javac() local
62 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testRecords3a() local
70 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testRecords4() local
78 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testRecords4a() local
[all …]
/dports/misc/fq/fq-0.0.2/vendor/github.com/wader/gojq/
H A Dcompiler.go13 type compiler struct { struct
14 moduleLoader ModuleLoader
15 environLoader func() []string
16 variables []string
17 customFuncs map[string]function
18 inputIter Iter
19 codes []*code
20 codeinfos []codeinfo
21 scopes []*scopeinfo
22 scopecnt int
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/itchyny/gojq/
H A Dcompiler.go13 type compiler struct { struct
14 moduleLoader ModuleLoader
15 environLoader func() []string
16 variables []string
17 customFuncs map[string]function
18 inputIter Iter
19 codes []*code
20 codeinfos []codeinfo
21 scopes []*scopeinfo
22 scopecnt int
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/vellum/regexp/
H A Dcompile.go26 type compiler struct { struct
27 sizeLimit uint
28 insts prog
29 instsPool []inst
31 sequences utf8.Sequences
32 rangeStack utf8.RangeStack
33 startBytes []byte
34 endBytes []byte
229 func (c *compiler) checkSize() error {
314 func (c *compiler) emptyJump() uint {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/couchbase/vellum/regexp/
H A Dcompile.go26 type compiler struct { struct
27 sizeLimit uint
28 insts prog
29 instsPool []inst
31 sequences utf8.Sequences
32 rangeStack utf8.RangeStack
33 startBytes []byte
34 endBytes []byte
229 func (c *compiler) checkSize() error {
314 func (c *compiler) emptyJump() uint {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/couchbase/vellum/regexp/
H A Dcompile.go26 type compiler struct { struct
27 sizeLimit uint
28 insts prog
29 instsPool []inst
31 sequences utf8.Sequences
32 rangeStack utf8.RangeStack
33 startBytes []byte
34 endBytes []byte
229 func (c *compiler) checkSize() error {
314 func (c *compiler) emptyJump() uint {
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/regexp/
H A Dcompile.go26 type compiler struct { struct
27 sizeLimit uint
28 insts prog
29 instsPool []inst
31 sequences utf8.Sequences
32 rangeStack utf8.RangeStack
33 startBytes []byte
34 endBytes []byte
221 func (c *compiler) checkSize() error {
306 func (c *compiler) emptyJump() uint {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/itchyny/gojq/
H A Dcompiler.go14 type compiler struct { struct
15 moduleLoader ModuleLoader
16 environLoader func() []string
17 variables []string
18 codes []*code
19 codeinfos []codeinfo
20 codeoffset int
21 scopes []*scopeinfo
22 scopecnt int
23 funcs []*funcinfo
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DSimpleDebugInfoTest.java71 DebugInfoCompiler compiler = (asm, values) -> { in testConstInt() local
81 DebugInfoCompiler compiler = (asm, values) -> { in testRegInt() local
92 DebugInfoCompiler compiler = (asm, values) -> { in testStackInt() local
120 DebugInfoCompiler compiler = (asm, values) -> { in testConstFloat() local
130 DebugInfoCompiler compiler = (asm, values) -> { in testRegFloat() local
141 DebugInfoCompiler compiler = (asm, values) -> { in testStackFloat() local
169 DebugInfoCompiler compiler = (asm, values) -> { in testConstLong() local
180 DebugInfoCompiler compiler = (asm, values) -> { in testRegLong() local
192 DebugInfoCompiler compiler = (asm, values) -> { in testStackLong() local
222 DebugInfoCompiler compiler = (asm, values) -> { in testConstObject() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DSimpleDebugInfoTest.java71 DebugInfoCompiler compiler = (asm, values) -> { in testConstInt() local
81 DebugInfoCompiler compiler = (asm, values) -> { in testRegInt() local
92 DebugInfoCompiler compiler = (asm, values) -> { in testStackInt() local
120 DebugInfoCompiler compiler = (asm, values) -> { in testConstFloat() local
130 DebugInfoCompiler compiler = (asm, values) -> { in testRegFloat() local
141 DebugInfoCompiler compiler = (asm, values) -> { in testStackFloat() local
169 DebugInfoCompiler compiler = (asm, values) -> { in testConstLong() local
180 DebugInfoCompiler compiler = (asm, values) -> { in testRegLong() local
192 DebugInfoCompiler compiler = (asm, values) -> { in testStackLong() local
222 DebugInfoCompiler compiler = (asm, values) -> { in testConstObject() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DSimpleDebugInfoTest.java71 DebugInfoCompiler compiler = (asm, values) -> { in testConstInt() local
81 DebugInfoCompiler compiler = (asm, values) -> { in testRegInt() local
92 DebugInfoCompiler compiler = (asm, values) -> { in testStackInt() local
120 DebugInfoCompiler compiler = (asm, values) -> { in testConstFloat() local
130 DebugInfoCompiler compiler = (asm, values) -> { in testRegFloat() local
141 DebugInfoCompiler compiler = (asm, values) -> { in testStackFloat() local
169 DebugInfoCompiler compiler = (asm, values) -> { in testConstLong() local
180 DebugInfoCompiler compiler = (asm, values) -> { in testRegLong() local
192 DebugInfoCompiler compiler = (asm, values) -> { in testStackLong() local
222 DebugInfoCompiler compiler = (asm, values) -> { in testConstObject() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DSimpleDebugInfoTest.java72 DebugInfoCompiler compiler = (asm, values) -> { in testConstInt() local
82 DebugInfoCompiler compiler = (asm, values) -> { in testRegInt() local
93 DebugInfoCompiler compiler = (asm, values) -> { in testStackInt() local
121 DebugInfoCompiler compiler = (asm, values) -> { in testConstFloat() local
131 DebugInfoCompiler compiler = (asm, values) -> { in testRegFloat() local
142 DebugInfoCompiler compiler = (asm, values) -> { in testStackFloat() local
170 DebugInfoCompiler compiler = (asm, values) -> { in testConstLong() local
181 DebugInfoCompiler compiler = (asm, values) -> { in testRegLong() local
193 DebugInfoCompiler compiler = (asm, values) -> { in testStackLong() local
223 DebugInfoCompiler compiler = (asm, values) -> { in testConstObject() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DSimpleDebugInfoTest.java72 DebugInfoCompiler compiler = (asm, values) -> { in testConstInt() local
82 DebugInfoCompiler compiler = (asm, values) -> { in testRegInt() local
93 DebugInfoCompiler compiler = (asm, values) -> { in testStackInt() local
121 DebugInfoCompiler compiler = (asm, values) -> { in testConstFloat() local
131 DebugInfoCompiler compiler = (asm, values) -> { in testRegFloat() local
142 DebugInfoCompiler compiler = (asm, values) -> { in testStackFloat() local
170 DebugInfoCompiler compiler = (asm, values) -> { in testConstLong() local
181 DebugInfoCompiler compiler = (asm, values) -> { in testRegLong() local
193 DebugInfoCompiler compiler = (asm, values) -> { in testStackLong() local
223 DebugInfoCompiler compiler = (asm, values) -> { in testConstObject() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DSimpleDebugInfoTest.java71 DebugInfoCompiler compiler = (asm, values) -> { in testConstInt() local
81 DebugInfoCompiler compiler = (asm, values) -> { in testRegInt() local
92 DebugInfoCompiler compiler = (asm, values) -> { in testStackInt() local
120 DebugInfoCompiler compiler = (asm, values) -> { in testConstFloat() local
130 DebugInfoCompiler compiler = (asm, values) -> { in testRegFloat() local
141 DebugInfoCompiler compiler = (asm, values) -> { in testStackFloat() local
169 DebugInfoCompiler compiler = (asm, values) -> { in testConstLong() local
180 DebugInfoCompiler compiler = (asm, values) -> { in testRegLong() local
192 DebugInfoCompiler compiler = (asm, values) -> { in testStackLong() local
222 DebugInfoCompiler compiler = (asm, values) -> { in testConstObject() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DSimpleDebugInfoTest.java71 DebugInfoCompiler compiler = (asm, values) -> { in testConstInt() local
81 DebugInfoCompiler compiler = (asm, values) -> { in testRegInt() local
92 DebugInfoCompiler compiler = (asm, values) -> { in testStackInt() local
120 DebugInfoCompiler compiler = (asm, values) -> { in testConstFloat() local
130 DebugInfoCompiler compiler = (asm, values) -> { in testRegFloat() local
141 DebugInfoCompiler compiler = (asm, values) -> { in testStackFloat() local
169 DebugInfoCompiler compiler = (asm, values) -> { in testConstLong() local
180 DebugInfoCompiler compiler = (asm, values) -> { in testRegLong() local
192 DebugInfoCompiler compiler = (asm, values) -> { in testStackLong() local
222 DebugInfoCompiler compiler = (asm, values) -> { in testConstObject() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DSimpleDebugInfoTest.java71 DebugInfoCompiler compiler = (asm, values) -> { in testConstInt() local
81 DebugInfoCompiler compiler = (asm, values) -> { in testRegInt() local
92 DebugInfoCompiler compiler = (asm, values) -> { in testStackInt() local
120 DebugInfoCompiler compiler = (asm, values) -> { in testConstFloat() local
130 DebugInfoCompiler compiler = (asm, values) -> { in testRegFloat() local
141 DebugInfoCompiler compiler = (asm, values) -> { in testStackFloat() local
169 DebugInfoCompiler compiler = (asm, values) -> { in testConstLong() local
180 DebugInfoCompiler compiler = (asm, values) -> { in testRegLong() local
192 DebugInfoCompiler compiler = (asm, values) -> { in testStackLong() local
222 DebugInfoCompiler compiler = (asm, values) -> { in testConstObject() local
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/core/compile/
H A Dcompile.go99 type compiler struct { struct
100 Config
103 index adt.StringIndexer
105 stack []frame
106 inSelector int
108 fileScope map[adt.Feature]bool
110 num literal.NumInfo
112 errs errors.Error
115 func (c *compiler) reset() {
131 func (c *compiler) path() []string {
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/consul/discoverychain/
H A Dcompile.go121 type compiler struct { struct
122 serviceName string
123 evaluateInNamespace string
124 evaluateInDatacenter string
125 evaluateInTrustDomain string
126 useInDatacenter string
128 overrideProtocol string
146 usesAdvancedRoutingFeatures bool
155 customizedBy customizationMarkers
161 protocol string
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/discoverychain/
H A Dcompile.go120 type compiler struct { struct
121 serviceName string
122 evaluateInNamespace string
123 evaluateInDatacenter string
124 evaluateInTrustDomain string
125 useInDatacenter string
127 overrideProtocol string
145 usesAdvancedRoutingFeatures bool
154 customizedBy customizationMarkers
160 protocol string
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/discoverychain/
H A Dcompile.go121 type compiler struct { struct
122 serviceName string
123 evaluateInNamespace string
124 evaluateInDatacenter string
125 evaluateInTrustDomain string
126 useInDatacenter string
128 overrideProtocol string
146 usesAdvancedRoutingFeatures bool
155 customizedBy customizationMarkers
161 protocol string
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/discoverychain/
H A Dcompile.go121 type compiler struct { struct
122 serviceName string
123 evaluateInNamespace string
124 evaluateInDatacenter string
125 evaluateInTrustDomain string
126 useInDatacenter string
128 overrideProtocol string
146 usesAdvancedRoutingFeatures bool
155 customizedBy customizationMarkers
161 protocol string
[all …]

12345678910>>...249