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

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1625 bool IsSafe = true; local
1630 IsSafe = false;
1642 IsSafe = false;
1658 IsSafe = false;
1664 IsSafe = false;
1674 if (!IsSafe)
/external/v8/tools/gcmole/
H A Dgcmole.cc449 bool IsSafe() { function in class:__anon12944::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.cpp3281 bool IsSafe = false; local
3291 IsSafe = true;
3351 IsSafe = true;
3358 if ((IsCmpZero || IsSwapped) && !IsSafe) {
/external/clang/lib/Sema/
H A DSemaExpr.cpp9092 bool IsSafe = LangOpts.CPlusPlus0x? CRD->isStandardLayout() : CRD->isPOD(); local
9097 if (!IsSafe && !DidWarnAboutNonPOD &&

Completed in 169 milliseconds