Home
last modified time | relevance | path

Searched refs:ISO (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangStandards.def39 C, "ISO C 1990", 0)
44 C, "ISO C 1990 with amendment 1",
48 C, "ISO C 1990 with GNU extensions",
54 C, "ISO C 1999",
61 C, "ISO C 1999 with GNU extensions",
67 C, "ISO C 2011",
74 C, "ISO C 2011 with GNU extensions",
80 C, "ISO C 2017",
86 C, "ISO C 2017 with GNU extensions",
92 C, "Working Draft for ISO C2x",
[all …]
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DDescriptorModel.h76 TypeBuilderFunc getModel<Fortran::ISO::CFI_rank_t>() {
79 sizeof(Fortran::ISO::CFI_rank_t) * 8);
83 TypeBuilderFunc getModel<Fortran::ISO::CFI_type_t>() {
86 sizeof(Fortran::ISO::CFI_type_t) * 8);
96 TypeBuilderFunc getModel<Fortran::ISO::CFI_dim_t>() {
98 auto indexTy = getModel<Fortran::ISO::CFI_index_t>()(context);
104 getModel<Fortran::ISO::cfi_internal::FlexibleArray<Fortran::ISO::CFI_dim_t>>() {
105 return getModel<Fortran::ISO::CFI_dim_t>();
115 Fortran::ISO::Fortran_2018::CFI_cdesc_t dummyDesc{}; in getDescFieldTypeModel()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Ddescriptor.h38 using SubscriptValue = ISO::CFI_index_t;
83 ISO::CFI_dim_t raw_;
154 ISO::CFI_attribute_t attribute = CFI_attribute_other,
158 ISO::CFI_attribute_t attribute = CFI_attribute_other,
162 ISO::CFI_attribute_t attribute = CFI_attribute_other,
166 ISO::CFI_attribute_t attribute = CFI_attribute_other);
171 ISO::CFI_attribute_t attribute = CFI_attribute_other,
175 ISO::CFI_attribute_t attribute = CFI_attribute_other);
185 ISO::CFI_cdesc_t &raw() { return raw_; } in raw()
186 const ISO::CFI_cdesc_t &raw() const { return raw_; } in raw()
[all …]
H A Dtype-code.h24 explicit TypeCode(ISO::CFI_type_t t) : raw_{t} {} in TypeCode()
59 ISO::CFI_type_t raw_{CFI_type_other};
/llvm-project-15.0.7/flang/runtime/
H A Ddescriptor.cpp29 int rank, const SubscriptValue *extent, ISO::CFI_attribute_t attribute, in Establish()
40 int cfiStatus{ISO::CFI_establish( in Establish()
61 const SubscriptValue *extent, ISO::CFI_attribute_t attribute, in Establish()
68 int rank, const SubscriptValue *extent, ISO::CFI_attribute_t attribute, in Establish()
75 const SubscriptValue *extent, ISO::CFI_attribute_t attribute) { in Establish()
86 ISO::CFI_attribute_t attribute, int derivedTypeLenParameters) { in Create()
96 int rank, const SubscriptValue *extent, ISO::CFI_attribute_t attribute) { in Create()
103 ISO::CFI_attribute_t attribute) { in Create()
110 ISO::CFI_attribute_t attribute) { in Create()
164 int Descriptor::Deallocate() { return ISO::CFI_deallocate(&raw_); } in Deallocate()
/llvm-project-15.0.7/clang/test/Sema/
H A Dimplicit-decl.c22 …warning {{call to undeclared function '_CFCalendarDecomposeAbsoluteTimeV'; ISO C99 and later do no… in func()
28 …expected-warning{{call to undeclared function 'printg'; ISO C99 and later do not support implicit … in func()
48 …expected-warning{{call to undeclared function 'formatd'; ISO C99 and later do not support implicit… in test_implicit()
55 …expected-warning {{call to undeclared function 'bark'; ISO C99 and later do not support implicit f… in test_suggestion()
58 …expected-warning {{call to undeclared function 'bork'; ISO C99 and later do not support implicit f… in test_suggestion()
H A Dimplicit-builtin-decl.c27 …expected-warning {{call to undeclared function 'fprintf'; ISO C99 and later do not support implici… in f2()
H A Dwarn-strict-prototypes.c63 …expected-warning {{parameter 'p2' was not declared, defaults to 'int'; ISO C99 and later do not su…
/llvm-project-15.0.7/clang/docs/CommandGuide/
H A Dclang.rst111 ISO C 1990
115 ISO C 1990 with amendment 1
120 ISO C 1990 with GNU extensions
125 ISO C 1999
134 ISO C 2011
143 ISO C 2017
157 ISO C++ 1998 with amendments
166 ISO C++ 2011 with amendments
174 ISO C++ 2014 with amendments
182 ISO C++ 2017 with amendments
[all …]
/llvm-project-15.0.7/clang/test/Modules/
H A Dmodulemap-locations.m15 …wont_be_found1(); // expected-warning{{call to undeclared function 'wont_be_found1'; ISO C99 and l…
17 …wont_be_found2(); // expected-warning{{call to undeclared function 'wont_be_found2'; ISO C99 and l…
H A Ddiagnose-missing-import.m8 …OpenParam); // expected-error {{call to undeclared function 'XYZLogEvent'; ISO C99 and later do no…
H A Dconfig_macros.m8 …return bar(); // expected-warning{{call to undeclared function 'bar'; ISO C99 and later do not sup…
/llvm-project-15.0.7/libc/docs/
H A Dground_truth_specification.rst7 ``spec`` directory and list ground truth corresponding the ISO C standard, the
9 for the ISO C standard is ``spec/stdc.td``. Tools like the header generator
H A Dindex.rst2 llvm-libc: An ISO C-conformant Standard Library
/llvm-project-15.0.7/libcxx/utils/ci/
H A DDockerfile46 RUN printf "fr_CA ISO-8859-1\ncs_CZ ISO-8859-2" >> /etc/locale.gen
48 RUN printf "fr_CA ISO-8859-1\ncs_CZ ISO-8859-2" >> /usr/local/share/i1en/SUPPORTED
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmodules-ts.cppm54 …; // expected-warning {{ISO C++20 does not permit an empty declaration to appear in an expor…
57 …static_assert(true); // expected-warning {{ISO C++20 does not permit a static_assert declaration t…
/llvm-project-15.0.7/lld/test/COFF/
H A Doptions.test14 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=ISO %s
16 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=ISO %s
17 ISO-NOT: IMAGE_DLL_CHARACTERISTICS_NO_ISOLATION
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx14.rst20 In August 2014, this draft was approved by ISO as C++14.
H A DCxx17.rst17 In February 2017, the C++ standard committee approved this draft, and sent it to ISO for approval a…
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A DCMakeLists.txt77 add_flang_nongtest_unittest(ISO-Fortran-binding
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dboxing-illegal-types.mm51 enum ForwE; // expected-error {{ISO C++ forbids forward references to 'enum' types}}
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dupgrade-googletest-case.rst11 Software Testing Qualifications Board and ISO 29119.
/llvm-project-15.0.7/flang/include/flang/
H A DISO_Fortran_binding.h23 namespace ISO {
/llvm-project-15.0.7/clang/test/FixIt/
H A Dformat-darwin.m245 …printf("%D", 1); // expected-warning{{conversion specifier is not supported by ISO C}} expected-no…
246 …printf("%U", 1); // expected-warning{{conversion specifier is not supported by ISO C}} expected-no…
247 …printf("%O", 1); // expected-warning{{conversion specifier is not supported by ISO C}} expected-no…
254 …printf("%lD", 1); // expected-warning{{conversion specifier is not supported by ISO C}} expected-n…
/llvm-project-15.0.7/pstl/
H A DREADME.md4 as specified in ISO/IEC 14882:2017 standard, commonly called C++17. The implementation also support…

12