Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getLangOpts

46       SanOpts(CGM.getLangOpts().Sanitize), IsSanitizerScope(false),
67 if (CGM.getLangOpts().FastMath)
69 if (CGM.getLangOpts().FiniteMathOnly) {
94 if (getLangOpts().OpenMP) {
136 if (unsigned MaxAlign = getLangOpts().MaxTypeAlign) {
697 if (getLangOpts().OpenCL) {
705 if (getLangOpts().CPlusPlus && SanOpts.has(SanitizerKind::Function)) {
722 if (getLangOpts().CPlusPlus)
791 if (getLangOpts().ObjCAutoRefCount &&
965 else if (getLangOpts().CUDA &&
966 !getLangOpts().CUDAIsDevice &&
996 if (getLangOpts().CPlusPlus && !FD->hasImplicitReturnZero() && !SawAsmBlock &&
1372 if (getLangOpts().CPlusPlus) {