| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse-scan.y | 78 static int complexity; variable 760 IF_TK OP_TK expression CP_TK statement { ++complexity; } 765 { ++complexity; } 770 { ++complexity; } 790 switch_labels block_statements { ++complexity; } 805 WHILE_TK OP_TK expression CP_TK { ++complexity; } 822 { ++complexity; } 840 for_header for_init { ++complexity; } 865 | CONTINUE_TK identifier SC_TK { ++complexity; } 874 THROW_TK expression SC_TK { ++complexity; } [all …]
|
| H A D | parse-scan.c | 320 static int complexity; variable 2752 { ++complexity; } in yyparse() 2757 { ++complexity; } in yyparse() 2762 { ++complexity; } in yyparse() 2767 { ++complexity; } in yyparse() 2772 { ++complexity; } in yyparse() 2777 { ++complexity; } in yyparse() 2782 { ++complexity; } in yyparse() 2787 { ++complexity; } in yyparse() 2792 { ++complexity; } in yyparse() [all …]
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | .clang-tidy | 22 readability-function-cognitive-complexity, 33 - key: readability-function-cognitive-complexity.Threshold 61 # readability-function-cognitive-complexity,
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | TODO.txt | 12 - There's a lot of complexity added past few years to make relocations faster. 16 2. Any complexity added in this area past few years which can't be justified
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/third-party/benchmark/ |
| H A D | BUILD.gn | 10 "src/complexity.cc",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | DSInstructions.td | 967 class DSAtomicRetPat<DS_Pseudo inst, ValueType vt, PatFrag frag, int complexity = 0, 970 let AddedComplexity = complexity; 984 /* complexity */ 0, /* gds */ 1>; 993 !cast<PatFrag>(frag#"_local_m0_noret_"#vt.Size), /* complexity */ 1>; 1000 !cast<PatFrag>(frag#"_local_noret_"#vt.Size), /* complexity */ 1>; 1005 /* complexity */ 0, /* gds */ 1>; 1008 /* complexity */ 1, /* gds */ 1>; 1016 int complexity = 0, bit gds=0> : GCNPat< 1019 let AddedComplexity = complexity; 1027 /* complexity */ 1>; [all …]
|
| H A D | VOPInstructions.td | 78 // Using complex patterns gives VOP3 patterns a very high complexity rating, 80 // priority lower. The goal is to use a high number to reduce complexity to 126 // Using complex patterns gives VOP3 patterns a very high complexity rating, 128 // priority lower. The goal is to use a high number to reduce complexity to
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | HEADER_POLICY | 64 Standard substitute headers <bits/std_xxx.h> that have any complexity 148 complexity, so it is not done routinely, but only in response
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | HEADER_POLICY | 64 Standard substitute headers <bits/std_xxx.h> that have any complexity 148 complexity, so it is not done routinely, but only in response
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | README-FPStack.txt | 16 complexity. We need a way to specify the later is more profitable.
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | DebugMode.rst | 36 debug mode, and causes the library to violate some of the Standard's complexity clauses.
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2000-12-06-MeetingSummary.txt | 29 greater than linear in asymptotic complexity, so this extra analaysis
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 583 int complexity = Pattern.getPatternComplexity(CGP); in collectPatterns() local 594 SimplePatterns[Operands][OpcodeName][VT][RetVT].emplace(complexity, in collectPatterns()
|
| H A D | CodeGenDAGPatterns.h | 1074 int complexity, unsigned uid, unsigned setmode = 0, 1078 HwModeFeatures(hwmodefeatures.str()), AddedComplexity(complexity), in SrcRecord()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | SupportPolicy.rst | 130 * Have support and testing that scales with the complexity and resilience of 163 and complexity of the component, so adding release and testing managers on the
|
| H A D | OpaquePointers.rst | 72 deal with the complexity of inserting bitcasts everywhere that they might be 82 through. However, perhaps the biggest issue is the code complexity required to
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlsecpolicy.pod | 264 =head3 Algorithmic complexity attacks 266 The perl interpreter is reasonably robust to algorithmic complexity 269 Algorithmic complexity bugs that depend on the interpreter processing
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/ |
| H A D | abi.txt | 31 - How can this complexity be managed? What does C++ versioning mean? 35 tools, specific techniques are used to make managing this complexity
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/ |
| H A D | perlcriticrc | 88 # literal text, which does not add to the complexity of the regex, will set it
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/ |
| H A D | TPJ13.pod | 326 complexity could be spread around differently: while the act of 332 This talk of parameters and arbitrary complexity is just another way 382 The complexity of the language you're trying to output a phrase in is 431 from the complexity of other languages to the simplicity of this one. 626 This shifts the burden of complexity off to the quant method. That
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 396 ANALYZER_OPTION(unsigned, MaxSymbolComplexity, "max-symbol-complexity", 397 "The maximum complexity of symbolic constraint.", 35)
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | UsingLibcxx.rst | 149 In particular, these assertions do not change the complexity of algorithms. However, they 182 violations, which can add complexity in the build system of users.
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | DriverInternals.rst | 68 gcc driver adds a significant amount of complexity. However, the design 69 of the driver attempts to mitigate this complexity by dividing the
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | sr71k.md | 65 ;; reduce the complexity of cpu+fpu, reducing space.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | sr71k.md | 65 ;; reduce the complexity of cpu+fpu, reducing space.
|