| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-symbolizer.rst | 75 $ clang -g -O2 test.cpp -o inlined.elf 110 $ llvm-symbolizer "test.elf 0x400490" "inlined.elf 0x400480" 119 inlined.elf 0x400480 141 DATA inlined.elf 0x601028 221 If a source code location is in an inlined function, prints all the inlined 226 Don't print inlined frames. 249 * Does not replace the name of an inlined function with the name of the 250 topmost caller when inlined frames are not shown. 261 $ llvm-symbolizer --obj=inlined.elf 0x4004be 0x400486 -p 263 (inlined by) main at /tmp/test.cpp:15:0 [all …]
|
| H A D | llvm-addr2line.rst | 31 - ``llvm-addr2line`` defaults not to print inlined frames. Use `-i`_ to show 32 inlined frames for a source code location in an inlined function.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
| H A D | DebugChecks.rst | 86 currently DISABLED in inlined functions, since different calls to the same 87 inlined function could provide different information, making it difficult to 101 If a call occurs within an inlined function, prints TRUE or FALSE according to 102 the value of its argument. If a call occurs outside an inlined function, 105 The intended use of this checker is to assert that a function is inlined at 107 function is never inlined (by passing 'false' and expecting no warning). The 110 You might wonder why we can't print TRUE if a function is ever inlined and 111 FALSE if it is not. The problem is that any inlined function could conceivably 119 int inlined() { 125 clang_analyzer_checkInlined(false); // no-warning (not inlined) [all …]
|
| H A D | IPA.rst | 34 functions can inlined, in an all-or-nothing way. These options use the 42 This option controls which C++ member functions may be inlined. 47 inlined as well; it doesn't make sense to inline destructors without inlining 55 destructors will not be inlined. Additionally, no C++ member functions will be 56 inlined under -analyzer-config ipa=none or -analyzer-config ipa=basic-inlining, 62 This option controls whether C++ templated functions may be inlined. 133 Exiting an inlined function is a bit more work, fortunately broken up into 136 1. The CoreEngine realizes we're at the end of an inlined call and generates a 160 analyzing a path due to exceeding the maximum block count inside an inlined 191 - In C++, constructors are not inlined unless the destructor call will be [all …]
|
| H A D | nullability.rst | 29 …so has an advantage that in case the takesNonNull function body is being inlined, the will be no w… 73 A symbol may need to be treated differently inside an inlined body. For example, consider these con… 85 With no special treatment, when the takesNullable is inlined the analyzer will not warn when the ob…
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | hp-symtab.h | 396 unsigned int inlined: 1; member 1240 unsigned int inlined: 1; member 1288 unsigned int inlined: 1; member 1629 unsigned int inlined: 1; /* one or more functions have been inlined */ member 1681 unsigned int inlined: 1; /* one or more functions have been inlined */ member 1761 unsigned int inlined: 1; /* function has been inlined */ member
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | hp-symtab.h | 396 unsigned int inlined: 1; member 1240 unsigned int inlined: 1; member 1288 unsigned int inlined: 1; member 1629 unsigned int inlined: 1; /* one or more functions have been inlined */ member 1681 unsigned int inlined: 1; /* one or more functions have been inlined */ member 1761 unsigned int inlined: 1; /* function has been inlined */ member
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/or1k/ |
| H A D | c++config.h | 276 # error illegal use of multiple inlined namespaces 279 # error illegal use of multiple inlined namespaces 282 # error illegal use of multiple inlined namespaces 287 # warning currently using inlined namespace mode which may fail \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-inline.cc | 2852 bool inlined = false; in inline_always_inline_functions() local 2877 inlined = true; in inline_always_inline_functions() 2886 inlined = true; in inline_always_inline_functions() 2888 if (inlined) in inline_always_inline_functions() 2891 return inlined; in inline_always_inline_functions() 2901 bool inlined = false; in early_inline_small_functions() local 2944 inlined = true; in early_inline_small_functions() 2947 if (inlined) in early_inline_small_functions() 2950 return inlined; in early_inline_small_functions() 2960 bool inlined = false; in early_inliner() local [all …]
|
| H A D | insn-notes.def | 71 /* The entry point for an inlined function. Its NOTE_BLOCK references 72 the lexical block whose abstract origin is the inlined function. */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-inline.c | 2790 bool inlined = false; in inline_always_inline_functions() local 2815 inlined = true; in inline_always_inline_functions() 2824 inlined = true; in inline_always_inline_functions() 2826 if (inlined) in inline_always_inline_functions() 2829 return inlined; in inline_always_inline_functions() 2839 bool inlined = false; in early_inline_small_functions() local 2882 inlined = true; in early_inline_small_functions() 2885 if (inlined) in early_inline_small_functions() 2888 return inlined; in early_inline_small_functions() 2898 bool inlined = false; in early_inliner() local [all …]
|
| H A D | insn-notes.def | 71 /* The entry point for an inlined function. Its NOTE_BLOCK references 72 the lexical block whose abstract origin is the inlined function. */
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/coldfire/ |
| H A D | c++config.h | 323 # error illegal use of multiple inlined namespaces 326 # error illegal use of multiple inlined namespaces 329 # error illegal use of multiple inlined namespaces 334 # warning currently using inlined namespace mode which may fail \
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 142 "Whether C++ temporary destructors should be inlined " 145 "temporary destructors would not be inlined anyway.", 152 "inlined functions that are more defensive than their callers.", 165 "suppress-inlined-defensive-checks", 166 "Whether or not diagnostics containing inlined " 239 "Whether lambdas should be inlined. Otherwise a sink node will be " 359 "The maximum times a large function could be inlined.", 32) 363 "The bound on the number of basic blocks in an inlined function.",
|
| H A D | Analyses.def | 95 "Do not analyze a function which has been previously inlined")
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/ |
| H A D | c++config.h | 351 # error illegal use of multiple inlined namespaces 354 # error illegal use of multiple inlined namespaces 357 # error illegal use of multiple inlined namespaces 362 # warning currently using inlined namespace mode which may fail \
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/ |
| H A D | c++config.h | 367 # error illegal use of multiple inlined namespaces 370 # error illegal use of multiple inlined namespaces 373 # error illegal use of multiple inlined namespaces 378 # warning currently using inlined namespace mode which may fail \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/ |
| H A D | Opts.td | 39 defm inlines : B<"inlines", "Print all inlined frames for a given address", 40 "Do not print inlined frames">;
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | INSTALL | 291 where both the SPR is known and the above function is being inlined 422 In PSIM, modules are inlined in one of two possible ways. Some 423 modules (such as the byte swapping code) can be inlined into any 425 interdependencies, are only inlined as a group when compiling the 432 (timers) are inlined in any module that calls them. This gives a 445 inlining works. Individual modules can be inlined by specifying them. 446 For if you have a very large cache the model module could be inlined
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/msp430/ |
| H A D | testutils.inc | 6 # Skip over these inlined funcs.
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/riscv32/ |
| H A D | c++config.h | 371 # error illegal use of multiple inlined namespaces 376 # warning currently using inlined namespace mode which may fail \
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/ |
| H A D | c++config.h | 371 # error illegal use of multiple inlined namespaces 376 # warning currently using inlined namespace mode which may fail \
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/ |
| H A D | c++config.h | 371 # error illegal use of multiple inlined namespaces 376 # warning currently using inlined namespace mode which may fail \
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/ |
| H A D | c++config.h | 371 # error illegal use of multiple inlined namespaces 376 # warning currently using inlined namespace mode which may fail \
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/ |
| H A D | c++config.h | 371 # error illegal use of multiple inlined namespaces 376 # warning currently using inlined namespace mode which may fail \
|