/llvm-project/lldb/source/Plugins/REPL/Clang/ |
H A D | ClangREPL.cpp | 27 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 D | BuiltinsBase.td | 106 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 D | localization.m | 121 …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 D | 2001-01-31-UniversalIRIdea.txt | 8 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 D | 2001-02-09-AdveComments.txt | 52 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 D | 2000-11-18-EarlyDesignIdeasResp.txt | 19 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 D | 2001-04-16-DynamicCompilation.txt | 9 languages. 13 job. On one side, scripting languages statically compile nothing and
|
/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl10.rst | 28 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 D | UseLibtool.cmake | 17 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES) 33 foreach(lang ${languages}) 42 foreach(lang ${languages})
|
/llvm-project/compiler-rt/cmake/Modules/ |
H A D | UseLibtool.cmake | 17 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES) 33 foreach(lang ${languages}) 50 foreach(lang ${languages})
|
/llvm-project/cmake/Modules/ |
H A D | SetPlatformToolchainTools.cmake | 1 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES) 4 foreach(lang IN LISTS languages)
|
/llvm-project/llvm/test/ObjectYAML/wasm/ |
H A D | producers_section.yaml | 8 Languages: 21 # CHECK: Languages:
|
/llvm-project/lldb/test/Shell/Watchpoint/ |
H A D | ExpressionLanguage.test | 2 # 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 D | using.rst | 20 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 D | Toolchain.rst | 13 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 D | DwarfTest.cpp | 71 // 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 D | README.rst | 30 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 D | sbapi.rst | 56 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 D | TypeSystem.cpp | 25 "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 D | package.json | 12 "Programming Languages" 19 "languages": [ array
|
/llvm-project/llvm/include/llvm-c/ |
H A D | Analysis.h | 13 |* Many exotic languages can interoperate with C code but have a harder time *| 15 |* tools written in such languages. *|
|
H A D | BitWriter.h | 13 |* Many exotic languages can interoperate with C code but have a harder time *| 15 |* tools written in such languages. *|
|
H A D | LLJITUtils.h | 15 |* Many exotic languages can interoperate with C code but have a harder time *| 17 |* tools written in such languages. *|
|
H A D | BitReader.h | 13 |* 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 D | HLSLSupport.rst | 47 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
|