Home
last modified time | relevance | path

Searched refs:checkUnsafe (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DExpressionBinder.cs395 checkUnsafe(elementType); // added to the binder so we don't bind to pointer ops in BindArrayIndexCore()
520 checkUnsafe(pFieldType); // added to the binder so we don't bind to pointer ops in BindToField()
812 checkUnsafe(typeRet); // added to the binder so we don't bind to pointer ops in BindUDUnopCall()
1038 checkUnsafe(meth.RetType); in PostBindMethod()
1043 checkUnsafe(type); in PostBindMethod()
1073 checkUnsafe(pwt.Prop().RetType); in PostBindProperty()
1789 private void checkUnsafe(CType type) in checkUnsafe() method in Microsoft.CSharp.RuntimeBinder.Semantics.ExpressionBinder
H A DConversion.cs354 checkUnsafe(expr.Type); // added to the binder so we don't bind to pointer ops in mustConvertCore()
355 checkUnsafe(dest); // added to the binder so we don't bind to pointer ops in mustConvertCore()
403 checkUnsafe(expr.Type); // added to the binder so we don't bind to pointer ops in tryConvert()
404 checkUnsafe(dest); // added to the binder so we don't bind to pointer ops in tryConvert()
432 checkUnsafe(expr.Type); // added to the binder so we don't bind to pointer ops in mustCastCore()
433 checkUnsafe(dest); // added to the binder so we don't bind to pointer ops in mustCastCore()
H A DOperators.cs2572 checkUnsafe(arg1.Type); // added to the binder so we don't bind to pointer ops in BindUDBinopCall()
2573 checkUnsafe(arg2.Type); // added to the binder so we don't bind to pointer ops in BindUDBinopCall()
2574 checkUnsafe(typeRet); // added to the binder so we don't bind to pointer ops in BindUDBinopCall()
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/windows/
H A Dmainwindow.py1192 return self.checkUnsafe()
1443 def checkUnsafe(self): member in MainWindow
1518 if self.checkUnsafe():
/dports/lang/ghc/ghc-8.10.7/rts/
H A DRtsFlags.c776 static void checkUnsafe(RtsOptsEnabledEnum enabled) in checkUnsafe() function
811 #define OPTION_UNSAFE checkUnsafe(rtsOptsEnabled); option_checked = true; in procRtsOpts()