Searched refs:IsSafe (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1622 bool IsSafe = true; local
1627 IsSafe = false;
1639 IsSafe = false;
1655 IsSafe = false;
1661 IsSafe = false;
1671 if (!IsSafe)
/external/v8/tools/gcmole/
H A Dgcmole.cc449 bool IsSafe() { function in class:__anon14003::CallProps
785 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG);
830 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
857 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3336 bool IsSafe = false; local
3346 IsSafe = true;
3406 IsSafe = true;
3413 if ((IsCmpZero || IsSwapped) && !IsSafe) {
/external/clang/lib/Sema/
H A DSemaExpr.cpp9320 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); local
9325 if (!IsSafe && !DidWarnAboutNonPOD &&

Completed in 139 milliseconds