Searched refs:NotCompatible (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 41 LANGOPT(C99 , 1, 0, NotCompatible, "C99") 42 LANGOPT(C11 , 1, 0, NotCompatible, "C11") 43 LANGOPT(C17 , 1, 0, NotCompatible, "C17") 44 LANGOPT(C23 , 1, 0, NotCompatible, "C23") 45 LANGOPT(C2y , 1, 0, NotCompatible, "C2y") 46 LANGOPT(MSVCCompat , 1, 0, NotCompatible, "Microsoft Visual C++ full compatibility mode") 47 LANGOPT(Kernel , 1, 0, NotCompatible, "Kernel mode") 48 LANGOPT(MicrosoftExt , 1, 0, NotCompatible, "Microsoft C++ extensions") 49 LANGOPT(ZOSExt , 1, 0, NotCompatible, "z/OS extensions") 50 LANGOPT(AsmBlocks , 1, 0, NotCompatible, "Microsoft inline asm blocks") [all …]
|
| H A D | LangOptions.h | 85 NotCompatible, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 286 if ((CK::Compatibility == CK::NotCompatible) || \ in checkLanguageOptions() 306 if ((CK::Compatibility == CK::NotCompatible) || \ in checkLanguageOptions() 320 if ((CK::Compatibility == CK::NotCompatible) || \ in checkLanguageOptions()
|