HomeSort by: relevance | last modified time | path
    Searched refs:build_delegate_cst (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-tree.h 536 extern tree build_delegate_cst (tree, tree, Type *);
d-codegen.cc 408 build_delegate_cst (tree method, tree object, Type *type) function
441 tree t = build_delegate_cst (callee, object, type);
482 value = build_delegate_cst (null_pointer_node, null_pointer_node, type);
d-convert.cc 368 return build_delegate_cst (delegate_method (exp),

Completed in 16 milliseconds