Searched refs:SOB_Defined (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DLangOptions.h64 SOB_Defined, // -fwrapv enumerator in enum:clang::LangOptions::SignedOverflowBehaviorTy
104 return getSignedOverflowBehavior() == SOB_Defined;
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp413 case LangOptions::SOB_Defined:
1524 case LangOptions::SOB_Defined:
2465 case LangOptions::SOB_Defined:
2495 case LangOptions::SOB_Defined:
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1421 Opts.setSignedOverflowBehavior(LangOptions::SOB_Defined);

Completed in 241 milliseconds