HomeSort by relevance Sort by last modified time
    Searched full:inlined (Results 76 - 100 of 2113) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/
pkg2.go 5 // Use the functions in one.go so that the inlined
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug409.go 7 // Multiple inlined calls to a function that causes
issue15303.go 7 // Ensure that inlined struct/array comparisons have the right side-effects.
  /prebuilts/go/darwin-x86/test/fixedbugs/issue3552.dir/
two.go 5 // Use the functions in one.go so that the inlined
  /prebuilts/go/linux-x86/test/fixedbugs/bug392.dir/
pkg2.go 5 // Use the functions in one.go so that the inlined
  /prebuilts/go/linux-x86/test/fixedbugs/
bug409.go 7 // Multiple inlined calls to a function that causes
issue15303.go 7 // Ensure that inlined struct/array comparisons have the right side-effects.
  /prebuilts/go/linux-x86/test/fixedbugs/issue3552.dir/
two.go 5 // Use the functions in one.go so that the inlined
  /external/mesa3d/src/compiler/nir/
nir_inline_functions.c 28 static bool inline_function_impl(nir_function_impl *impl, struct set *inlined);
149 struct set *inlined)
168 inline_function_impl(call->callee->impl, inlined);
244 inline_function_impl(nir_function_impl *impl, struct set *inlined)
246 if (_mesa_set_search(inlined, impl))
247 return false; /* Already inlined */
254 progress |= inline_functions_block(block, &b, inlined);
265 _mesa_set_add(inlined, impl);
273 struct set *inlined = _mesa_set_create(NULL, _mesa_hash_pointer, local
279 progress = inline_function_impl(function->impl, inlined) || progress
    [all...]
  /external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
union_definition.tmpl 14 bool inlined) {
18 if (!ValidateUnionHeaderAndClaimMemory(data, inlined, validation_context))
  /external/llvm/test/Transforms/Inline/
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
  /external/llvm/test/tools/gold/X86/
remarks.ll 10 ; CHECK: f inlined into _start
11 ; NO-REMARK-NOT: inlined
  /external/llvm/test/tools/llvm-symbolizer/
sym.test 31 #PRETTY: (inlined by) inc at {{[/\]+}}tmp{{[/\]+}}x.c:7:0
32 #PRETTY (inlined by) main at {{[/\]+}}tmp{{[/\]+}}x.c:14:0
  /external/swiftshader/third_party/LLVM/test/Transforms/Inline/
delete-call.ll 1 ; RUN: opt %s -S -inline -functionattrs -stats |& grep {Number of call sites deleted, not inlined}
2 ; RUN: opt %s -S -inline -stats |& grep {Number of functions inlined}
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
  /external/v8/tools/clang/plugins/tests/
inline_ctor.txt 2 ./inline_ctor.h:13:3: warning: [chromium-style] Complex constructor has an inlined body.
8 ./inline_ctor.h:31:25: warning: [chromium-style] Complex constructor has an inlined body.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-inline.h 41 /* FUNCTION_DECL for function being inlined, or in general the
45 /* FUNCTION_DECL for function being inlined into, or in general
55 /* struct function for function being inlined. Usually this is the same
63 /* The map from local declarations in the inlined function to
64 equivalents in the function into which it is being inlined. */
77 /* Exception landing pad the inlined call lies in. */
121 /* A map from local declarations in the inlined function to
122 equivalents in the function into which it is being inlined, where
  /prebuilts/go/darwin-x86/test/fixedbugs/issue11053.dir/
p_test.go 29 out.V = p.Int32(x) // inlined, p.i.2 moved to heap
36 s.Add(out) // not inlined.
  /prebuilts/go/darwin-x86/test/
live2.go 12 // issue 8142: lost 'addrtaken' bit on inlined variables.
13 // no inlining in this test, so just checking that non-inlined works.
  /prebuilts/go/linux-x86/test/fixedbugs/issue11053.dir/
p_test.go 29 out.V = p.Int32(x) // inlined, p.i.2 moved to heap
36 s.Add(out) // not inlined.
  /prebuilts/go/linux-x86/test/
live2.go 12 // issue 8142: lost 'addrtaken' bit on inlined variables.
13 // no inlining in this test, so just checking that non-inlined works.
  /art/test/566-polymorphic-inlining/src/
Main.java 85 field.getClass(); // null check to ensure we get an inlined frame in the CodeInfo.
90 field.getClass(); // null check to ensure we get an inlined frame in the CodeInfo.
95 field.getClass(); // null check to ensure we get an inlined frame in the CodeInfo.
100 field.getClass(); // null check to ensure we get an inlined frame in the CodeInfo.
131 field.getClass(); // null check to ensure we get an inlined frame in the CodeInfo
  /external/clang/docs/analyzer/
DebugChecks.rst 83 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...]
  /external/clang/test/CodeGenCXX/
sanitize-dtor-callback.cpp 17 struct Inlined {
19 inline ~Inlined() {}
21 Inlined i;
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicInliner.h 29 /// free to delete a function if it is inlined into all call sites.
41 /// neverInlineFunction - Sometimes a function is never to be inlined
47 /// inlined functions.

Completed in 323 milliseconds

1 2 34 5 6 7 8 91011>>