Home
last modified time | relevance | path

Searched refs:syn (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/mlir/utils/vim/syntax/
H A Dmlir.vim13 syn case match
19 syn match mlirType /\<i\d\+\>/
21 syn match mlirType /\<ui\d\+\>/
23 syn match mlirType /\<si\d\+\>/
34 syn match mlirType /x\s*\zsvector/
43 syn keyword mlirOps view
46 syn match mlirOps /\<math\.erf\>/
53 syn match mlirOps /\<affine\.if\>/
59 syn match mlirOps /\<scf\.for\>/
60 syn match mlirOps /\<scf\.if\>/
[all …]
/llvm-project-15.0.7/libcxx/docs/Status/
H A DFormatPaper.csv8 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::sys_time<Duration>``",,Mark de Weve…
12 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::file_time<Duration>``",,Not assigne…
13 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::local_time<Duration>``",,Not assign…
15 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::day``",,Mark de Wever,,|In Progress…
16 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month``",,Mark de Wever,,|In Progre…
17 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::year``",,Mark de Wever,,|In Progres…
18 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday``",,Mark de Wever,,|In Prog…
20 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday_last``",,Mark de Wever,,|In…
21 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_day``",,Mark de Wever,,|In Pr…
23 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_weekday``",,Mark de Wever,,|I…
[all …]
H A DSpaceshipProjects.csv31 | `[charconv.syn] <https://wg21.link/charconv.syn>`_,| to_chars_result,None,Mark de Wever,|Complete|
32 | `[charconv.syn] <https://wg21.link/charconv.syn>`_,| from_chars_result,None,Mark de Wever,|Comple…
37 | `[array.syn] <https://wg21.link/array.syn>`_ (`general <https://wg21.link/container.requirements.…
38 | `[deque.syn] <https://wg21.link/deque.syn>`_ (`general <https://wg21.link/container.requirements.…
39 | `[forward.list.syn] <https://wg21.link/forward.list.syn>`_ (`general <https://wg21.link/container…
40 | `[list.syn] <https://wg21.link/list.syn>`_ (`general <https://wg21.link/container.requirements.ge…
41 | `[vector.syn] <https://wg21.link/vector.syn>`_ (`general <https://wg21.link/container.requirement…
42 | `[associative.map.syn] <https://wg21.link/associative.map.syn>`_ (`general <https://wg21.link/con…
44 | `[associative.set.syn] <https://wg21.link/associative.set.syn>`_ (`general <https://wg21.link/con…
H A DZipProjects.csv2 | `[tuple.syn] <https://wg21.link/tuple.syn>`_, "`[tuple] basic_common_reference, common_type <http…
4 | `[utility.syn] <https://wg21.link/utility.syn>`_, "[pair] basic_common_reference, common_type", N…
6 "| `[memory.syn] <https://wg21.link/memory.syn>`_
10 | `[range.zip] <https://wg21.link/ranges.syn>`_, "`zip_view <https://reviews.llvm.org/D122806>`_", …
26 | `[ranges.syn] <https://wg21.link/ranges.syn>`_, "enable_borrowed_range zip_view and adjacent_view…
/llvm-project-15.0.7/llvm/utils/vim/syntax/
H A Dllvm.vim12 syn case match
19 syn keyword llvmType type label opaque token ptr
20 syn match llvmType /\<i\d\+\>/
40 syn keyword llvmKeyword
210 syn keyword llvmError getresult begin end
213 syn match llvmNoName /[%@!]\d\+\>/
214 syn match llvmNumber /-\?\<\d\+\>/
216 syn match llvmFloat /\<0x\x\+\>/
217 syn keyword llvmBoolean true false
219 syn match llvmComment /;.*$/
[all …]
H A Dtablegen.vim15 syn case match
17 syn keyword tgKeyword def let in code dag field include defm foreach defset defvar if then else
18 syn keyword tgType class int string list bit bits multiclass
20 syn match tgNumber /\<\d\+\>/
21 syn match tgNumber /\<\d\+\.\d*\>/
22 syn match tgNumber /\<0b[01]\+\>/
23 syn match tgNumber /\<0x[0-9a-fA-F]\+\>/
24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline
26 syn region tgCode start=/\[{/ end=/}\]/
28 syn keyword tgTodo contained TODO FIXME
[all …]
H A Dmir.vim12 syn case match
29 syn match mirSpecialComment /#\s*PR\d*\s*$/
30 syn match mirSpecialComment /#\s*REQUIRES:.*$/
31 syn match mirSpecialComment /#\s*RUN:.*$/
32 syn match mirSpecialComment /#\s*ALLOW_RETRIES:.*$/
33 syn match mirSpecialComment /#\s*CHECK:.*$/
34 syn match mirSpecialComment "\v#\s*CHECK-(NEXT|NOT|DAG|SAME|LABEL):.*$"
35 syn match mirSpecialComment /#\s*XFAIL:.*$/
H A Dmachine-ir.vim6 syn case match
15 syn match mirType /\<[sp]\d\+\>/
19 syn match mirStatement /\<[A-Z][A-Za-z0-9_]*\>/
21 syn match mirPReg /$[-a-zA-Z$._][-a-zA-Z$._0-9]*/
/llvm-project-15.0.7/lld/wasm/
H A DOutputSegment.cpp60 auto *syn = make<SyntheticMergedChunk>(name, ms->alignment, ms->flags); in finalizeInputSegments() local
61 syn->outputSeg = this; in finalizeInputSegments()
62 mergedSegments.push_back(syn); in finalizeInputSegments()
64 newSegments.push_back(syn); in finalizeInputSegments()
/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp215 MergeSyntheticSection *syn = in finalizeInputSections() local
217 mergeSections.push_back(syn); in finalizeInputSections()
219 syn->entsize = ms->entsize; in finalizeInputSections()
220 isd->sections.push_back(syn); in finalizeInputSections()
/llvm-project-15.0.7/libcxx/include/
H A Dranges15 #include <compare> // see [compare.syn]
16 #include <initializer_list> // see [initializer.list.syn]
H A Darray141 // [array.syn]
H A Dforward_list213 // [forward.list.syn]
H A Dset502 // [associative.set.syn]
H A Dunordered_set491 // [unord.set.syn]
H A Dlist221 // [list.syn]
H A Dmap564 // [associative.map.syn]
H A Datomic19 // feature test macro [version.syn]
H A Dvector326 // [vector.syn]
H A Dunordered_map549 // [unord.map.syn]
H A Ddeque203 // [deque.syn]
H A Dregex795 // [re.syn]
H A Dstring578 // [string.syn]
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DFileTimeType.rst16 "filesystem clock". According to [fs.filesystem.syn]