Home
last modified time | relevance | path

Searched refs:MisExpect (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h141 EnableCFIFixup(false), MisExpect(false), XCOFFReadOnlyPointers(false), in TargetOptions()
366 unsigned MisExpect : 1; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp529 Options.MisExpect = CodeGenOpts.MisExpect; in initTargetOptions()
H A DCodeGenAction.cpp280 if (CodeGenOpts.MisExpect) { in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td372 BackendInfo, InGroup<MisExpect>;
H A DCodeGenOptions.def183 CODEGENOPT(MisExpect , 1, 0, Benign) ///< Set when -Wmisexpect is enabled
H A DDiagnosticGroups.td1587 def MisExpect : DiagGroup<"misexpect">;
/freebsd/lib/clang/libllvm/
H A DMakefile2108 SRCS_MIN+= Transforms/Utils/MisExpect.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5166 Res.getCodeGenOpts().MisExpect = true; in CreateFromArgsImpl()