Searched refs:MisExpect (Results 1 – 8 of 8) sorted by relevance
156 EnableCFIFixup(false), MisExpect(false), XCOFFReadOnlyPointers(false), in TargetOptions()370 unsigned MisExpect : 1; variable
475 Options.MisExpect = CodeGenOpts.MisExpect; in initTargetOptions()
343 if (CodeGenOpts.MisExpect) { in HandleTranslationUnit()
351 InGroup<MisExpect>;
180 CODEGENOPT(MisExpect , 1, 0) ///< Set when -Wmisexpect is enabled
1364 def MisExpect : DiagGroup<"misexpect">;
1943 SRCS_MIN+= Transforms/Utils/MisExpect.cpp
4617 Res.getCodeGenOpts().MisExpect = true; in CreateFromArgsImpl()