HomeSort by relevance Sort by last modified time
    Searched full:inlined (Results 1 - 25 of 768) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bootable/recovery/minzip/
Inlines.c 17 /* Make sure that non-inlined versions of INLINED-marked functions
  /external/llvm/test/Transforms/Inline/
alloca_test.ll 1 ; 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.
2010-05-31-ByvalTailcall.ll 5 ; be used by inlined calls, so any inlined calls need to have their 'tail' flags
7 ; (inlined) call to 'ext' in 'foo' was being passed an uninitialized value.
inline_dce.ll 2 ; inlined into all of their callers.
dynamic_alloca_test.ll 1 ; Test that functions with dynamic allocas get inlined in a case where
3 ; Functions with dynamic allocas can only be inlined into functions that
  /ndk/tests/device/test-stlport_shared-exception/jni/
spec7.cpp 5 // Original test case failure required that Raiser constructor be inlined.
filter2.cpp 2 // running destructors. Original bug depended on a::~a being inlined.
  /ndk/tests/device/test-stlport_static-exception/jni/
spec7.cpp 5 // Original test case failure required that Raiser constructor be inlined.
filter2.cpp 2 // running destructors. Original bug depended on a::~a being inlined.
  /external/clang/docs/analyzer/
DebugChecks.rst 79 currently DISABLED in inlined functions, since different calls to the same
80 inlined function could provide different information, making it difficult to
94 If a call occurs within an inlined function, prints TRUE or FALSE according to
95 the value of its argument. If a call occurs outside an inlined function,
98 The intended use of this checker is to assert that a function is inlined at
100 function is never inlined (by passing 'false' and expecting no warning). The
103 You might wonder why we can't print TRUE if a function is ever inlined and
104 FALSE if it is not. The problem is that any inlined function could conceivably
112 int inlined() {
118 clang_analyzer_checkInlined(false); // no-warning (not inlined)
    [all...]
  /external/compiler-rt/lib/asan/lit_tests/
use-after-scope-inlined.cc 13 void inlined(int arg) { function
20 inlined(argc);
25 // CHECK: {{.*}}use-after-scope-inlined.cc:[[@LINE-4]]
  /external/qemu/docs/
ANDROID-ELFF.TXT 21 * If routine happens to be inlined, library traces inclusion up to the first
22 routine that is not inlined, providing names and source file location
23 information for all inlined routines in that chain.
  /external/v8/test/mjsunit/regress/
regress-1229.js 68 // Check that %NewObjectFromBound looks at correct frame for inlined function.
70 return f1(y, z); /* f should be inlined into g, note rotated arguments */
74 return f2(y); /* f should be inlined into g, note argument count mismatch */
78 return f3(x, y, z); /* f should be inlined into g, note argument count mismatch */
81 // Check that %NewObjectFromBound looks at correct frame for inlined function.
88 return f1(local_y, local_z); /* f should be inlined into h */
96 return f2(local_y); /* f should be inlined into h */
106 return f3(local_x, local_y, local_z); /* f should be inlined into h */
126 // Check that %_IsConstructCall returns correct value when inlined
134 var non_construct = baz(0); /* baz should be inlined */
    [all...]
  /external/clang/test/Analysis/
shallow-mode.m 27 clang_analyzer_checkInlined(0); // The call is not inlined.
  /external/elfutils/libdw/
dwarf_getscopes.c 64 unsigned int inlined, nscopes; member in struct:args
98 a->inlined = depth;
105 concrete inlined instance. */
151 a->nscopes = depth + 1 - a->inlined;
165 if (a->inlined == 0)
171 /* This is the concrete inlined instance itself.
173 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined];
186 /* We've recorded the scopes back to one that is a concrete inlined
190 assert (a->inlined);
191 if (depth >= a->inlined)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-inline.h 44 /* FUNCTION_DECL for function being inlined, or in general the
48 /* FUNCTION_DECL for function being inlined into, or in general
58 /* struct function for function being inlined. Usually this is the same
66 /* The map from local declarations in the inlined function to
67 equivalents in the function into which it is being inlined. */
80 /* Exception landing pad the inlined call lies in. */
124 /* A map from local declarations in the inlined function to
125 equivalents in the function into which it is being inlined, where
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-inline.h 44 /* FUNCTION_DECL for function being inlined, or in general the
48 /* FUNCTION_DECL for function being inlined into, or in general
58 /* struct function for function being inlined. Usually this is the same
66 /* The map from local declarations in the inlined function to
67 equivalents in the function into which it is being inlined. */
80 /* Exception landing pad the inlined call lies in. */
124 /* A map from local declarations in the inlined function to
125 equivalents in the function into which it is being inlined, where
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-inline.h 44 /* FUNCTION_DECL for function being inlined, or in general the
48 /* FUNCTION_DECL for function being inlined into, or in general
58 /* struct function for function being inlined. Usually this is the same
66 /* The map from local declarations in the inlined function to
67 equivalents in the function into which it is being inlined. */
80 /* Exception landing pad the inlined call lies in. */
124 /* A map from local declarations in the inlined function to
125 equivalents in the function into which it is being inlined, where
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-inline.h 44 /* FUNCTION_DECL for function being inlined, or in general the
48 /* FUNCTION_DECL for function being inlined into, or in general
58 /* struct function for function being inlined. Usually this is the same
66 /* The map from local declarations in the inlined function to
67 equivalents in the function into which it is being inlined. */
80 /* Exception landing pad the inlined call lies in. */
124 /* A map from local declarations in the inlined function to
125 equivalents in the function into which it is being inlined, where
  /external/qemu/elff/
elff_api.h 33 * with the previous array entry has been inlined. First element in the array
34 * (at index 0) represents information for the inlined routine, referenced by
42 /* Name of the routine where previous routine is inlined.
47 /* Source file name where routine is inlined.
54 /* Source file directory where routine is inlined.
59 /* Source file line number where routine is inlined.
96 /* If routine that contains the given address has been inlined (or it is part
98 * inline branch rooting to the first routine that has not been inlined. The
100 * the given address has been inlined. The second entry contains information
102 * containing the given address has not been inlined, this field is set to
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elff_api.h 33 * with the previous array entry has been inlined. First element in the array
34 * (at index 0) represents information for the inlined routine, referenced by
42 /* Name of the routine where previous routine is inlined.
47 /* Source file name where routine is inlined.
54 /* Source file directory where routine is inlined.
59 /* Source file line number where routine is inlined.
96 /* If routine that contains the given address has been inlined (or it is part
98 * inline branch rooting to the first routine that has not been inlined. The
100 * the given address has been inlined. The second entry contains information
102 * containing the given address has not been inlined, this field is set t
    [all...]
  /external/clang/test/Analysis/inlining/
assume-super-init-does-not-return-nil.m 35 // Make sure that we do not propagate the 'nil' check from inlined 'init' to 'test'.
inline-defensive-checks.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config suppress-inlined-defensive-checks=true -verify %s
  /external/clang/test/CodeGen/
2009-01-05-BlockInlining.c 4 // These will be inlined by the optimizers provided the block descriptors
  /external/e2fsprogs/lib/ext2fs/
inline.c 2 * inline.c --- Includes the inlined functions defined in the header

Completed in 620 milliseconds

1 2 3 4 5 6 7 8 91011>>