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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-tree.h 554 extern tree build_struct_comparison (tree_code, StructDeclaration *,
d-codegen.cc 1027 build_struct_comparison (tree_code code, StructDeclaration *sd, function
1115 t = build_struct_comparison (code, sd, build_deref (t1), build_deref (t2));
expr.cc 314 this->result_ = build_struct_comparison (code, ts->sym, t1, t2);
447 this->result_ = build_struct_comparison (code, ts->sym, t1, t2);

Completed in 18 milliseconds