Home
last modified time | relevance | path

Searched refs:dialect (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRDialect.td1 //===- CIRDialect.td - CIR dialect -------------------------*- tablegen -*-===//
9 // This file declares the CIR dialect.
21 // A short one-line summary of our dialect.
22 let summary = "A high-level dialect for analyzing and optimizing Clang "
H A DCIROps.td1 //===-- CIROps.td - CIR dialect definition -----------------*- tablegen -*-===//
10 /// Definition of the CIR dialect
/freebsd/usr.sbin/bsdconfig/share/
H A Dkeymap.subr142 dialect = lang
143 if (length(dialect) >= 6 &&
144 substr(dialect, 3, 1) == "_")
145 dialect = substr(dialect, 1, 3) ".." \
146 substr(dialect, 6)
147 printf "f_dprintf \"dialect=[%%s]\" \"%s\";\n", dialect
188 else if (mark <= 3 && find_token(lg, dialect))
/freebsd/usr.sbin/kbdmap/
H A Dkbdmap.c565 char dialect[64], lang_abk[64]; in menu_read() local
578 strlcpy(dialect, lang, sizeof(dialect)); in menu_read()
579 if (strlen(dialect) >= 6 && dialect[2] == '_') { in menu_read()
580 dialect[3] = '.'; in menu_read()
581 dialect[4] = '.'; in menu_read()
591 fprintf(stderr, "dialect = %s\n", dialect); in menu_read()
667 else if (mark <= 3 && find_token(lg, dialect)) in menu_read()
/freebsd/contrib/diff/
H A DABOUT-NLS143 to denote the language's main dialect. For example, `de' is equivalent
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def98 /// Inline asm dialect, -masm=(att|intel)
H A DTokenKinds.def275 // KEYNOCXX - This is a keyword in every non-C++ dialect.
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config614 // Inline namespaces are available in Clang/GCC/MSVC regardless of C++ dialect.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td2052 // Whether this needs be to restricted to a specific dialect.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4662 def mtls_dialect_EQ : Joined<["-"], "mtls-dialect=">, Group<m_Group>,
4663 …Flags<[TargetSpecific]>, HelpText<"Which thread-local storage dialect to use for dynamic accesses …
/freebsd/share/dict/
H A Dweb2a11923 class dialect
14467 creole dialect
16496 dialect atlas
16497 dialect geography
35374 Midland dialect
H A Dweb252787 dialect
/freebsd/contrib/ncurses/
H A DNEWS1572 options into Visual Studio's dialect.
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in9563 …abstract = "PL/C is a compiler for a dialect for PL/I. The design objective was to provide a m…