Home
last modified time | relevance | path

Searched defs:identical (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c1279 gfc_check_dependency (gfc_expr *expr1, gfc_expr *expr2, bool identical) in gfc_check_dependency()
2102 bool identical) in gfc_dep_resolver()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc1280 gfc_check_dependency (gfc_expr *expr1, gfc_expr *expr2, bool identical) in gfc_check_dependency()
2103 bool identical) in gfc_dep_resolver()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d763 const bool identical = this[] == FileMapping!(const ubyte)(filename)[]; in moveToFile() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgcleanup.cc1750 bool identical = false; in outgoing_edges_match() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgcleanup.c1763 bool identical = false; in outgoing_edges_match() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp757 bool ASTDiff::Impl::identical(NodeId Id1, NodeId Id2) const { in identical() function in clang::diff::ASTDiff::Impl