/third_party/elfutils/tests/ |
D | run-addr2line-i-test.sh | 115 foobar inlined at /tmp/x.cpp:15 in _Z3barv 119 fubar inlined at /tmp/x.cpp:20 in _Z3bazv 123 foobar inlined at /tmp/x.cpp:15 in _Z3foov 129 fubar inlined at /tmp/x.cpp:20 in _Z3foov 137 fubar inlined at /tmp/x.cpp:32 in _Z2fuv 141 foobar inlined at /tmp/x.cpp:33 in _Z2fuv 162 foobar inlined at /tmp/x.cpp:15 in _Z3barv 167 fubar inlined at /tmp/x.cpp:20 in _Z3bazv 172 foobar inlined at /tmp/x.cpp:15 in _Z3foov 179 fubar inlined at /tmp/x.cpp:20 in _Z3foov [all …]
|
D | run-addr2line-alt-debugpath.sh | 43 (inlined by) bar at /tmp/x.cpp:15 45 (inlined by) baz at /tmp/x.cpp:20 47 (inlined by) bar at /tmp/x.cpp:15 48 (inlined by) _Z3foov at /tmp/x.cpp:25 50 (inlined by) baz at /tmp/x.cpp:20 51 (inlined by) _Z3foov at /tmp/x.cpp:26 54 (inlined by) _Z2fuv at /tmp/x.cpp:32 56 (inlined by) _Z2fuv at /tmp/x.cpp:33
|
D | run-nvidia-extended-linemap-libdw.sh | 36 foo inlined at /home/johnmc/hpctoolkit-gpu-samples/nvidia_extended_linemap4/main.cu:28 38 foo inlined at /home/johnmc/hpctoolkit-gpu-samples/nvidia_extended_linemap4/main.cu:28 41 bar inlined at /home/johnmc/hpctoolkit-gpu-samples/nvidia_extended_linemap4/main.cu:31 43 foo inlined at /home/johnmc/hpctoolkit-gpu-samples/nvidia_extended_linemap4/bar.h:6 44 bar inlined at /home/johnmc/hpctoolkit-gpu-samples/nvidia_extended_linemap4/main.cu:31 46 foo inlined at /home/johnmc/hpctoolkit-gpu-samples/nvidia_extended_linemap4/bar.h:6 47 bar inlined at /home/johnmc/hpctoolkit-gpu-samples/nvidia_extended_linemap4/main.cu:31 49 bar inlined at /home/johnmc/hpctoolkit-gpu-samples/nvidia_extended_linemap4/main.cu:31 51 bar inlined at /home/johnmc/hpctoolkit-gpu-samples/nvidia_extended_linemap4/main.cu:31 53 _Z1aPiS_S_ inlined at /home/johnmc/hpctoolkit-gpu-samples/nvidia_extended_linemap4/bar.h:8 [all …]
|
D | run-addr2line-i-demangle-test.sh | 38 foobar inlined at /tmp/x.cpp:15 in bar() 42 fubar inlined at /tmp/x.cpp:20 in baz() 46 foobar inlined at /tmp/x.cpp:15 in foo() 52 fubar inlined at /tmp/x.cpp:20 in foo() 60 fubar inlined at /tmp/x.cpp:32 in fu() 64 foobar inlined at /tmp/x.cpp:33 in fu()
|
D | run-nvidia-extended-linemap-readelf.sh | 78 [ 9a] extended opcode 144: set inlined context 6, function name foo (0x0) 84 [ a8] extended opcode 144: set inlined context 0, function name foo (0x0) 89 [ b5] extended opcode 144: set inlined context 9, function name bar (0x4) 93 [ bf] extended opcode 144: set inlined context 10, function name foo (0x0) 100 [ cf] extended opcode 144: set inlined context 9, function name bar (0x4) 108 [ e2] extended opcode 144: set inlined context 14, function name _Z1aPiS_S_ (0x8) 114 [ f0] extended opcode 144: set inlined context 0, function name foo (0x0)
|
D | run-varlocs.sh | 149 [fb] inlined function 'subject'@401053 170 [20d] inlined function 'no_subject'@4011d3 186 [2ce] inlined function 'happy'@40119b 189 [2ef] inlined function 'sad'@40119b 227 [a6] inlined function 'subject'@401053 248 [47] inlined function 'no_subject'@4011d3 264 [d5] inlined function 'happy'@40119b 267 [e9] inlined function 'sad'@40119b 301 [8f] inlined function 'subject'@4003e3 322 [47] inlined function 'no_subject'@400553 [all …]
|
D | run-addr2line-i-lex-test.sh | 61 foobar inlined at /tmp/x.cpp:12 in _Z3foov 65 foobar inlined at /tmp/x.cpp:12 in _Z3foov
|
/third_party/typescript/tests/baselines/reference/ |
D | propertyAssignmentUseParentType1.js | 9 export const inlined: { (): boolean; nun: 456 } = () => true; function 10 inlined.nun = 456; 20 exports.ignoreJsdoc = exports.inlined = exports.interfaced = void 0; 24 var inlined = function () { return true; }; 25 exports.inlined = inlined; 26 exports.inlined.nun = 456;
|
D | propertyAssignmentUseParentType2.symbols | 3 export const inlined = () => true 4 >inlined : Symbol(inlined, Decl(propertyAssignmentUseParentType2.js, 1, 12), Decl(propertyAssignmen… 6 inlined.nuo = 789 7 >inlined.nuo : Symbol(nuo, Decl(propertyAssignmentUseParentType2.js, 0, 25)) 8 >inlined : Symbol(inlined, Decl(propertyAssignmentUseParentType2.js, 1, 12), Decl(propertyAssignmen…
|
D | propertyAssignmentUseParentType2.types | 3 export const inlined = () => true 4 >inlined : { (): boolean; nuo: 789; } 8 inlined.nuo = 789 9 >inlined.nuo = 789 : 789 10 >inlined.nuo : 789 11 >inlined : { (): boolean; nuo: 789; }
|
D | propertyAssignmentUseParentType1.types | 19 export const inlined: { (): boolean; nun: 456 } = () => true; 20 >inlined : { (): boolean; nun: 456; } 25 inlined.nun = 456; 26 >inlined.nun = 456 : 456 27 >inlined.nun : 456 28 >inlined : { (): boolean; nun: 456; }
|
D | propertyAssignmentUseParentType1.symbols | 18 export const inlined: { (): boolean; nun: 456 } = () => true; 19 >inlined : Symbol(inlined, Decl(propertyAssignmentUseParentType1.ts, 7, 12), Decl(propertyAssignmen… 22 inlined.nun = 456; 23 >inlined.nun : Symbol(nun, Decl(propertyAssignmentUseParentType1.ts, 7, 36)) 24 >inlined : Symbol(inlined, Decl(propertyAssignmentUseParentType1.ts, 7, 12), Decl(propertyAssignmen…
|
D | propertyAssignmentUseParentType2.errors.txt | 8 export const inlined = () => true 9 inlined.nuo = 789
|
D | amdImportAsPrimaryExpression.types | 14 // Should cause runtime import - interesting optimization possibility, as gets inlined to 0.
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_inline_functions.c | 128 static bool inline_function_impl(nir_function_impl *impl, struct set *inlined); 132 struct set *inlined) in inline_functions_block() argument 152 inline_function_impl(call->callee->impl, inlined); in inline_functions_block() 175 inline_function_impl(nir_function_impl *impl, struct set *inlined) in inline_function_impl() argument 177 if (_mesa_set_search(inlined, impl)) in inline_function_impl() 185 progress |= inline_functions_block(block, &b, inlined); in inline_function_impl() 198 _mesa_set_add(inlined, impl); in inline_function_impl() 276 struct set *inlined = _mesa_pointer_set_create(NULL); in nir_inline_functions() local 281 progress = inline_function_impl(function->impl, inlined) || progress; in nir_inline_functions() 284 _mesa_set_destroy(inlined, NULL); in nir_inline_functions()
|
/third_party/elfutils/libdw/ |
D | dwarf_getscopes.c | 43 unsigned int inlined, nscopes; member 79 a->inlined = depth; in pc_match() 132 a->nscopes = depth + 1 - a->inlined; in pc_record() 146 if (a->inlined == 0) in pc_record() 154 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined]; in pc_record() 171 assert (a->inlined); in pc_record() 172 if (depth >= a->inlined) in pc_record()
|
/third_party/node/deps/v8/src/objects/ |
D | scope-info-inl.h | 48 if (!range_->inlined()) advance_hashtable_index(); in Iterator() 54 if (range_->inlined()) return *this; 69 if (range_->inlined()) { in name() 84 if (range_->inlined()) return index_.as_int(); in index() 113 bool inlined() const { return scope_info_->HasInlinedLocalNames(); } in inlined() function 116 int max = inlined() in max_index()
|
D | scope-info.tq | 121 // Contains the names of inlined local variables and parameters that are 128 // This is only used when local names are not inlined in the scope info. 140 // local names are inlined) for the class variable.
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | propertyAssignmentUseParentType2.ts | 7 export const inlined = () => true constant 8 inlined.nuo = 789
|
D | propertyAssignmentUseParentType1.ts | 8 export const inlined: { (): boolean; nun: 456 } = () => true; constant 9 inlined.nun = 456;
|
/third_party/cef/patch/patches/ |
D | win_cpp17_msvc_sandbox_2819.patch | 10 + # Build as C++17 to avoid export of templates that should be inlined. 26 + # Build as C++17 to avoid export of templates that should be inlined.
|
/third_party/curl/tests/ |
D | valgrind.supp | 85 libidn-idna_to_ascii-error-inlined-functions 101 libidn-idna_to_ascii-error-inlined-functions-alt 117 libidn-idna_to_ascii-error-inlined-functions-alt2
|
/third_party/skia/resources/sksl/inliner/ |
D | TrivialArgumentsInlineDirectly.sksl | 12 // from once, it is inlined directly whether or not it is trivial. 46 // These expressions are considered "trivial" and will be cloned directly into the inlined
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 544 absl::FixedArray<int, 3 * sizeof(int)> inlined = {1, 2, 3}; in TEST() local 545 EXPECT_EQ(inlined.front(), 1); in TEST() 546 EXPECT_EQ(inlined.back(), 3); in TEST() 611 absl::FixedArray<int, 5 * sizeof(int)> inlined(5); in TEST() local 613 inlined.fill(fill_val); in TEST() 614 for (int i : inlined) EXPECT_EQ(i, fill_val); in TEST()
|
/third_party/skia/tests/ |
D | SkBlockAllocatorTest.cpp | 94 SkSBlockAllocator<2048> inlined{}; in DEF_TEST() local 95 SkDEBUGCODE(inlined->validate();) in DEF_TEST() 96 REPORTER_ASSERT(r, inlined->preallocSize() == 2048); in DEF_TEST() 97 REPORTER_ASSERT(r, inlined->preallocUsableSpace() < 2048 && in DEF_TEST() 98 inlined->preallocUsableSpace() >= (2048 - sizeof(SkBlockAllocator))); in DEF_TEST()
|