| /llvm-project-15.0.7/lldb/source/Plugins/REPL/Clang/ |
| H A D | ClangREPL.cpp | 25 LanguageSet languages; in Initialize() local 28 languages.Insert(lldb::LanguageType::eLanguageTypeC); in Initialize() 29 languages.Insert(lldb::LanguageType::eLanguageTypeC89); in Initialize() 30 languages.Insert(lldb::LanguageType::eLanguageTypeC99); in Initialize() 31 languages.Insert(lldb::LanguageType::eLanguageTypeC11); in Initialize() 32 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus); in Initialize() 33 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_03); in Initialize() 34 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_11); in Initialize() 35 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_14); in Initialize() 36 languages.Insert(lldb::LanguageType::eLanguageTypeObjC); in Initialize() [all …]
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-04-16-DynamicCompilation.txt | 9 languages. 13 job. On one side, scripting languages statically compile nothing and
|
| 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-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
|
| /llvm-project-15.0.7/cmake/Modules/ |
| H A D | SetPlatformToolchainTools.cmake | 1 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES) 4 foreach(lang IN LISTS languages)
|
| /llvm-project-15.0.7/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-15.0.7/llvm/ |
| H A D | llvm.spec.in | 16 and idle-time optimization of programs from arbitrary programming languages. 20 languages is in development. The compiler infrastructure
|
| /llvm-project-15.0.7/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-15.0.7/llvm/bindings/ |
| H A D | README.txt | 2 programs written in languages other than C or C++ to take advantage of the LLVM
|
| /llvm-project-15.0.7/lldb/bindings/lua/ |
| H A D | lua.swig | 5 functions for various scripting languages, to enable them to call the
|
| /llvm-project-15.0.7/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:
|
| 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,
|
| /llvm-project-15.0.7/clang/ |
| H A D | README.txt | 5 Welcome to Clang. This is a compiler front-end for the C family of languages
|
| /llvm-project-15.0.7/clang/www/demo/ |
| H A D | index.cgi | 303 my %languages = ( 322 my $language = $languages{$uploaded_file_name};
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Features.def | 239 // C11 features supported by other languages as extensions. 246 // C++11 features supported by other languages as extensions. 259 // C++14 features supported by other languages as extensions.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | missing-file-line.ll | 6 ; in some languages with predefined types.
|
| /llvm-project-15.0.7/llvm/utils/crosstool/ARM/ |
| H A D | build-install-linux.sh | 176 --enable-languages=c,c++ \
|
| /llvm-project-15.0.7/openmp/tools/Modules/ |
| H A D | README.rst | 40 Using this module requires at least CMake version 3.13.4. Supported languages
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/ |
| H A D | README.md | 31 languages and extensions supported by Clang.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | FAQ.rst | 71 What source languages are supported? 74 LLVM currently has full support for C and C++ source languages through 119 a lot, since most languages have strong support for interfacing with C. The 142 No. C and C++ are inherently platform-dependent languages. The most obvious
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cvtres/ |
| H A D | combined.test | 5 // > rc /fo languages.res /nologo languages.rc 9 // languages.res test_resource.res 11 RUN: llvm-cvtres /verbose /out:%t %p/Inputs/languages.res %p/Inputs/test_resource.res
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | SyntheticSections.h | 400 return int(!languages.empty()) + int(!tools.empty()) + int(!sDKs.empty()); 402 SmallVector<std::pair<std::string, std::string>, 8> languages;
|