| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 30 CODEGENOPT(DisableIntegratedAS, 1, 0, Benign) ///< -no-integrated-as 31 CODEGENOPT(Crel, 1, 0, Benign) ///< -Wa,--crel 32 CODEGENOPT(ImplicitMapSyms, 1, 0, Benign) ///< -Wa,-mmapsyms=implicit 33 CODEGENOPT(AsmVerbose , 1, 0, Benign) ///< -dA, -fverbose-asm. 34 CODEGENOPT(PreserveAsmComments, 1, 1, Benign) ///< -dA, -fno-preserve-as-comments. 35 CODEGENOPT(AssumeSaneOperatorNew , 1, 1, Benign) ///< implicit __attribute__((malloc)) operator new 36 CODEGENOPT(AssumeUniqueVTables , 1, 1, Benign) ///< Assume a class has only one vtable. 37 CODEGENOPT(Autolink , 1, 1, Benign) ///< -fno-autolink 38 CODEGENOPT(AutoImport , 1, 1, Benign) ///< -fno-auto-import 39 CODEGENOPT(ObjCAutoRefCountExceptions , 1, 0, Benign) ///< Whether ARC should be EH-safe. [all …]
|
| H A D | LangOptions.def | 40 // FIXME: A lot of the Benign options should be Compatible instead. 60 LANGOPT(ObjCDefaultSynthProperties , 1, 0, Benign, 62 LANGOPT(EncodeExtendedBlockSig , 1, 0, Benign, 64 LANGOPT(EncodeCXXClassTemplateSpec , 1, 0, Benign, 66 LANGOPT(ObjCInferRelatedResultType , 1, 1, Benign, 77 LANGOPT(DollarIdents , 1, 1, Benign, "'$' in identifiers") 78 LANGOPT(AsmPreprocessor , 1, 0, Benign, "preprocessor in asm mode") 84 LANGOPT(HexFloats , 1, 0, Benign, "C99 hexadecimal float constants") 87 LANGOPT(PascalStrings , 1, 0, Benign, "Pascal string support") 128 LANGOPT(PointerAuthFunctionTypeDiscrimination, 1, 0, Benign, [all …]
|
| H A D | DebugOptions.def | 32 llvm::DebugCompressionType::None, Benign) 34 DEBUGOPT(EnableDIPreservationVerify, 1, 0, Benign) ///< Enable di preservation 39 DEBUGOPT(ForceDwarfFrameSection , 1, 0, Benign) ///< Set when -fforce-dwarf-frame 44 llvm::EmitDwarfUnwindType::Default, Benign) 46 DEBUGOPT(NoDwarfDirectoryAsm , 1, 0, Benign) ///< Set when -fno-dwarf-directory-asm 49 DEBUGOPT(NoInlineLineTables, 1, 0, Benign) ///< Whether debug info should contain 58 AssignmentTrackingOpts::Disabled, Benign) 61 DEBUGOPT(DebugKeyInstructions, 1, 0, Benign)
|
| H A D | CodeGenOptions.h | 53 Benign, enumerator
|
| H A D | LangOptions.h | 93 Benign, enumerator
|
| /freebsd/sys/contrib/device-tree/src/arm/vt8500/ |
| H A D | vt8500-bv07.dts | 3 * vt8500-bv07.dts - Device tree file for Benign BV07 Netbook 12 model = "Benign BV07 Netbook";
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | CodeGenOptions.cpp | 28 if constexpr (CK::Compatibility == CK::Benign) \ in resetNonModularOptions() 31 if constexpr (CK::Compatibility == CK::Benign) \ in resetNonModularOptions()
|
| H A D | LangOptions.cpp | 27 if constexpr (CompatibilityKind::Compatibility == CompatibilityKind::Benign) \ in resetNonModularOptions() 30 if constexpr (CompatibilityKind::Compatibility == CompatibilityKind::Benign) \ in resetNonModularOptions()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 651 if constexpr (CK::Compatibility != CK::Benign) \ in ReadLanguageOptions() 654 if constexpr (CK::Compatibility != CK::Benign) \ in ReadLanguageOptions() 658 if constexpr (CK::Compatibility != CK::Benign) \ in ReadLanguageOptions()
|
| H A D | CompilerInvocation.cpp | 5276 if constexpr (CK::Compatibility != CK::Benign) \ in getModuleHash() 5279 if constexpr (CK::Compatibility != CK::Benign) \ in getModuleHash()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 285 if constexpr (CK::Compatibility != CK::Benign) { \ in checkLanguageOptions() 305 if constexpr (CK::Compatibility != CK::Benign) { \ in checkLanguageOptions() 319 if constexpr (CK::Compatibility != CK::Benign) { \ in checkLanguageOptions()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx.seq | 1045 call phase_lock; /* Benign the first time through. */
|