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

  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
safe2.t 48 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
71 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
80 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
safe2.t 48 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
71 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
80 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
  /src/usr.bin/make/unit-tests/
modmisc.mk 59 # Cover the bmake_realloc in Substring_Words.
cond-token-string.mk 11 # Cover the code in CondParser_String that frees the memory after parsing
dep-var.mk 60 # Cover the code in SuffExpandChildren that deals with malformed
directive-for-escape.mk 36 # Cover the code in ExprLen.
72 # Try to cover the code for nested '{}' in ExprLen, without success.
127 # The second attempt to cover the code for nested '{}' in ExprLen.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 541 // The index must not cover any lanes outside \p LaneMask.
573 // Try to cover as much of the remaining lanes as possible but
575 int Cover = (SubRegMask & LanesLeft).getNumLanes() -
577 if (Cover > BestCover) {
578 BestCover = Cover;
RDFGraph.cpp 1577 // seen. If this completes a cover of RR, stop the stack traversal.
1579 bool Cover = Defs.insert(QR).hasCoverOf(RR);
1581 if (Cover)
1601 if (Cover)

Completed in 20 milliseconds