Searched
full:inlining (Results
401 -
425 of
731) sorted by null
<<11121314151617181920>>
/external/chromium_org/v8/test/webkit/ |
dfg-inline-arguments-reset-expected.txt | 24 This tests that inlining preserves function.arguments functionality if the arguments are reassigned.
|
dfg-inline-arguments-simple-expected.txt | 24 This tests that inlining preserves basic function.arguments functionality.
|
dfg-inline-arguments-use-directly-from-inlined-code-expected.txt | 24 This tests that inlining preserves basic function.arguments functionality when said functionality is used directly from within an inlined code block.
|
dfg-inline-arguments-use-from-getter-expected.txt | 24 This tests that inlining preserves basic function.arguments functionality when said functionality is used from a getter.
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExplodedGraph.cpp | 94 // be able to find it when retrying a call with no inlining).
|
ExprEngine.cpp | 52 "The # of times we re-evaluated a call without inlining"); [all...] |
/external/clang/test/Analysis/ |
ctor.mm | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -fobjc-arc -analyzer-config c++-inlining=constructors -Wno-null-dereference -std=c++11 -verify %s
|
misc-ps-region-store.cpp | 612 // Handle inlining of C++ method calls.
|
retain-release-inline.m | 319 // Test not applying "double effects" from inlining and RetainCountChecker summaries.
|
/external/compiler-rt/lib/asan/tests/ |
asan_noinst_test.cc | 339 // Prevent inlining of memset().
|
asan_str_test.cc | 419 // Check "memcpy". Use Ident() to avoid inlining.
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.h | 23 // (*) Except when inlining is critical for performance.
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
Quaternion.h | 300 // however, not inlining this function is an order of magnitude slower, so
|
/external/icu4c/i18n/ |
coll.cpp | 36 * 11/23/9 srl Inlining of some critical functions
|
/external/jpeg/ |
makefile.sas | 24 # ignore=306 disables warnings for the inlining of functions
|
/external/llvm/docs/ |
CommandLine.rst | 488 // 'inline' is a C++ keyword, so name it 'inlining' 489 dce, constprop, inlining, strip 500 clEnumValN(inlining, "inline", "Procedure Integration"), 560 clEnumValN(inlining, "inline", "Procedure Integration"), [all...] |
Passes.rst | 631 ``-inline``: Function Integration/Inlining 634 Bottom-up inlining of functions into callees. [all...] |
/external/llvm/docs/tutorial/ |
LangImpl8.rst | 63 add the routines to a runtime, instead of inlining them all the way.
|
OCamlLangImpl8.rst | 63 add the routines to a runtime, instead of inlining them all the way.
|
/external/llvm/include/llvm/IR/ |
Attributes.h | 74 InlineHint, ///< Source said inlining was desirable
|
/external/llvm/lib/Transforms/Utils/ |
CloneFunction.cpp | 521 // Check if this block has become dead during inlining or other
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_screen.c | 213 return 1; /* but inlining everything, we need function declarations */
|
/external/openssh/openbsd-compat/ |
bsd-snprintf.c | 91 * Make formatting quite a bit faster by inlining dopr_outch()
|
/external/oprofile/pp/ |
opannotate.cpp | 620 // sum of all symbols samples for this file due to inlining
|
/external/qemu/distrib/jpeg-6b/ |
makefile.sas | 24 # ignore=306 disables warnings for the inlining of functions
|
Completed in 656 milliseconds
<<11121314151617181920>>