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.h157 EnableCFIFixup(false), MisExpect(false), XCOFFReadOnlyPointers(false), in TargetOptions()
378 unsigned MisExpect : 1; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp490 Options.MisExpect = CodeGenOpts.MisExpect; in initTargetOptions()
H A DCodeGenAction.cpp318 if (CodeGenOpts.MisExpect) { in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td368 BackendInfo, InGroup<MisExpect>;
H A DCodeGenOptions.def185 CODEGENOPT(MisExpect , 1, 0) ///< Set when -Wmisexpect is enabled
H A DDiagnosticGroups.td1413 def MisExpect : DiagGroup<"misexpect">;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4826 Res.getCodeGenOpts().MisExpect = true; in CreateFromArgsImpl()
/freebsd/lib/clang/libllvm/
H A DMakefile1960 SRCS_MIN+= Transforms/Utils/MisExpect.cpp