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

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1645 bool IsSafe = true; local
1650 IsSafe = false;
1662 IsSafe = false;
1678 IsSafe = false;
1684 IsSafe = false;
1694 if (!IsSafe)
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc448 bool IsSafe() { function in class:__anon17419::CallProps
765 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG);
810 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
837 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp819 bool IsSafe = false; local
822 !IsSafe && ++I != E;) {
824 for (unsigned IO = 0, EO = Instr.getNumOperands(); !IsSafe && IO != EO;
828 IsSafe = true;
834 IsSafe = true;
879 if (!IsSafe) {
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3725 bool IsSafe = false; local
3735 IsSafe = true;
3810 IsSafe = true;
3817 if ((IsCmpZero || IsSwapped) && !IsSafe) {
/external/clang/lib/Sema/
H A DSemaExpr.cpp10277 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); local
10282 if (!IsSafe && !DidWarnAboutNonPOD &&

Completed in 247 milliseconds