Searched refs:typecast (Results 1 – 19 of 19) sorted by relevance
125 struct print_arg_typecast typecast; member
1353 val = arg_num_eval(arg->typecast.item); in arg_num_eval()1452 return arg_eval(arg->typecast.item); in arg_eval()1643 arg->typecast.type = arg->atom.atom; in process_paren()1644 arg->typecast.item = item_arg; in process_paren()2084 return eval_num_arg(data, size, event, arg->typecast.item); in eval_num_arg()2988 printf("(%s)", args->typecast.type); in print_args()2989 print_args(args->typecast.item); in print_args()
212 define_event_symbols(event, ev_name, args->typecast.item); in define_event_symbols()
171 define_event_symbols(event, ev_name, args->typecast.item); in define_event_symbols()
541 // You can typecast a pointer to a bx_pr_equiv_t without losing any
1039 Changed typecast of "size" argument to png_size_t in pngmem.c calls to1424 Fixed an incorrect typecast in pngrutil.c1653 Add "png_bytep" typecast to profile while calculating length in pngwutil.c
3164 put a space between a typecast and the expression being
5171 (JSC::extractFunctionBody): Fixed types here so we don't typecast until39771 simple typecast.39783 … in JSPropertyNameArrayGetNameAtIndex(), now that making a JSStringRef is not just a typecast.
29868 truncation done by the typecast already does the necessary truncation that30395 (KJS::keysMatch): Took out unneeded typecast.
11675 Fix typecast.
16493 Removed a bogus typecast.
3359 Fix typecast that used ... for no good reason.
5522 been typecast for the purpose of the call.
32475 (WebCore::Node::setTextContent): Use already-typecast pointer in a call to73402 (WebCore::Node::eventParentNode): Removed now-unneeded typecast dance.73413 (WebCore::HTMLConstructionSite::findFosterSite): Removed now-unneeded typecast.73456 (WebCore::SVGElement::eventParentNode): Removed now-unneeded typecast.
133 (StringImpl::operator NSString*): Remove typecast that's no longer needed.
32812 code to use U_ZERO_ERROR instead of a typecast.
49853 (suggestedFilenameWithMIMEType): Removed unnecessary typecast.
16023 churn and remove a strange unneeeded PassRefPtr typecast. Also added a comment.