Skip to content

Instantly share code, notes, and snippets.

Created May 26, 2011 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/994179 to your computer and use it in GitHub Desktop.
Save anonymous/994179 to your computer and use it in GitHub Desktop.
src/pmc/mutablevar.pmc:58: res = PMC_IS_NULL(ro) ? 0 : VTABLE_get_bool(INTERP, ro);
src/pmc/mutablevar.pmc:72: if (!PMC_IS_NULL(type))
src/pmc/perl6multisub.pmc:143: if (!PMC_IS_NULL(a->constraints[i]) && PMC_IS_NULL(b->constraints[i]))
src/pmc/perl6multisub.pmc:145: else if ((PMC_IS_NULL(a->constraints[i]) && PMC_IS_NULL(b->constraints[i]))
src/pmc/perl6multisub.pmc:147: (!PMC_IS_NULL(a->constraints[i]) && !PMC_IS_NULL(b->constraints[i])))
src/pmc/perl6multisub.pmc:224: if (!PMC_IS_NULL(proto) && VTABLE_get_bool(interp, proto)) {
src/pmc/perl6multisub.pmc:225: if (PMC_IS_NULL(found_proto))
src/pmc/perl6multisub.pmc:240: if (PMC_IS_NULL(llsig)) {
src/pmc/perl6multisub.pmc:257: if (!PMC_IS_NULL(sig_elem_info[j]->named_names)) {
src/pmc/perl6multisub.pmc:265: if (!PMC_IS_NULL(sig_elem_info[j]->sub_llsig))
src/pmc/perl6multisub.pmc:287: if (!PMC_IS_NULL(info->constraints[significant_param]))
src/pmc/perl6multisub.pmc:614: if (!PMC_IS_NULL(default_meth)) {
src/pmc/perl6multisub.pmc:669: else if (!PMC_IS_NULL(junctional_res)) {
src/pmc/perl6multisub.pmc:673: else if (!PMC_IS_NULL(proto)) {
src/pmc/perl6multisub.pmc:720: if (!PMC_IS_NULL(junctional_res))
src/pmc/perl6multisub.pmc:722: else if (possibles_count == 0 && !PMC_IS_NULL(proto))
src/pmc/perl6multisub.pmc:767: if (PMC_IS_NULL(results)) {
src/pmc/perl6multisub.pmc:962: if (PMC_IS_NULL(found)) {
src/pmc/perl6multisub.pmc:1030: if (!PMC_IS_NULL(candidates))
src/pmc/perl6multisub.pmc:1053: if (PMC_IS_NULL(candidates)) {
src/pmc/perl6multisub.pmc:1087: return PMC_IS_NULL(candidates) ? 0 : VTABLE_elements(interp, candidates);
src/pmc/perl6multisub.pmc:1267: if (PMC_IS_NULL(existing)) {
src/pmc/perl6multisub.pmc:1290: if (!PMC_IS_NULL(maybe_multi) && VTABLE_isa(interp, maybe_multi, CONST_STRING(interp, "Perl6MultiSub"))) {
src/pmc/perl6multisub.pmc:1311: if (!PMC_IS_NULL(maybe_multi) && VTABLE_isa(interp, maybe_multi, CONST_STRING(interp, "Perl6MultiSub"))) {
src/pmc/perl6multisub.pmc:1334: if (!PMC_IS_NULL(VTABLE_get_pmc_keyed_str(interp, hash, subid)))
src/pmc/p6invocation.pmc:61: if (PMC_IS_NULL(candidates) || position >= VTABLE_elements(interp, candidates)) {
src/pmc/p6invocation.pmc:66: if (!PMC_IS_NULL(search_list) && name) {
src/pmc/p6invocation.pmc:71: if (PMC_IS_NULL(found))
src/pmc/p6invocation.pmc:76: if (PMC_IS_NULL(candidates)) {
src/pmc/p6invocation.pmc:97: if (guilty_multi && PMC_IS_NULL(*guilty_multi))
src/pmc/p6invocation.pmc:99: if (!PMC_IS_NULL(Parrot_pcc_get_signature(interp, CURRENT_CONTEXT(interp)))) {
src/pmc/p6invocation.pmc:125: if (PMC_IS_NULL(func)) {
src/pmc/p6invocation.pmc:170: if (!PMC_IS_NULL(first_candidate))
src/pmc/p6invocation.pmc:172: if (!PMC_IS_NULL(candidate_list))
src/pmc/p6invocation.pmc:174: if (!PMC_IS_NULL(search_list))
src/pmc/p6invocation.pmc:210: if (!PMC_IS_NULL(first_candidate))
src/pmc/p6invocation.pmc:217: if (!PMC_IS_NULL(candidates) && position < VTABLE_elements(interp, candidates))
src/pmc/p6invocation.pmc:222: return !PMC_IS_NULL(get_next_candidate(interp, SELF, P6I_MODE_CHECK, NULL, NULL));
src/pmc/p6invocation.pmc:233: if (PMC_IS_NULL(first_candidate)) {
src/pmc/p6invocation.pmc:255: if (PMC_IS_NULL(first_candidate))
src/pmc/p6invocation.pmc:262: if (PMC_IS_NULL(first_candidate)) {
src/pmc/p6invocation.pmc:285: if (!PMC_IS_NULL(guilty_multi)) {
src/pmc/p6invocation.pmc:308: if (!PMC_IS_NULL(lexpad) && VTABLE_exists_keyed_str(interp, lexpad, lexname))
src/pmc/p6invocation.pmc:323: if (PMC_IS_NULL(first_candidate)) {
src/pmc/p6opaque.pmc:115: if (!PMC_IS_NULL(can_check)) {
src/pmc/p6opaque.pmc:177: if (!PMC_IS_NULL(my_metaclass) && VTABLE_isa(interp, my_metaclass,
src/pmc/p6opaque.pmc:183: if (!PMC_IS_NULL(hidden_meth)) {
src/pmc/p6opaque.pmc:195: if (!PMC_IS_NULL(check_metaclass)) {
src/pmc/p6opaque.pmc:197: if (!PMC_IS_NULL(hides)) {
src/pmc/p6opaque.pmc:222: if (!PMC_IS_NULL(method)) {
src/pmc/p6opaque.pmc:246: if (PMC_IS_NULL(method)) {
src/pmc/p6opaque.pmc:250: if (!PMC_IS_NULL(how) && VTABLE_isa(interp, how, CONST_STRING(interp, "ClassHOW"))) {
src/pmc/p6opaque.pmc:252: if (!PMC_IS_NULL(handles)) {
src/pmc/p6opaque.pmc:254: if (!PMC_IS_NULL(method))
src/pmc/p6opaque.pmc:405: if (PMC_IS_NULL(method)) {
src/pmc/p6opaque.pmc:416: if (!PMC_IS_NULL(method)) {
src/pmc/p6opaque.pmc:453: if (!PMC_IS_NULL(result))
src/pmc/p6opaque.pmc:485: if (!PMC_IS_NULL(postcircumfix)) {
src/binder/bind.c:162: if (!PMC_IS_NULL(elements[i]->named_names))
src/binder/bind.c:223: if (PMC_IS_NULL(self)) {
src/binder/bind.c:239: if (PMC_IS_NULL(meth)) {
src/binder/bind.c:328: if (!PMC_IS_NULL(sig_info->type_captures))
src/binder/bind.c:334: if (!PMC_IS_NULL(coerce_meth)) {
src/binder/bind.c:408: if (!PMC_IS_NULL(sig_info->post_constraints)) {
src/binder/bind.c:437: if (!PMC_IS_NULL(sig_info->sub_llsig)) {
src/binder/bind.c:446: if (PMC_IS_NULL(meth)) {
src/binder/bind.c:494: else if (!PMC_IS_NULL(sig_info->default_closure)) {
src/binder/bind.c:504: else if (!PMC_IS_NULL(cur_lex = VTABLE_get_pmc_keyed_str(interp, lexpad, sig_info->variable_name))) {
src/binder/bind.c:573: if (PMC_IS_NULL(named_to_pos_cache)) {
src/binder/bind.c:579: if (!PMC_IS_NULL(elements[i]->named_names))
src/binder/bind.c:634: if (!PMC_IS_NULL(named_names)) {
src/binder/bind.c:705: PMC *slurpy = PMC_IS_NULL(named_args_copy) ?
src/binder/bind.c:722: else if (PMC_IS_NULL(elements[i]->named_names)) {
src/binder/bind.c:787: if (!PMC_IS_NULL(named_args_copy)) {
src/binder/bind.c:791: if (!PMC_IS_NULL(value)) {
src/binder/bind.c:800: if (PMC_IS_NULL(value)) {
src/binder/bind.c:841: if (!PMC_IS_NULL(named_args_copy) && VTABLE_elements(interp, named_args_copy)) {
src/ops/perl6.ops:208: if (!PMC_IS_NULL(lex_pad) && VTABLE_exists_keyed_str(interp, lex_pad, $2)) {
src/ops/perl6.ops:326: while (!PMC_IS_NULL(ctx)) {
src/ops/perl6.ops:330: if (!PMC_IS_NULL(clist)) {
src/ops/perl6.ops:517: if (!PMC_IS_NULL($5)) {
src/ops/perl6.ops:519: if (PMC_IS_NULL(refined)) {
src/ops/perl6.ops:526: if (PMC_IS_NULL(element->post_constraints))
src/ops/perl6.ops:639: if (PMC_IS_NULL(llsig)) {
src/ops/perl6.ops:780: if (!PMC_IS_NULL(sublog_pmc)) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment