Home
last modified time | relevance | path

Searched +refs:syntax +refs:state +refs:context +refs:triple (Results 1 – 25 of 1506) sorted by relevance

12345678910>>...61

/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dsyntax.rkt100 (define context-triple
101 (intern-context-triple (intern-scopes (syntax-scopes s) state)
105 (define stx-state (get-syntax-context state))
109 (push-syntax-context! state #f)
111 (pop-syntax-context! state)
128 (syntax-state #t context-triple (syntax-srcloc s))))
129 (push-syntax-context! state this-state)
133 (pop-syntax-context! state)
157 (unless (and (eq? context-triple (syntax-state-context-triple stx-state))
343 (struct syntax-state ([all-sharing? #:mutable] context-triple srcloc)
[all …]
/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dsyntax.rkt100 (define context-triple
101 (intern-context-triple (intern-scopes (syntax-scopes s) state)
105 (define stx-state (get-syntax-context state))
109 (push-syntax-context! state #f)
111 (pop-syntax-context! state)
128 (syntax-state #t context-triple (syntax-srcloc s))))
129 (push-syntax-context! state this-state)
133 (pop-syntax-context! state)
157 (unless (and (eq? context-triple (syntax-state-context-triple stx-state))
343 (struct syntax-state ([all-sharing? #:mutable] context-triple srcloc)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dserialize-state.rkt10 intern-context-triple
13 push-syntax-context!
14 get-syntax-context
15 pop-syntax-context!)
88 (define (intern-context-triple scs sms mpi-shifts state)
119 (define (push-syntax-context! state v)
120 (define b (serialize-state-syntax-context state))
123 (define (get-syntax-context state)
124 (define b (serialize-state-syntax-context state))
129 (define (pop-syntax-context! state)
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dserialize-state.rkt10 intern-context-triple
13 push-syntax-context!
14 get-syntax-context
15 pop-syntax-context!)
88 (define (intern-context-triple scs sms mpi-shifts state)
119 (define (push-syntax-context! state v)
120 (define b (serialize-state-syntax-context state))
123 (define (get-syntax-context state)
124 (define b (serialize-state-syntax-context state))
129 (define (pop-syntax-context! state)
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Druntime.pkg3697 &triple-first
3698 &triple-second
3702 &triple-third
3719 &triple-first
3724 &triple-third
3735 &triple-first
3740 &triple-third
3746 &triple-first
3748 &triple-third
5278 mcrypt-context?
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_objdump4 local -a opts args state state_descr line
58 '--file-start-context[include context from start of file (with -S)]'
97 '-aarch64-neon-syntax=[choose style of NEON code (AArch64)]:style:(generic apple)'
103 '-color[use color syntax highlighting]'
148 '-triple=[target triple to disassemble for]:triple'
153 '-x86-asm-syntax=[choose style of assembler code (x86)]:style:(att intel)'
163 case "$state" in
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc5280 " serialize-state-syntax-context"
5377 "(intern-context-triple)"
6134 "(intern-context-triple"
6215 "(syntax-state-context-triple stx-state_0))"
6569 "(struct:syntax-state"
6571 " syntax-state?"
6573 " syntax-state-context-triple"
6574 " syntax-state-srcloc"
6580 " 'syntax-state"
6590 " 'syntax-state)))))"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc5280 " serialize-state-syntax-context"
5377 "(intern-context-triple)"
6134 "(intern-context-triple"
6215 "(syntax-state-context-triple stx-state_0))"
6569 "(struct:syntax-state"
6571 " syntax-state?"
6573 " syntax-state-context-triple"
6574 " syntax-state-srcloc"
6580 " 'syntax-state"
6590 " 'syntax-state)))))"
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/docs/Dialects/
H A DLLVM.md27 context, such as data layout and triple description.
37 An IR module may have an optional data layout and triple information attached
38 using MLIR attributes `llvm.data_layout` and `llvm.triple`, respectively. Both
103 context and used directly in relevant operations. MLIR does not support such
191 directly represented with built-in types. Similarly to other MLIR context-owned
198 to achieve more compact syntax.
328 syntax:
380 Identified structure types are uniqued using their name in a given context.
382 that already exists in the context *will result in the existing structure being
388 state. In this case, they are given a name but the body must be set up by a
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/docs/Dialects/
H A DLLVM.md27 context, such as data layout and triple description.
37 An IR module may have an optional data layout and triple information attached
38 using MLIR attributes `llvm.data_layout` and `llvm.triple`, respectively. Both
103 context and used directly in relevant operations. MLIR does not support such
191 directly represented with built-in types. Similarly to other MLIR context-owned
198 to achieve more compact syntax.
328 syntax:
380 Identified structure types are uniqued using their name in a given context.
382 that already exists in the context *will result in the existing structure being
388 state. In this case, they are given a name but the body must be set up by a
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/docs/Dialects/
H A DLLVM.md27 context, such as data layout and triple description.
37 An IR module may have an optional data layout and triple information attached
38 using MLIR attributes `llvm.data_layout` and `llvm.triple`, respectively. Both
103 context and used directly in relevant operations. MLIR does not support such
191 directly represented with built-in types. Similarly to other MLIR context-owned
198 to achieve more compact syntax.
328 syntax:
380 Identified structure types are uniqued using their name in a given context.
382 that already exists in the context *will result in the existing structure being
388 state. In this case, they are given a name but the body must be set up by a
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/docs/Dialects/
H A DLLVM.md27 context, such as data layout and triple description.
37 An IR module may have an optional data layout and triple information attached
38 using MLIR attributes `llvm.data_layout` and `llvm.triple`, respectively. Both
103 context and used directly in relevant operations. MLIR does not support such
191 directly represented with built-in types. Similarly to other MLIR context-owned
198 to achieve more compact syntax.
328 syntax:
380 Identified structure types are uniqued using their name in a given context.
382 that already exists in the context *will result in the existing structure being
388 state. In this case, they are given a name but the body must be set up by a
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/docs/Dialects/
H A DLLVM.md27 context, such as data layout and triple description.
37 An IR module may have an optional data layout and triple information attached
38 using MLIR attributes `llvm.data_layout` and `llvm.triple`, respectively. Both
103 context and used directly in relevant operations. MLIR does not support such
191 directly represented with built-in types. Similarly to other MLIR context-owned
198 to achieve more compact syntax.
328 syntax:
380 Identified structure types are uniqued using their name in a given context.
382 that already exists in the context *will result in the existing structure being
388 state. In this case, they are given a name but the body must be set up by a
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/docs/Dialects/
H A DLLVM.md27 context, such as data layout and triple description.
37 An IR module may have an optional data layout and triple information attached
38 using MLIR attributes `llvm.data_layout` and `llvm.triple`, respectively. Both
103 context and used directly in relevant operations. MLIR does not support such
191 directly represented with built-in types. Similarly to other MLIR context-owned
198 to achieve more compact syntax.
328 syntax:
380 Identified structure types are uniqued using their name in a given context.
382 that already exists in the context *will result in the existing structure being
388 state. In this case, they are given a name but the body must be set up by a
[all …]
/dports/editors/featherpad/FeatherPad-1.0.1/
H A DChangeLog80 * Added an item to tab context menu for opening containing folder.
101 * Fixed a problem in the state of the language button after toggling syntax highlighting.
156 * Fixed disabled sort line actions in context menu.
184 …* On triple clicking, select the current block without selecting its newline and start and end whi…
204 * Better context menu for text-edits.
230 …* By default, replace triple periods and double hyphens with ellipses and em dashes respectively, …
318 * Added the number of pages to tab/side-item context menu.
488 * Added two items to tab context menu for copying file name and path.
545 * No context menu outside all tabs.
562 * Don't open new tabs in minimized windows; respect the minimized state!
[all …]
/dports/textproc/rasqal/rasqal-0.9.33/
H A DChangeLog.737 Re-initialise column for origin to first triple seen - for QE1.
273 (rasqal_new_triples_rowsource): If this is an empty triple
344 triple to bind in. Former returns true for every variable in a
345 triple loop so caused mis-binding.
349 when a variable binding triple is found.
353 variable is bound in a triple/column.
542 current rowsource context offset.
989 set up initial graph state.
991 graph variable and start state.
1049 context to raptor_new_sequence_v2().
[all …]
H A DChangeLog.265 * tests/sparql/syntax/data.n3: typos
376 * tests/sparql/syntax/Makefile.am, tests/sparql/syntax/groups.rq:
485 However, make sure ID state is left on errors.
491 non-matched chars in <ID> state.
501 tests/sparql/syntax/describe1.rq: syntax tests for SPARQL
1033 triple.
1072 Made "PREFIX"/"prefix" set state PREF
2075 triple.
2079 triple parts match.
2441 * rasqal_redland.c (rasqal_redland_finish_triples_match): Free context
[all …]
H A DChangeLog.8222 results formatter context
229 before cleaning up context.
252 formatter context.
255 formatter context.
284 formatter->context.
1139 triple only if unbound.
1505 working state and print out result. Free working state.
3070 not enter SPID state.
3072 (SPID state): Deleted
4497 triple data blocks - GP known to contain just triples.
[all …]
H A DNEWS21 Fixed SPARQL 1.0 vs SPARQL 1.1 syntax feature checking
127 Added an expression evaluation context class to store state for use
129 Fixed triple-quoted literals over-quoting and their use with language
193 Parses new syntax: BINDINGS, isNUMERIC(), MINUS, sub SELECT and
249 Added LAQRS syntax support for SUM, AVG, MIN, MAX, COALESCE()
250 experimental syntax
270 Improved error syntax error reporting
324 2006 now accepting all SPARQL syntax
334 2005 making several additions and changes to the syntax and
356 2005 making widespread changes the syntax.
[all …]
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dguile.info-31912 do double duty (or triple, or ...), without the penalty of consing a
2711 context.
2828 Create a syntax object that wraps DATUM, within the lexical context
2998 But this state of affairs was an error. Because syntax objects are
4664 The ‘begin’ syntax has another role in definition context (*note
6153 current dynamic state with ‘current-dynamic-state’ and restore it later
6276 fresh dynamic state object.
6278 -- Scheme Procedure: set-current-dynamic-state state
6283 ‘current-dynamic-state’.
6285 -- Scheme Procedure: with-dynamic-state state proc
[all …]
/dports/textproc/redland/redland-1.0.17/
H A DChangeLog.63211 read an extra context when testing for end, only if there is no
3212 current context.
3216 context when testing for end, only if there is no current context.
4055 state, sparql_copy_regex_token, EQ/eq, NE/NE, =~, ~~, !~
4293 equal if only one context is NULL.
4633 run. Report error if no XML DOM made. Set xslt context
4701 origin triple parts.
5804 triple from a graph result.
5806 triple in a graph result.
6024 find a context node in a model.
[all …]
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dguile.info-31810 do double duty (or triple, or ...), without the penalty of consing a
2624 context.
2741 Create a syntax object that wraps DATUM, within the lexical context
4373 extended lexical context.
4597 The ‘begin’ syntax has another role in definition context (*note
6200 current dynamic state with ‘current-dynamic-state’ and restore it later
6323 fresh dynamic state object.
6325 -- Scheme Procedure: set-current-dynamic-state state
6330 ‘current-dynamic-state’.
6332 -- Scheme Procedure: with-dynamic-state state proc
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Dsemweb.doc201 A triple has been asserted.
203 A triple has been deleted.
205 A triple has been updated.
666 context contains a term \term{rdf_locked}{Args}, where args is
677 triple store.
695 journal takes the following steps, ensuring a stable state can be
702 over the base state.
716 this section provide access to the journal files and the base state
774 with given \arg{Line} context.
809 \fileext{trp} for the base state and \fileext{jrn} for the journal.
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi4690 current state of a context to the given path, whereas
8773 syntax.
8838 qualifier in C’s extended asm syntax.
12170 A @ref{13d,,gccjit;;context} instance encapsulates the state of a
14347 syntax.
14408 qualifier in C’s extended asm syntax.
14460 @code{asm} syntax.
14463 @code{asm} syntax.
14503 @code{asm} syntax.
14506 @code{asm} syntax.
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi4690 current state of a context to the given path, whereas
8773 syntax.
8838 qualifier in C’s extended asm syntax.
12170 A @ref{13d,,gccjit;;context} instance encapsulates the state of a
14347 syntax.
14408 qualifier in C’s extended asm syntax.
14460 @code{asm} syntax.
14463 @code{asm} syntax.
14503 @code{asm} syntax.
14506 @code{asm} syntax.
[all …]

12345678910>>...61