Home
last modified time | relevance | path

Searched defs:needs_check (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DCallCodes.py521 def getCallCodeNoArgs(to_name, called_name, expression, needs_check, emit, context): argument
538 to_name, called_name, called_attribute_name, expression, needs_check, emit, context argument
570 needs_check, argument
623 to_name, called_name, arg_names, expression, needs_check, emit, context argument
676 needs_check, argument
727 to_name, called_name, expression, args_value, needs_check, emit, context argument
780 needs_check, argument
803 to_name, called_name, expression, args_name, needs_check, emit, context argument
H A DImportCodes.py67 helper_prefix, to_name, args, min_args, needs_check, emit, context argument
111 needs_check, argument
H A DErrorCodes.py78 needs_check=True, argument
151 needs_check=True, argument
H A DVariableCodes.py108 to_name, variable, variable_trace, needs_check, conversion_check, emit, context argument
382 variable, variable_trace, previous_trace, tolerant, needs_check, emit, context argument
H A DOperationCodes.py160 to_name, expression, operator, arg_name, needs_check, emit, context argument
H A DAttributeCodes.py218 to_name, source_name, attr_name, needs_check, emit, context argument
H A DCodeHelpers.py320 def emitHelperCall(self, to_name, arg_names, ref_count, needs_check, emit, context): argument
H A DFunctionCodes.py409 needs_check, argument
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/c_types/
H A DCTypePyObjectPtrs.py81 cls, to_name, value_name, needs_check, emit, context argument
104 def getReleaseCode(cls, value_name, needs_check, emit): argument
121 cls, to_name, value_name, needs_check, emit, context argument
292 cls, to_name, value_name, needs_check, tolerant, emit, context argument
321 def emitAssignConversionCode(cls, to_name, value_name, needs_check, emit, context): argument
343 def getReleaseCode(cls, value_name, needs_check, emit): argument
462 cls, to_name, value_name, needs_check, tolerant, emit, context argument
475 def getReleaseCode(cls, value_name, needs_check, emit): argument
H A DCTypeBases.py66 cls, to_name, value_name, needs_check, tolerant, emit, context argument
102 cls, to_name, value_name, needs_check, emit, context argument
109 def getReleaseCode(cls, value_name, needs_check, emit): argument
151 def getReleaseCode(cls, value_name, needs_check, emit): argument
H A DCTypeNuitkaInts.py87 def emitAssignConversionCode(cls, to_name, value_name, needs_check, emit, context): argument
116 def getReleaseCode(cls, value_name, needs_check, emit): argument
135 cls, to_name, value_name, needs_check, tolerant, emit, context argument
H A DCTypeNuitkaBools.py57 cls, to_name, value_name, needs_check, emit, context argument
75 def emitAssignConversionCode(cls, to_name, value_name, needs_check, emit, context): argument
115 cls, to_name, value_name, needs_check, tolerant, emit, context argument
H A DCTypeVoids.py53 def emitAssignConversionCode(cls, to_name, value_name, needs_check, emit, context): argument
71 cls, to_name, value_name, needs_check, tolerant, emit, context argument
H A DCTypeBools.py41 def emitAssignConversionCode(cls, to_name, value_name, needs_check, emit, context): argument
72 cls, to_name, value_name, needs_check, tolerant, emit, context argument
H A DCTypeModuleDictVariables.py84 cls, to_name, value_name, needs_check, tolerant, emit, context argument
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dstring_SUITE.erl1042 needs_check(reverse) -> false; function
1043 needs_check(pad) -> false; function
1044 needs_check(replace) -> false; function
1045 needs_check(_) -> true. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dstring_SUITE.erl1106 needs_check(reverse) -> false; function
1107 needs_check(pad) -> false; function
1108 needs_check(replace) -> false; function
1109 needs_check(_) -> true. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dstring_SUITE.erl1106 needs_check(reverse) -> false; function
1107 needs_check(pad) -> false; function
1108 needs_check(replace) -> false; function
1109 needs_check(_) -> true. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dstring_SUITE.erl1106 needs_check(reverse) -> false; function
1107 needs_check(pad) -> false; function
1108 needs_check(replace) -> false; function
1109 needs_check(_) -> true. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dstring_SUITE.erl1106 needs_check(reverse) -> false; function
1107 needs_check(pad) -> false; function
1108 needs_check(replace) -> false; function
1109 needs_check(_) -> true. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dstring_SUITE.erl1106 needs_check(reverse) -> false; function
1107 needs_check(pad) -> false; function
1108 needs_check(replace) -> false; function
1109 needs_check(_) -> true. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dstring_SUITE.erl1106 needs_check(reverse) -> false; function
1107 needs_check(pad) -> false; function
1108 needs_check(replace) -> false; function
1109 needs_check(_) -> true. function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_passes/src/
H A Dweak_lang_items.rs44 let needs_check = tcx.sess.crate_types().iter().any(|kind| match *kind { in verify() localVariable
/dports/multimedia/lives/lives-3.2.0/src/
H A Dkeyboard.c71 boolean needs_check = FALSE; in ext_triggers_poll() local
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/metrics/
H A Dlib.rs147 pub fn needs_check(&self) -> bool { in needs_check() method

123