| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| pass-by-ref-2.cc | 111 class Inlined { 113 Inlined (void); 116 Inlined (const Inlined &rhs) 124 Inlined::Inlined (void) 130 cbvInlined (Inlined arg) 264 Inlined inlined; variable 284 v = cbvInlined (inlined); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| pass-by-ref-2.cc | 111 class Inlined { 113 Inlined (void); 116 Inlined (const Inlined &rhs) 124 Inlined::Inlined (void) 130 cbvInlined (Inlined arg) 264 Inlined inlined; variable 284 v = cbvInlined (inlined); [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-inline.cc | 31 Functions are inlined when it is obvious the result is profitable (such 78 calls can be inlined with results similar to loop unrolling. To do so, 88 3) Functions called once and not exported from the unit are inlined. 190 inlined. */ 202 /* Look for function e->caller is inlined to. While doing 421 /* TM pure functions should not be inlined into non-TM_pure 566 below and inlined across optimization boundaries. 787 * inlined in the profiled binary, and 907 and with inlined is INLINED_TYPE. */ 1076 or when function A is being inlined into another inliner copy of functio 2976 bool inlined = false; local 3033 bool inlined = false; local 3092 bool inlined = false; local [all...] |
| tree-inline.cc | 98 function will be inlined) those callgraph edges will be duplicated. 156 /* If nonzero, we're remapping the contents of inlined debug 158 reference to a variable that isn't available in the inlined 1859 /* If the inlined function has too many debug markers, 2091 /* If -fcondition-coverage is used, register the inlined conditions 2420 across EH edges from basic block within inlined functions destinating 2476 /* Insert clobbers for automatic variables of inlined ID->src_fn 2575 /* Return edges do get a FALLTHRU flag when they get inlined. */ 3541 the base variable isn't a local variable of the inlined 3581 constant argument to be visible in inlined function body. * 5351 bool inlined = false; local [all...] |
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| dwarf.c | 260 /* If this is an inlined function, the filename of the call 263 /* If this is an inlined function, the line number of the call 266 /* Map PC ranges to inlined functions. */ 760 this function is inlined. The warnings aren't valid but can 3426 /* Gather any information for inlined functions in 3559 /* See if PC is inlined in FUNCTION. If it is, print out the inlined 3570 struct function *inlined; local 3613 /* We found an inlined call. */ 3615 inlined = match->function [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-inline.cc | 31 Functions are inlined when it is obvious the result is profitable (such 78 calls can be inlined with results similar to loop unrolling. To do so, 88 3) Functions called once and not exported from the unit are inlined. 142 inlined. */ 154 /* Look for function e->caller is inlined to. While doing 373 /* TM pure functions should not be inlined into non-TM_pure 503 below and inlined across optimization boundaries. 692 * inlined in the profiled binary, and 812 and with inlined is INLINED_TYPE. */ 981 or when function A is being inlined into another inliner copy of functio 2852 bool inlined = false; local 2901 bool inlined = false; local 2960 bool inlined = false; local [all...] |
| tree-inline.cc | 98 function will be inlined) those callgraph edges will be duplicated. 156 /* If nonzero, we're remapping the contents of inlined debug 158 reference to a variable that isn't available in the inlined 1851 /* If the inlined function has too many debug markers, 2404 across EH edges from basic block within inlined functions destinating 2460 /* Insert clobbers for automatic variables of inlined ID->src_fn 2559 /* Return edges do get a FALLTHRU flag when they get inlined. */ 3523 the base variable isn't a local variable of the inlined 3563 constant argument to be visible in inlined function body. */ 3927 iff a function cannot be inlined. Also sets the reason why. * 5314 bool inlined = false; local [all...] |
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| dwarf.c | 260 /* If this is an inlined function, the filename of the call 263 /* If this is an inlined function, the line number of the call 266 /* Map PC ranges to inlined functions. */ 760 this function is inlined. The warnings aren't valid but can 3426 /* Gather any information for inlined functions in 3559 /* See if PC is inlined in FUNCTION. If it is, print out the inlined 3570 struct function *inlined; local 3613 /* We found an inlined call. */ 3615 inlined = match->function [all...] |
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| dwarf.c | 260 /* If this is an inlined function, the filename of the call 263 /* If this is an inlined function, the line number of the call 266 /* Map PC ranges to inlined functions. */ 760 this function is inlined. The warnings aren't valid but can 3426 /* Gather any information for inlined functions in 3559 /* See if PC is inlined in FUNCTION. If it is, print out the inlined 3570 struct function *inlined; local 3613 /* We found an inlined call. */ 3615 inlined = match->function [all...] |
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| dwarf.c | 260 /* If this is an inlined function, the filename of the call 263 /* If this is an inlined function, the line number of the call 266 /* Map PC ranges to inlined functions. */ 760 this function is inlined. The warnings aren't valid but can 3426 /* Gather any information for inlined functions in 3559 /* See if PC is inlined in FUNCTION. If it is, print out the inlined 3570 struct function *inlined; local 3613 /* We found an inlined call. */ 3615 inlined = match->function [all...] |
| /src/external/gpl3/binutils/dist/include/ |
| hp-symtab.h | 353 A DNTT_TYPE_MEMFUNC symbol is emitted for inlined member functions (C++). 396 unsigned int inlined: 1; member in struct:dntt_type_function 1240 unsigned int inlined: 1; member in struct:dntt_type_func_template 1288 unsigned int inlined: 1; member in struct:dntt_type_doc_function 1629 unsigned int inlined: 1; /* one or more functions have been inlined */ member in struct:PXDB_struct 1681 unsigned int inlined: 1; /* one or more functions have been inlined */ member in struct:DOC_info_PXDB_header_struct 1761 unsigned int inlined: 1; /* function has been inlined */ member in struct:quick_procedure [all...] |
| /src/external/gpl3/binutils.old/dist/include/ |
| hp-symtab.h | 353 A DNTT_TYPE_MEMFUNC symbol is emitted for inlined member functions (C++). 396 unsigned int inlined: 1; member in struct:dntt_type_function 1240 unsigned int inlined: 1; member in struct:dntt_type_func_template 1288 unsigned int inlined: 1; member in struct:dntt_type_doc_function 1629 unsigned int inlined: 1; /* one or more functions have been inlined */ member in struct:PXDB_struct 1681 unsigned int inlined: 1; /* one or more functions have been inlined */ member in struct:DOC_info_PXDB_header_struct 1761 unsigned int inlined: 1; /* function has been inlined */ member in struct:quick_procedure [all...] |
| /src/external/gpl3/gdb/dist/include/ |
| hp-symtab.h | 353 A DNTT_TYPE_MEMFUNC symbol is emitted for inlined member functions (C++). 396 unsigned int inlined: 1; member in struct:dntt_type_function 1240 unsigned int inlined: 1; member in struct:dntt_type_func_template 1288 unsigned int inlined: 1; member in struct:dntt_type_doc_function 1629 unsigned int inlined: 1; /* one or more functions have been inlined */ member in struct:PXDB_struct 1681 unsigned int inlined: 1; /* one or more functions have been inlined */ member in struct:DOC_info_PXDB_header_struct 1761 unsigned int inlined: 1; /* function has been inlined */ member in struct:quick_procedure [all...] |
| /src/external/gpl3/gdb.old/dist/include/ |
| hp-symtab.h | 353 A DNTT_TYPE_MEMFUNC symbol is emitted for inlined member functions (C++). 396 unsigned int inlined: 1; member in struct:dntt_type_function 1240 unsigned int inlined: 1; member in struct:dntt_type_func_template 1288 unsigned int inlined: 1; member in struct:dntt_type_doc_function 1629 unsigned int inlined: 1; /* one or more functions have been inlined */ member in struct:PXDB_struct 1681 unsigned int inlined: 1; /* one or more functions have been inlined */ member in struct:DOC_info_PXDB_header_struct 1761 unsigned int inlined: 1; /* function has been inlined */ member in struct:quick_procedure [all...] |