Searched refs:inBounds (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXEntry.c243 Rect inBounds; local
295 inBounds.left = macDraw->xOff + Tk_Width(tkwin) - incDecWidth - 1;
296 inBounds.right = macDraw->xOff + Tk_Width(tkwin) - 1;
297 inBounds.top = macDraw->yOff + MAC_OSX_FOCUS_WIDTH;
298 inBounds.bottom = macDraw->yOff + Tk_Height(tkwin) - MAC_OSX_FOCUS_WIDTH;
306 rects[0].x = inBounds.left;
315 ChkErr(DrawThemeButton, &inBounds, inKind, &inNewInfo, inPrevInfo,
H A DtkMacOSXMenu.c288 static pascal void ThemeMenuItemDrawingProc(const Rect *inBounds,
2844 const Rect *inBounds,
2852 meData->fmPtr, inBounds->left, inBounds->top, inBounds->right -
2853 inBounds->left + menuItemExtraWidth, inBounds->bottom -
2854 inBounds->top + menuItemExtraHeight, 0, 1);
2803 ThemeMenuItemDrawingProc( const Rect *inBounds, SInt16 inDepth, Boolean inIsColorDevice, SInt32 inUserData) argument
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.h50 Constant *ConstantFoldGetElementPtr(Constant *C, bool inBounds,
52 Constant *ConstantFoldGetElementPtr(Constant *C, bool inBounds,
H A DConstantFold.cpp1912 bool inBounds,
1980 inBounds &&
1999 Idxs, inBounds);
2054 return ConstantExpr::getGetElementPtr(C, NewIdxs, inBounds);
2059 if (!Unknown && !inBounds &&
2067 bool inBounds,
2069 return ConstantFoldGetElementPtrImpl(C, inBounds, Idxs);
2073 bool inBounds,
2075 return ConstantFoldGetElementPtrImpl(C, inBounds, Idxs);
1911 ConstantFoldGetElementPtrImpl(Constant *C, bool inBounds, ArrayRef<IndexTy> Idxs) argument
2066 ConstantFoldGetElementPtr(Constant *C, bool inBounds, ArrayRef<Constant *> Idxs) argument
2072 ConstantFoldGetElementPtr(Constant *C, bool inBounds, ArrayRef<Value *> Idxs) argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DIndexedMap.h71 bool inBounds(IndexT n) const { function in class:llvm::IndexedMap
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c1120 CGRect inBounds, outBounds; local
1124 inBounds.origin.x = 0;
1125 inBounds.origin.y = 0;
1126 inBounds.size.width = 100;
1128 inBounds.size.height = metric;
1133 &inBounds,
1137 bounds[0] = CGRectGetMinX(outBounds) - CGRectGetMinX(inBounds);
1138 bounds[1] = CGRectGetMinY(outBounds) - CGRectGetMinY(inBounds);
1139 bounds[2] = CGRectGetMaxX(inBounds) - CGRectGetMaxX(outBounds);
1140 bounds[3] = CGRectGetMaxY(inBounds)
1348 Rect inBounds, outBounds; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h152 if (!LiveOutRegInfo.inBounds(Reg))
H A DLiveIntervalAnalysis.h117 return VirtRegIntervals.inBounds(Reg) && VirtRegIntervals[Reg];
/macosx-10.10/WTF-7600.1.24/wtf/
H A DCheckedArithmetic.h117 static bool inBounds(Source value) function in struct:WTF::BoundsChecker
126 static bool inBounds(Source value) function in struct:WTF::BoundsChecker
135 static bool inBounds(Source value) function in struct:WTF::BoundsChecker
151 static bool inBounds(Source value) function in struct:WTF::BoundsChecker
164 static bool inBounds(Source) { return true; } function in struct:WTF::BoundsCheckElider
171 return BoundsCheckElider<Target, Source>::inBounds(value);
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITPropertyAccess.cpp1242 Jump inBounds = branch32(Below, property, Address(base, JSArrayBufferView::offsetOfLength())); local
1245 inBounds.link(this);
1262 Jump inBounds = branch32(BelowOrEqual, earlyScratch, TrustedImm32(0xff)); local
1269 inBounds.link(this);
1314 Jump inBounds = branch32(Below, property, Address(base, JSArrayBufferView::offsetOfLength())); local
1317 inBounds.link(this);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp247 if (!LiveOutRegInfo.inBounds(Reg))
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.cpp1645 MacroAssembler::Jump inBounds = m_jit.branch32(MacroAssembler::Below, propertyReg, MacroAssembler::Address(storageReg, Butterfly::offsetOfPublicLength())); local
1655 inBounds.link(&m_jit);
2224 MacroAssembler::Jump inBounds = jit.branch32(MacroAssembler::BelowOrEqual, result, JITCompiler::TrustedImm32(0xff)); local
2231 inBounds.link(&jit);
2407 MacroAssembler::Jump inBounds = m_jit.branch64( local
2416 inBounds.link(&m_jit);
H A DDFGSpeculativeJIT32_64.cpp1628 MacroAssembler::Jump inBounds = m_jit.branch32(MacroAssembler::Below, propertyReg, MacroAssembler::Address(storageReg, Butterfly::offsetOfPublicLength())); local
1639 inBounds.link(&m_jit);
H A DDFGSpeculativeJIT64.cpp2636 MacroAssembler::Jump inBounds = m_jit.branch32(MacroAssembler::Below, propertyReg, MacroAssembler::Address(storageReg, Butterfly::offsetOfPublicLength())); local
2646 inBounds.link(&m_jit);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocGreedy.cpp376 if (!ExtraRegInfo.inBounds(Old))
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp2067 LBasicBlock inBounds = FTL_NEW_BLOCK(m_out, ("GetByVal double in bounds")); local
2075 rarely(slowCase), usually(inBounds));
2077 LBasicBlock lastNext = m_out.appendTo(inBounds, boxPath);

Completed in 330 milliseconds