| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| dependency.h | 41 bool identical = false);
|
| dependency.cc | 43 GFC_DEP_EQUAL, /* Identical Ranges. */ 75 /* Check if two array references are known to be identical. Calls 120 /* Return true for identical variables, checking for references if 1305 suitable for the lhs of an assignment. The IDENTICAL flag indicates 1306 whether array references to the same symbol with identical range 1312 gfc_check_dependency (gfc_expr *expr1, gfc_expr *expr2, bool identical) 1335 n = gfc_check_dependency (expr1, expr2->value.op.op1, identical); 1339 return gfc_check_dependency (expr1, expr2->value.op.op2, identical); 1394 /* Identical and disjoint ranges return 0, 1397 return gfc_dep_resolver (expr1->ref, expr2->ref, NULL, identical); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| dependency.h | 41 bool identical = false);
|
| dependency.cc | 43 GFC_DEP_EQUAL, /* Identical Ranges. */ 75 /* Check if two array references are known to be identical. Calls 120 /* Return true for identical variables, checking for references if 1273 suitable for the lhs of an assignment. The IDENTICAL flag indicates 1274 whether array references to the same symbol with identical range 1280 gfc_check_dependency (gfc_expr *expr1, gfc_expr *expr2, bool identical) 1303 n = gfc_check_dependency (expr1, expr2->value.op.op1, identical); 1307 return gfc_check_dependency (expr1, expr2->value.op.op2, identical); 1362 /* Identical and disjoint ranges return 0, 1365 return gfc_dep_resolver (expr1->ref, expr2->ref, NULL, identical); [all...] |
| /src/external/public-domain/tz/dist/ |
| checknow.awk | 37 printf "zones %s and %s identical from now on\n", zone, zone2
|
| /src/external/mpl/bind/dist/bin/tests/system/catz/ns2/ |
| named7.conf.j2 | 35 # identical to named1.conf.in 124 # identical to named1.conf.in
|
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/ |
| Preprocess.pm | 62 my $t = Text::Template::Preprocess->new(...); # identical to Text::Template 92 In all other respects, C<Text::Template::Preprocess> is identical to
|
| /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/Template/ |
| Preprocess.pm | 43 my $t = Text::Template::Preprocess->new(...); # identical to Text::Template 73 In all other respects, C<Text::Template::Preprocess> is identical to
|
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/ |
| Preprocess.pm | 62 my $t = Text::Template::Preprocess->new(...); # identical to Text::Template 92 In all other respects, C<Text::Template::Preprocess> is identical to
|
| /src/external/bsd/zstd/dist/contrib/match_finders/ |
| README.md | 11 * is generally tiny (most of the new file will be identical to
|
| /src/external/gpl3/gdb.old/dist/ |
| djunpack.bat | 18 Rem be identical to the name of the top-level directory where the GDB
|
| /src/external/gpl3/gdb/dist/ |
| djunpack.bat | 18 Rem be identical to the name of the top-level directory where the GDB
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/common/ |
| outbuffer.d | 750 optimization, if the file already has identical contents with the buffer, 752 faster than writing and because there's a high likelihood an identical 763 const bool identical = this[] == FileMapping!(const ubyte)(filename)[]; 768 if (identical) 784 if (!identical) 789 return identical
|
| /src/external/gpl3/gcc/dist/contrib/ |
| compareSumTests3 | 112 C<-x X:Y>: Differences which are identical to a difference between the two runs
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| compareSumTests3 | 112 C<-x X:Y>: Differences which are identical to a difference between the two runs
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
| ASTDiff.cpp | 80 // Returns true if the two subtrees are identical. 81 bool identical(NodeId Id1, NodeId Id2) const; 100 // Returns a mapping of identical subtrees. 757 bool ASTDiff::Impl::identical(NodeId Id1, NodeId Id2) const { function in class:clang::diff::ASTDiff::Impl 765 if (!identical(N1.Children[Id], N2.Children[Id])) 885 if (identical(Id1, Id2) && !M.hasSrc(Id1) && !M.hasDst(Id2)) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cfgcleanup.cc | 1040 /* Find identical req_equiv or reg_equal note, which implies that the 2 sets 1108 /* Return true if I1 and I2 have identical CFA notes (the same order 1197 Also check for identical exception regions. */ 1738 Return true if they are identical. */ 1756 /* Set IDENTICAL to true when the tables are identical. */ 1757 bool identical = false; 1764 identical = true; 1773 identical = true; 1774 for (i = XVECLEN (p1, 1) - 1; i >= 0 && identical; i-- [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgcleanup.cc | 1040 /* Find identical req_equiv or reg_equal note, which implies that the 2 sets 1108 /* Return true if I1 and I2 have identical CFA notes (the same order 1197 Also check for identical exception regions. */ 1738 Return true if they are identical. */ 1756 /* Set IDENTICAL to true when the tables are identical. */ 1757 bool identical = false; 1764 identical = true; 1773 identical = true; 1774 for (i = XVECLEN (p1, 1) - 1; i >= 0 && identical; i-- [all...] |
| /src/external/lgpl3/gmp/dist/mpn/arm/neon/ |
| lshiftc.asm | 60 C code, the loop, and most of the wind-down code are identical.
|
| lorrshift.asm | 60 C code, the loop, and most of the wind-down code are identical.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| InstrProfData.inc | 16 * The file has two identical copies. The master copy lives in LLVM and
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| InstrProfData.inc | 15 * The file has two identical copies. The primary copy lives in LLVM and
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp.conf.def | 573 files for all clients can be identical. 1957 and clients have identical configuration files including both 1976 Thus, all stratum 3 configuration files are identical, 1977 all stratum 4 files are identical and so forth.
|
| /src/external/gpl2/dtc/dist/Documentation/ |
| dtc-paper.tex | 547 (for example, multiple identical ethernet controllers or PCI buses)
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/ |
| package.d | 294 their full canonical decompositions are identical. 342 equivalents if their full compatibility decompositions are identical. 479 that multiple $(B identical pages on every level are merged) by construction. 4361 // if its code point has a lot of identical hex-digits 9826 Creates a new array which is identical to `s` except that all of its 10034 Allocates a new array which is identical to `s` except that all of its
|