Home
last modified time | relevance | path

Searched full:languages (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp27 LanguageSet languages; in Initialize() local
29 // a list of languages they support. in Initialize()
30 languages.Insert(lldb::LanguageType::eLanguageTypeC); in Initialize()
31 languages.Insert(lldb::LanguageType::eLanguageTypeC89); in Initialize()
32 languages.Insert(lldb::LanguageType::eLanguageTypeC99); in Initialize()
33 languages.Insert(lldb::LanguageType::eLanguageTypeC11); in Initialize()
34 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus); in Initialize()
35 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_03); in Initialize()
36 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_11); in Initialize()
37 languages in Initialize()
[all...]
/llvm-project/clang/include/clang/Basic/
H A DBuiltinsBase.td106 class LibBuiltin<string header, string languages = "ALL_LANGUAGES"> : Builtin {
108 string Languages = languages;
118 class LangBuiltin<string languages> : Builtin {
119 string Languages = languages;
134 string Languages = "ALL_LANGUAGES";
/llvm-project/clang/test/Analysis/
H A Dlocalization.m121 …URAL"); // expected-warning {{Plural cases are not supported across all languages. Use a .stringsd…
128 …")]]; // expected-warning 2 {{Plural cases are not supported across all languages. Use a .stringsd…
137 …ies")]; // expected-warning {{Plural cases are not supported across all languages. Use a .stringsd…
139 …ory")]; // expected-warning {{Plural cases are not supported across all languages. Use a .stringsd…
146 …count]; // expected-warning {{Plural cases are not supported across all languages. Use a .stringsd…
148 …count]; // expected-warning {{Plural cases are not supported across all languages. Use a .stringsd…
156 …count]; // expected-warning {{Plural cases are not supported across all languages. Use a .stringsd…
158 …count]; // expected-warning {{Plural cases are not supported across all languages. Use a .stringsd…
172 …",nil); // expected-warning {{Plural cases are not supported across all languages. Use a .stringsd…
/llvm-project/llvm/docs/HistoricalNotes/
H A D2001-01-31-UniversalIRIdea.txt8 virtual machines for many different languages. E.g., a C vm, a C++ vm, a
20 between languages.) Also, some or most of the higher-level
22 reusable by different languages, with minor extensions. The language
31 features that different languages select from. Also, using SSA with or
H A D2001-02-09-AdveComments.txt52 able to represent code from many different languages. Languages such as
56 This gets even worse when code from different languages is linked
H A D2000-11-18-EarlyDesignIdeasResp.txt19 basically impossible to support C like languages. Besides that,
77 3. Support for all languages & styles of programming (general purpose
83 A. Support for languages that require garbage collectors and integration
84 with languages that don't. As a base point, we could insist on
H A D2001-04-16-DynamicCompilation.txt9 languages.
13 job. On one side, scripting languages statically compile nothing and
/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl10.rst28 can be to define, build, and play with languages. Building a compiler
44 Different languages have different ways of handling this. The easiest
71 code compiled in other languages. You could also generate code by
92 in languages and are often willing to help out.
110 Many other languages have this property, e.g. lisp, java, haskell,
111 javascript, python, etc (note that while these languages are portable,
158 Many of the languages above are also "safe" languages: it is impossible
243 Some languages want to explicitly manage their stack frames, often so
/llvm-project/llvm/cmake/modules/
H A DUseLibtool.cmake17 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES)
33 foreach(lang ${languages})
42 foreach(lang ${languages})
/llvm-project/compiler-rt/cmake/Modules/
H A DUseLibtool.cmake17 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES)
33 foreach(lang ${languages})
50 foreach(lang ${languages})
/llvm-project/cmake/Modules/
H A DSetPlatformToolchainTools.cmake1 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES)
4 foreach(lang IN LISTS languages)
/llvm-project/llvm/test/ObjectYAML/wasm/
H A Dproducers_section.yaml8 Languages:
21 # CHECK: Languages:
/llvm-project/lldb/test/Shell/Watchpoint/
H A DExpressionLanguage.test2 # RUN: %clangxx_host %p/Inputs/languages.cpp -g -o %t.out
20 # CHECK: Unknown language type: 'fake' for expression. List of supported languages:
/llvm-project/libc/docs/gpu/
H A Dusing.rst20 library for offloading languages such as OpenMP, CUDA, or HIP. These aim to
29 Offloading languages like CUDA, HIP, or OpenMP work by compiling a single source
55 Offloading languages require that functions present on the device be declared as
105 Instead of using standard offloading languages, we can also target the CPU
/llvm-project/clang/docs/
H A DToolchain.rst13 programming languages. In order to assemble a complete toolchain,
35 A complete compilation of C family programming languages typically
85 The Clang frontend (``clang -cc1``) is used to compile C family languages. The
90 Language frontends for other languages
93 Clang can be provided with inputs written in non-C-family languages. In such
95 currently-supported languages are:
/llvm-project/llvm/unittests/BinaryFormat/
H A DDwarfTest.cpp71 // A couple of valid languages. in TEST()
77 // Invalid languages. in TEST()
98 // A couple of valid languages. in TEST()
103 // Invalid languages. in TEST()
/llvm-project/openmp/tools/Modules/
H A DREADME.rst30 project(offloadTest VERSION 1.0 LANGUAGES CXX)
40 Using this module requires at least CMake version 3.20.0. Supported languages
/llvm-project/lldb/docs/resources/
H A Dsbapi.rst56 exposes to users through the scripting languages.
69 scripting languages. If you wanted to add a resource specifically only for the
92 Note that this only affects the C++ API as scripting languages usually
/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp25 "Languages bit vector is no longer small on 64 bit systems");
347 LanguageSet languages = in SupportsLanguageStatic()
349 if (languages.Empty())
351 return languages[language];
343 LanguageSet languages = SupportsLanguageStatic() local
/llvm-project/llvm/utils/vscode/llvm/
H A Dpackage.json12 "Programming Languages"
19 "languages": [ array
/llvm-project/llvm/include/llvm-c/
H A DAnalysis.h13 |* Many exotic languages can interoperate with C code but have a harder time *|
15 |* tools written in such languages. *|
H A DBitWriter.h13 |* Many exotic languages can interoperate with C code but have a harder time *|
15 |* tools written in such languages. *|
H A DLLJITUtils.h15 |* Many exotic languages can interoperate with C code but have a harder time *|
17 |* tools written in such languages. *|
H A DBitReader.h13 |* Many exotic languages can interoperate with C code but have a harder time *|
15 |* tools written in such languages. *|
/llvm-project/clang/docs/HLSL/
H A DHLSLSupport.rst47 This is different from how other Clang languages are implemented. Most languages
55 The HLSL effort prioritizes following similar patterns for other languages,
179 An Aside on GPU Languages

12345678910>>...14