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

/macosx-10.9.5/tcl-102/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.9.5/llvmCore-3425.0.33/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.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DIndexedMap.h71 bool inBounds(IndexT n) const { function in class:llvm::IndexedMap
/macosx-10.9.5/tcl-102/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.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h152 if (!LiveOutRegInfo.inBounds(Reg))
H A DLiveIntervalAnalysis.h117 return VirtRegIntervals.inBounds(Reg) && VirtRegIntervals[Reg];
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp247 if (!LiveOutRegInfo.inBounds(Reg))
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITPropertyAccess.cpp1696 Jump inBounds = branch32(BelowOrEqual, earlyScratch, TrustedImm32(0xff)); local
1703 inBounds.link(this);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.cpp2015 MacroAssembler::Jump inBounds = m_jit.branch32(MacroAssembler::Below, propertyReg, MacroAssembler::Address(storageReg, Butterfly::offsetOfPublicLength())); local
2025 inBounds.link(&m_jit);
2497 MacroAssembler::Jump inBounds = jit.branch32(MacroAssembler::BelowOrEqual, result, JITCompiler::TrustedImm32(0xff)); local
2504 inBounds.link(&jit);
H A DDFGSpeculativeJIT32_64.cpp1918 MacroAssembler::Jump inBounds = m_jit.branch32(MacroAssembler::Below, propertyReg, MacroAssembler::Address(storageReg, Butterfly::offsetOfPublicLength())); local
1929 inBounds.link(&m_jit);
H A DDFGSpeculativeJIT64.cpp2718 MacroAssembler::Jump inBounds = m_jit.branch32(MacroAssembler::Below, propertyReg, MacroAssembler::Address(storageReg, Butterfly::offsetOfPublicLength())); local
2728 inBounds.link(&m_jit);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegAllocGreedy.cpp376 if (!ExtraRegInfo.inBounds(Old))

Completed in 180 milliseconds