Home
last modified time | relevance | path

Searched refs:SourceText (Results 1 – 25 of 774) sorted by relevance

12345678910>>...31

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DSourceText.hs7 module GHC.Types.SourceText
8 ( SourceText (..)
97 data SourceText type
98 = SourceText String constructor
111 put_ bh (SourceText s) = do
121 return (SourceText s)
139 { il_text :: SourceText
156 SourceText ('-':src) -> IL (SourceText src) False (negate value)
157 SourceText src -> IL (SourceText ('-':src)) True (negate value)
225 SourceText ('-':src) -> FL (SourceText src) False (negate i) e eb
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DBytecodeCompiler.h118 JS::SourceText<char16_t>& srcBuf);
121 JS::SourceText<mozilla::Utf8Unit>& srcBuf);
126 JSContext* cx, CompilationInput& input, JS::SourceText<char16_t>& srcBuf);
129 JS::SourceText<mozilla::Utf8Unit>& srcBuf);
132 JSContext* cx, CompilationInput& input, JS::SourceText<char16_t>& srcBuf);
135 JS::SourceText<mozilla::Utf8Unit>& srcBuf);
151 JS::SourceText<char16_t>& srcBuf,
157 JS::SourceText<char16_t>& srcBuf,
163 JS::SourceText<char16_t>& srcBuf,
169 JS::SourceText<char16_t>& srcBuf,
[all …]
H A DBytecodeCompilation.h52 JSContext* cx, CompilationInput& input, JS::SourceText<char16_t>& srcBuf,
57 JS::SourceText<mozilla::Utf8Unit>& srcBuf, ScopeKind scopeKind);
61 JS::SourceText<char16_t>& srcBuf,
67 JS::SourceText<mozilla::Utf8Unit>& srcBuf, ScopeKind scopeKind);
85 JS::SourceText<char16_t>& srcBuf,
90 JS::SourceText<mozilla::Utf8Unit>& srcBuf,
95 JS::SourceText<char16_t>& srcBuf,
H A DBytecodeCompiler.cpp52 using JS::SourceText;
92 SourceText<Unit>& sourceBuffer_;
104 SourceText<Unit>& sourceBuffer) in SourceAwareCompiler()
167 SourceText<Unit>& sourceBuffer) in ScriptCompiler()
179 JS::SourceText<mozilla::Utf8Unit>& srcBuf, in TrySmoosh()
421 JS::SourceText<Unit>& srcBuf, ScopeKind scopeKind) { in CompileGlobalScriptImpl()
434 JS::SourceText<char16_t>& srcBuf, ScopeKind scopeKind) { in CompileGlobalScript()
440 JS::SourceText<Utf8Unit>& srcBuf, ScopeKind scopeKind) { in CompileGlobalScript()
447 SourceText<Unit>& srcBuf, JS::Handle<js::Scope*> enclosingScope, in CompileEvalScriptImpl()
506 SourceText<Unit>& sourceBuffer) in ModuleCompiler()
[all …]
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DBytecodeCompiler.h123 JS::SourceText<char16_t>& srcBuf);
126 JS::SourceText<mozilla::Utf8Unit>& srcBuf);
131 JSContext* cx, CompilationInput& input, JS::SourceText<char16_t>& srcBuf);
134 JS::SourceText<mozilla::Utf8Unit>& srcBuf);
137 JSContext* cx, CompilationInput& input, JS::SourceText<char16_t>& srcBuf);
140 JS::SourceText<mozilla::Utf8Unit>& srcBuf);
156 JS::SourceText<char16_t>& srcBuf,
162 JS::SourceText<char16_t>& srcBuf,
168 JS::SourceText<char16_t>& srcBuf,
174 JS::SourceText<char16_t>& srcBuf,
[all …]
H A DBytecodeCompilation.h31 JSContext* cx, CompilationInput& input, JS::SourceText<char16_t>& srcBuf,
36 JS::SourceText<mozilla::Utf8Unit>& srcBuf, ScopeKind scopeKind);
40 JS::SourceText<char16_t>& srcBuf,
46 JS::SourceText<mozilla::Utf8Unit>& srcBuf, ScopeKind scopeKind);
64 JS::SourceText<char16_t>& srcBuf,
69 JS::SourceText<mozilla::Utf8Unit>& srcBuf,
74 JS::SourceText<char16_t>& srcBuf,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DBytecodeCompiler.h118 JS::SourceText<char16_t>& srcBuf);
121 JS::SourceText<mozilla::Utf8Unit>& srcBuf);
126 JSContext* cx, CompilationInput& input, JS::SourceText<char16_t>& srcBuf);
129 JS::SourceText<mozilla::Utf8Unit>& srcBuf);
132 JSContext* cx, CompilationInput& input, JS::SourceText<char16_t>& srcBuf);
135 JS::SourceText<mozilla::Utf8Unit>& srcBuf);
151 JS::SourceText<char16_t>& srcBuf,
157 JS::SourceText<char16_t>& srcBuf,
163 JS::SourceText<char16_t>& srcBuf,
169 JS::SourceText<char16_t>& srcBuf,
[all …]
H A DBytecodeCompilation.h52 JSContext* cx, CompilationInput& input, JS::SourceText<char16_t>& srcBuf,
57 JS::SourceText<mozilla::Utf8Unit>& srcBuf, ScopeKind scopeKind);
61 JS::SourceText<char16_t>& srcBuf,
67 JS::SourceText<mozilla::Utf8Unit>& srcBuf, ScopeKind scopeKind);
85 JS::SourceText<char16_t>& srcBuf,
90 JS::SourceText<mozilla::Utf8Unit>& srcBuf,
95 JS::SourceText<char16_t>& srcBuf,
H A DBytecodeCompiler.cpp52 using JS::SourceText;
92 SourceText<Unit>& sourceBuffer_;
104 SourceText<Unit>& sourceBuffer) in SourceAwareCompiler()
167 SourceText<Unit>& sourceBuffer) in ScriptCompiler()
179 JS::SourceText<mozilla::Utf8Unit>& srcBuf, in TrySmoosh()
421 JS::SourceText<Unit>& srcBuf, ScopeKind scopeKind) { in CompileGlobalScriptImpl()
434 JS::SourceText<char16_t>& srcBuf, ScopeKind scopeKind) { in CompileGlobalScript()
440 JS::SourceText<Utf8Unit>& srcBuf, ScopeKind scopeKind) { in CompileGlobalScript()
447 SourceText<Unit>& srcBuf, JS::Handle<js::Scope*> enclosingScope, in CompileEvalScriptImpl()
506 SourceText<Unit>& sourceBuffer) in ModuleCompiler()
[all …]
/dports/www/firefox/firefox-99.0/js/public/
H A DCompilationAndEvaluation.h32 class SourceText; variable
106 SourceText<char16_t>& srcBuf,
116 SourceText<char16_t>& srcBuf,
126 SourceText<mozilla::Utf8Unit>& srcBuf,
145 SourceText<char16_t>& srcBuf);
153 SourceText<mozilla::Utf8Unit>& srcBuf);
168 SourceText<char16_t>& srcBuf);
172 SourceText<mozilla::Utf8Unit>& srcBuf);
201 const char* const* argnames, SourceText<char16_t>& srcBuf);
213 const char* const* argnames, SourceText<mozilla::Utf8Unit>& srcBuf);
H A DSourceText.h79 class SourceText final {
109 SourceText() = default;
117 SourceText(SourceText&& other) in SourceText() function
126 ~SourceText() { in ~SourceText()
286 SourceText(const SourceText&) = delete;
287 void operator=(const SourceText&) = delete;
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DCompilationAndEvaluation.h33 class SourceText; variable
120 SourceText<char16_t>& srcBuf,
130 SourceText<char16_t>& srcBuf,
140 SourceText<mozilla::Utf8Unit>& srcBuf,
159 SourceText<char16_t>& srcBuf);
167 SourceText<mozilla::Utf8Unit>& srcBuf);
182 SourceText<char16_t>& srcBuf);
186 SourceText<mozilla::Utf8Unit>& srcBuf);
215 const char* const* argnames, SourceText<char16_t>& srcBuf);
227 const char* const* argnames, SourceText<mozilla::Utf8Unit>& srcBuf);
H A DSourceText.h79 class SourceText final {
109 SourceText() = default;
117 SourceText(SourceText&& other) in SourceText() function
126 ~SourceText() { in ~SourceText()
286 SourceText(const SourceText&) = delete;
287 void operator=(const SourceText&) = delete;
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DCompilationAndEvaluation.h31 class SourceText; variable
118 SourceText<char16_t>& srcBuf,
128 SourceText<char16_t>& srcBuf,
138 SourceText<mozilla::Utf8Unit>& srcBuf,
157 SourceText<char16_t>& srcBuf);
165 SourceText<mozilla::Utf8Unit>& srcBuf);
186 SourceText<char16_t>& srcBuf);
195 SourceText<mozilla::Utf8Unit>& srcBuf);
207 const char* const* argnames, SourceText<char16_t>& srcBuf);
219 const char* const* argnames, SourceText<mozilla::Utf8Unit>& srcBuf);
H A DSourceText.h76 class SourceText final {
106 SourceText() = default;
114 SourceText(SourceText&& other) in SourceText() function
123 ~SourceText() { in ~SourceText()
283 SourceText(const SourceText&) = delete;
284 void operator=(const SourceText&) = delete;
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DCompilationAndEvaluation.h33 class SourceText; variable
120 SourceText<char16_t>& srcBuf,
130 SourceText<char16_t>& srcBuf,
140 SourceText<mozilla::Utf8Unit>& srcBuf,
159 SourceText<char16_t>& srcBuf);
167 SourceText<mozilla::Utf8Unit>& srcBuf);
182 SourceText<char16_t>& srcBuf);
186 SourceText<mozilla::Utf8Unit>& srcBuf);
215 const char* const* argnames, SourceText<char16_t>& srcBuf);
227 const char* const* argnames, SourceText<mozilla::Utf8Unit>& srcBuf);
H A DSourceText.h79 class SourceText final {
109 SourceText() = default;
117 SourceText(SourceText&& other) in SourceText() function
126 ~SourceText() { in ~SourceText()
286 SourceText(const SourceText&) = delete;
287 void operator=(const SourceText&) = delete;
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DLit.hs32 import GHC.Types.SourceText
48 type instance XHsChar (GhcPass _) = SourceText
49 type instance XHsCharPrim (GhcPass _) = SourceText
50 type instance XHsString (GhcPass _) = SourceText
51 type instance XHsStringPrim (GhcPass _) = SourceText
53 type instance XHsIntPrim (GhcPass _) = SourceText
54 type instance XHsWordPrim (GhcPass _) = SourceText
55 type instance XHsInt64Prim (GhcPass _) = SourceText
56 type instance XHsWord64Prim (GhcPass _) = SourceText
57 type instance XHsInteger (GhcPass _) = SourceText
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBytecodeCompiler.h127 JS::SourceText<char16_t>& srcBuf);
130 JS::SourceText<mozilla::Utf8Unit>& srcBuf);
136 JS::SourceText<char16_t>& srcBuf,
140 JS::SourceText<mozilla::Utf8Unit>& srcBuf,
157 const JS::ReadOnlyCompileOptions& options, JS::SourceText<char16_t>& srcBuf,
163 const JS::ReadOnlyCompileOptions& options, JS::SourceText<char16_t>& srcBuf,
168 const JS::ReadOnlyCompileOptions& options, JS::SourceText<char16_t>& srcBuf,
173 const JS::ReadOnlyCompileOptions& options, JS::SourceText<char16_t>& srcBuf,
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/
H A DBasic.hs704 = NoOverlap SourceText
711 | Overlappable SourceText
726 | Overlapping SourceText
740 | Overlaps SourceText
744 | Incoherent SourceText
1280 data SourceText = SourceText String type
1670 = IL { il_text :: SourceText
1687 SourceText ('-':src) -> IL (SourceText src) False (negate value)
1688 SourceText src -> IL (SourceText ('-':src)) True (negate value)
1720 SourceText ('-':src) -> FL (SourceText src) False value
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/
H A DBasicTypes.hs649 = NoOverlap SourceText
656 | Overlappable SourceText
671 | Overlapping SourceText
685 | Overlaps SourceText
689 | Incoherent SourceText
1169 data SourceText = SourceText String constructor
1503 = IL { il_text :: SourceText
1520 SourceText ('-':src) -> IL (SourceText src) False (negate value)
1521 SourceText src -> IL (SourceText ('-':src)) True (negate value)
1553 SourceText ('-':src) -> FL (SourceText src) False value
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DBasicTypes.hs649 = NoOverlap SourceText
656 | Overlappable SourceText
671 | Overlapping SourceText
685 | Overlaps SourceText
689 | Incoherent SourceText
1169 data SourceText = SourceText String function
1503 = IL { il_text :: SourceText
1520 SourceText ('-':src) -> IL (SourceText src) False (negate value)
1521 SourceText src -> IL (SourceText ('-':src)) True (negate value)
1553 SourceText ('-':src) -> FL (SourceText src) False value
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/public/experimental/
H A DJSStencil.h56 SourceText<mozilla::Utf8Unit>& srcBuf);
59 SourceText<char16_t>& srcBuf);
67 SourceText<mozilla::Utf8Unit>& srcBuf);
70 SourceText<char16_t>& srcBuf);
103 SourceText<char16_t>& srcBuf, OffThreadCompileCallback callback,
108 SourceText<mozilla::Utf8Unit>& srcBuf, OffThreadCompileCallback callback,
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/experimental/
H A DJSStencil.h56 SourceText<mozilla::Utf8Unit>& srcBuf);
59 SourceText<char16_t>& srcBuf);
67 SourceText<mozilla::Utf8Unit>& srcBuf);
70 SourceText<char16_t>& srcBuf);
103 SourceText<char16_t>& srcBuf, OffThreadCompileCallback callback,
108 SourceText<mozilla::Utf8Unit>& srcBuf, OffThreadCompileCallback callback,
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DCompilationAndEvaluation.cpp47 using JS::SourceText;
74 SourceText<char16_t>& srcBuf) { in Compile()
79 SourceText<Utf8Unit>& srcBuf) { in Compile()
86 SourceText<Unit>& srcBuf) { in CompileSourceBufferAndStartIncrementalEncoding()
129 SourceText<char16_t>& srcBuf) { in CompileAndStartIncrementalEncoding()
135 SourceText<Utf8Unit>& srcBuf) { in CompileAndStartIncrementalEncoding()
147 SourceText<Utf8Unit> srcBuf; in CompileUtf8File()
313 SourceText<char16_t> newSrcBuf; in finish()
408 SourceText<Utf8Unit> srcBuf; in CompileFunctionUtf8()
565 SourceText<Unit>& srcBuf, in EvaluateSourceBuffer()
[all …]

12345678910>>...31