Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/Attributor/
Ddepgraph.ll64 ; GRAPH-NEXT: [AAIsDead] for CtxI ' %2 = load i32, i32* %0, align 4' at position {fn_ret:checkAndA…
66 ; GRAPH-NEXT: [AANoUndef] for CtxI ' %2 = load i32, i32* %0, align 4' at position {fn_ret:checkAnd…
131 ; GRAPH-NEXT: [AAValueSimplify] for CtxI ' %2 = load i32, i32* %0, align 4' at position {fn_ret:ch…
133 ; GRAPH-NEXT: [AAAlign] for CtxI ' %2 = load i32, i32* %0, align 4' at position {fn_ret:checkAndAd…
137 ; GRAPH-NEXT: [AANonNull] for CtxI ' %2 = load i32, i32* %0, align 4' at position {fn_ret:checkAnd…
141 ; GRAPH-NEXT: [AANoAlias] for CtxI ' %2 = load i32, i32* %0, align 4' at position {fn_ret:checkAnd…
143 ; GRAPH-NEXT: [AADereferenceable] for CtxI ' %2 = load i32, i32* %0, align 4' at position {fn_ret:…
228 …es [AANonNull] for CtxI ' %2 = load i32, i32* %0, align 4' at position {fn_ret:checkAndAdvance [c…
229 …es [AANonNull] for CtxI ' %2 = load i32, i32* %0, align 4' at position {fn_ret:checkAndAdvance [c…
253 ; GRAPH-NEXT: updates [AAAlign] for CtxI ' %2 = load i32, i32* %0, align 4' at position {fn_ret:…
[all …]
/external/python/pybind11/include/pybind11/
Dattr.h529 static void postcall(function_call &call, handle fn_ret) {
530 …sed[] = { 0, (process_attribute<typename std::decay<Args>::type>::postcall(call, fn_ret), 0) ... };
/external/python/cpython2/Modules/
D_ssl.c2687 PyObject *fn_ret = NULL; in _password_callback() local
2692 fn_ret = PyObject_CallFunctionObjArgs(pw_info->callable, NULL); in _password_callback()
2693 if (!fn_ret) { in _password_callback()
2699 if (!_pwinfo_set(pw_info, fn_ret, in _password_callback()
2703 Py_CLEAR(fn_ret); in _password_callback()
2717 Py_XDECREF(fn_ret); in _password_callback()
/external/python/cpython3/Modules/
D_ssl.c3925 PyObject *fn_ret = NULL; in _password_callback() local
3930 fn_ret = _PyObject_CallNoArg(pw_info->callable); in _password_callback()
3931 if (!fn_ret) { in _password_callback()
3937 if (!_pwinfo_set(pw_info, fn_ret, in _password_callback()
3941 Py_CLEAR(fn_ret); in _password_callback()
3955 Py_XDECREF(fn_ret); in _password_callback()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs3928 let fn_ret = utils::fnsig_return_ty(ctx, signature); in objc_method_codegen() localVariable
3933 ( #( #fn_args ),* ) #fn_ret in objc_method_codegen()
3939 ( #( #args ),* ) #fn_ret in objc_method_codegen()