Home
last modified time | relevance | path

Searched refs:inlined (Results 1 – 25 of 154) sorted by relevance

1234567

/external/elfutils/src/libdw/
Ddwarf_getscopes.c43 unsigned int inlined, nscopes; member
77 a->inlined = depth; in pc_match()
130 a->nscopes = depth + 1 - a->inlined; in pc_record()
144 if (a->inlined == 0) in pc_record()
152 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined]; in pc_record()
169 assert (a->inlined); in pc_record()
170 if (depth >= a->inlined) in pc_record()
/external/elfutils/src/tests/
Drun-addr2line-i-test.sh115 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
Drun-addr2line-i-lex-test.sh61 foobar inlined at /tmp/x.cpp:12 in _Z3foov
65 foobar inlined at /tmp/x.cpp:12 in _Z3foov
/external/clang/docs/analyzer/
DDebugChecks.rst83 currently DISABLED in inlined functions, since different calls to the same
84 inlined function could provide different information, making it difficult to
98 If a call occurs within an inlined function, prints TRUE or FALSE according to
99 the value of its argument. If a call occurs outside an inlined function,
102 The intended use of this checker is to assert that a function is inlined at
104 function is never inlined (by passing 'false' and expecting no warning). The
107 You might wonder why we can't print TRUE if a function is ever inlined and
108 FALSE if it is not. The problem is that any inlined function could conceivably
116 int inlined() {
122 clang_analyzer_checkInlined(false); // no-warning (not inlined)
[all …]
DIPA.txt34 functions can inlined, in an all-or-nothing way. These options use the
41 This option controls which C++ member functions may be inlined.
46 inlined as well; it doesn't make sense to inline destructors without inlining
54 destructors will not be inlined. Additionally, no C++ member functions will be
55 inlined under -analyzer-config ipa=none or -analyzer-config ipa=basic-inlining,
60 This option controls whether C++ templated functions may be inlined.
126 Exiting an inlined function is a bit more work, fortunately broken up into
129 1. The CoreEngine realizes we're at the end of an inlined call and generates a
153 analyzing a path due to exceeding the maximum block count inside an inlined
184 - In C++, constructors are not inlined unless the destructor call will be
[all …]
/external/llvm/test/Transforms/Inline/
Dattributes.ll38 ; * noattr callee is inlined into noattr caller,
39 ; * sanitize_(address|memory|thread) callee is not inlined into noattr caller,
40 ; * alwaysinline callee is always inlined no matter what sanitize_* attributes are present.
77 ; * noattr callee is not inlined into sanitize_(address|memory|thread) caller,
78 ; * sanitize_(address|memory|thread) callee is inlined into the caller with the same attribute,
79 ; * alwaysinline callee is always inlined no matter what sanitize_* attributes are present.
114 ; Check that a function doesn't get inlined if target-cpu strings don't match
139 ; Check that a function doesn't get inlined if target-features strings don't
Doptimization-remarks.ll3 ; CHECK: foo should always be inlined (cost=always)
4 ; CHECK: foo inlined into bar
5 ; CHECK: foz should never be inlined (cost=never)
6 ; CHECK: foz will not be inlined into bar
Dalloca_test.ll1 ; This test ensures that alloca instructions in the entry block for an inlined
2 ; function are moved to the top of the function they are inlined into.
Dinvoke-combine-clauses.ll12 ; inlined function caused "catch i8* @exception_outer" to appear
50 ; inlined function caused "catch i8* @exception_outer" to appear
83 ; Check what happens if the inlined function contains an "invoke" but
84 ; no "resume". In this case, the inlined landingpad does not need to
Dbasictest.ll71 ; The call to @f cannot be inlined as there is another callsite
74 ; The call to @g cannot be inlined as it has external linkage.
76 ; The call to @h *can* be inlined.
Ddelete-call.ll3 ; CHECK: Number of functions inlined
6 ; CHECK-FUNCTIONATTRS: Number of call sites deleted, not inlined
Ddynamic_alloca_test.ll1 ; Test that functions with dynamic allocas get inlined in a case where
3 ; Functions with dynamic allocas can only be inlined into functions that
/external/clang/test/Analysis/
Dcrash-trace.c10 void inlined() { in inlined() function
15 inlined(); in test()
Dunreachable-code-path.c143 void inlined(int condition) { in inlined() function
155 inlined(0); in testInlined()
/external/v8/test/mjsunit/regress/
Dregress-354357.js31 function inlined() { function
35 inlined();
/external/v8/test/mjsunit/
Dconstant-compare-nil-value.js30 function inlined() { function
35 if ((inlined() + 0.5) == null) return "null";
/external/compiler-rt/test/asan/TestCases/
Duse-after-scope-inlined.cc11 void inlined(int arg) { in inlined() function
18 inlined(argc); in main()
/external/valgrind/memcheck/tests/
Dinlinfo.vgtest1 # test that the inlined function calls are properly shown in errors.
2 # Also test the generation of suppression entries with inlined calls.
/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.c154 void inlinedIsDifferent(int inlined) { in inlinedIsDifferent() argument
159 int *p = inlined ? &i : getNull(); in inlinedIsDifferent()
161 if (!inlined) in inlinedIsDifferent()
Dretain-count-self-init.m47 [self init]; // The call [self init] is inlined. We will warn inside the inlined body.
/external/llvm/test/tools/gold/
Dremarks.ll10 ; CHECK: f inlined into _start
11 ; NO-REMARK-NOT: inlined
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
Dstyle_sheet_unittest.py36 inlined = foo_x.contents_with_inlined_images
41 """ % base64.standard_b64encode('hello world'), inlined)
/external/llvm/test/DebugInfo/Inputs/
Dgmlt.ll11 ; * -gmlt includes no DW_TAG_subprograms for subprograms without inlined
20 ; Omitting the subprograms without inlined subroutines is not possible
22 ; (which happens with this optimization if there are no inlined subroutines).
51 ; retrieving the name of a concrete inlined instance
73 ; inlined subroutines are omitted by design to save space)
/external/llvm/test/DebugInfo/
Ddebug-info-always-inline.ll27 ; When functions are inlined, instructions without debug information
28 ; are attributed with the call site's DebugLoc. After inlining, inlined static
35 ; entry block, which inadvertently picks up the inlined call's DebugLoc, because
36 ; the entry block's first instruction is the recently moved inlined alloca instruction.
42 ; will make the user stop at the line of the inlined call.
/external/llvm/test/Other/
Doptimization-remarks-inline.ll35 ; CHECK: foo inlined into bar
36 ; REMARKS-NOT: foo inlined into bar

1234567