| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | filesystem.bench.cpp | 24 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity(); 72 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity(); 74 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity(); 94 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity(); 115 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity(); 159 getRandomPaths, /*PathLen*/5)->RangeMultiplier(2)->Range(2, 256)->Complexity(); 161 getRandomPaths, /*PathLen*/32)->RangeMultiplier(2)->Range(2, 256)->Complexity();
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 424 size_t Complexity = 1; in calculateStmtComplexity() local 441 Complexity = 0; in calculateStmtComplexity() 448 Complexity += calculateStmtComplexity( in calculateStmtComplexity() 450 if (Complexity >= Limit) in calculateStmtComplexity() 455 Complexity += calculateStmtComplexity( in calculateStmtComplexity() 457 if (Complexity >= Limit) in calculateStmtComplexity() 461 return Complexity; in calculateStmtComplexity()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 297 if (Complexity == 0) in computeComplexity() 298 Complexity = 1 + Operand->computeComplexity(); in computeComplexity() 299 return Complexity; in computeComplexity() 347 if (Complexity == 0) in computeComplexity() 348 Complexity = 1 + Operand->computeComplexity(); in computeComplexity() 349 return Complexity; in computeComplexity() 446 if (Complexity == 0) in computeComplexity() 447 Complexity = in computeComplexity() 449 return Complexity; in computeComplexity()
|
| H A D | SymExpr.h | 51 mutable unsigned Complexity = 0; variable
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.h | 209 unsigned Complexity; variable 220 unsigned getComplexity() const { return Complexity; } in getComplexity()
|
| H A D | CodeGenTarget.cpp | 604 Complexity = NumOperands * 3; in ComplexPattern() 606 Complexity = RawComplexity; in ComplexPattern()
|
| H A D | CodeGenDAGPatterns.cpp | 4333 int Complexity = TheDef->getValueAsInt("AddedComplexity"); in ParseOnePattern() local 4350 InstImpResults, Complexity, in ParseOnePattern()
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx17Papers.csv | 102 "`P0523R1 <https://wg21.link/P0523R1>`__","LWG","Wording for CH 10: Complexity of parallel algorith… 105 "`P0574R1 <https://wg21.link/P0574R1>`__","LWG","Algorithm Complexity Constraints and Parallel Over…
|
| H A D | Cxx14Issues.csv | 130 "`2304 <https://wg21.link/lwg2304>`__","Complexity of count in unordered associative containers","I…
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl582delta.pod | 39 See L<perlsec/"Algorithmic Complexity Attacks"> for the original
|
| H A D | perlsecpolicy.pod | 273 See L<perlsec/Algorithmic Complexity Attacks> for additional information.
|
| H A D | perlrun.pod | 1288 See L<perlsec/"Algorithmic Complexity Attacks">, L</PERL_PERTURB_KEYS>, and 1325 See L<perlsec/"Algorithmic Complexity Attacks"> and L</PERL_HASH_SEED> 1341 attack against Perl code, even remotely; see L<perlsec/"Algorithmic Complexity Attacks">
|
| H A D | perlsec.pod | 484 =head2 Algorithmic Complexity Attacks
|
| H A D | perl581delta.pod | 80 See L<perlsec/"Algorithmic Complexity Attacks"> for the original
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 2762 unsigned Complexity = 0; in selectLEAAddr() local 2764 Complexity = 1; in selectLEAAddr() 2766 Complexity = 4; in selectLEAAddr() 2769 Complexity++; in selectLEAAddr() 2774 Complexity++; in selectLEAAddr() 2784 Complexity = 4; in selectLEAAddr() 2786 Complexity += 2; in selectLEAAddr() 2816 Complexity++; in selectLEAAddr() 2820 Complexity++; in selectLEAAddr() 2823 if (Complexity <= 2) in selectLEAAddr()
|
| H A D | X86InstrArithmetic.td | 1475 // Complexity is reduced to give and with immediate a chance to match first.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 1877 let AddedComplexity = 20 in { // Complexity greater than and/or/xor 1894 let AddedComplexity = 20 in { // Complexity greater than and/or/xor 1918 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm. 1943 let AddedComplexity = 20 in { // Complexity greater than compare reg-imm. 1950 let AddedComplexity = 10 in // Complexity greater than compare reg-reg. 1966 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | slist | 658 // them immediately after __pos. __x must not be *this. Complexity:
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| H A D | slist | 589 // them immediately after __pos. __x must not be *this. Complexity:
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 864 auto Complexity = in GroupByComplexity() local 866 return Complexity && *Complexity < 0; in GroupByComplexity() 888 unsigned Complexity = S->getSCEVType(); in GroupByComplexity() local 892 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) { in GroupByComplexity()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1639 "Complexity is here defined as the total amount of children "
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 1885 int Complexity = complexity;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVVLPatterns.td | 399 // Give explicit Complexity to prefer simm5/uimm5.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 2336 // Complexity is added so that we match this before we match NILF on the AND
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/ |
| H A D | perlfunc.pod | |