Searched refs:MisExpect (Results 1 – 8 of 8) sorted by relevance
157 EnableCFIFixup(false), MisExpect(false), XCOFFReadOnlyPointers(false), in TargetOptions()378 unsigned MisExpect : 1; variable
490 Options.MisExpect = CodeGenOpts.MisExpect; in initTargetOptions()
318 if (CodeGenOpts.MisExpect) { in HandleTranslationUnit()
368 BackendInfo, InGroup<MisExpect>;
185 CODEGENOPT(MisExpect , 1, 0) ///< Set when -Wmisexpect is enabled
1413 def MisExpect : DiagGroup<"misexpect">;
4826 Res.getCodeGenOpts().MisExpect = true; in CreateFromArgsImpl()
1960 SRCS_MIN+= Transforms/Utils/MisExpect.cpp