Searched refs:InBounds (Results 1 – 6 of 6) sorted by relevance
102 if (!plugin->guest_crashed() && plugin->InBounds(position)) { in OnPluginAtPositionRequest()
130 bool InBounds(const gfx::Point& point) const; in NON_EXPORTED_BASE()
1030 bool BrowserPlugin::InBounds(const gfx::Point& position) const { in InBounds() function in content::BrowserPlugin
1005 bool InBounds = false) {1008 InBounds);1012 bool InBounds = false) {1016 return getGetElementPtr(C, cast<Value>(Idx), InBounds);1020 bool InBounds = false);
2627 bool InBounds = false; in ParseValID() local2630 InBounds = EatIfPresent(lltok::kw_inbounds); in ParseValID()2645 InBounds); in ParseValID()4273 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local4310 if (InBounds) in ParseGetElementPtr()
1820 bool InBounds) { in getGetElementPtr() argument1824 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs)) in getGetElementPtr()1849 InBounds ? GEPOperator::IsInBounds : 0); in getGetElementPtr()