Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h156 EnableCFIFixup(false), MisExpect(false), XCOFFReadOnlyPointers(false), in TargetOptions()
370 unsigned MisExpect : 1; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp475 Options.MisExpect = CodeGenOpts.MisExpect; in initTargetOptions()
H A DCodeGenAction.cpp343 if (CodeGenOpts.MisExpect) { in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td351 InGroup<MisExpect>;
H A DCodeGenOptions.def180 CODEGENOPT(MisExpect , 1, 0) ///< Set when -Wmisexpect is enabled
H A DDiagnosticGroups.td1364 def MisExpect : DiagGroup<"misexpect">;
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1943 SRCS_MIN+= Transforms/Utils/MisExpect.cpp
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4617 Res.getCodeGenOpts().MisExpect = true; in CreateFromArgsImpl()