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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cif-code.def 30 /* Inlining successful. This must be the first code. */
33 /* Inlining failed for an unspecified reason. */
36 /* Function has not be considered for inlining. This is the code for
37 functions that have not been rejected for inlining yet. */
39 N_("function not considered for inlining"))
41 /* Inlining failed owing to unavailable function body. */
46 "inlining"))
51 /* Function is not an inlining candidate. */
54 /* Inlining failed because of various limit parameters. */
66 /* Recursive inlining. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cif-code.def 30 /* Inlining successful. This must be the first code. */
33 /* Inlining failed for an unspecified reason. */
36 /* Function has not be considered for inlining. This is the code for
37 functions that have not been rejected for inlining yet. */
39 N_("function not considered for inlining"))
41 /* Inlining failed owing to unavailable function body. */
46 "inlining"))
51 /* Function is not an inlining candidate. */
54 /* Inlining failed because of various limit parameters. */
66 /* Recursive inlining. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cif-code.def 30 /* Inlining successful. This must be the first code. */
33 /* Inlining failed for an unspecified reason. */
36 /* Function has not be considered for inlining. This is the code for
37 functions that have not been rejected for inlining yet. */
39 N_("function not considered for inlining"))
41 /* Inlining failed owing to unavailable function body. */
46 "inlining"))
51 /* Function is not an inlining candidate. */
54 /* Inlining failed because of various limit parameters. */
66 /* Recursive inlining. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cif-code.def 30 /* Inlining successful. This must be the first code. */
33 /* Inlining failed for an unspecified reason. */
36 /* Function has not be considered for inlining. This is the code for
37 functions that have not been rejected for inlining yet. */
39 N_("function not considered for inlining"))
41 /* Inlining failed owing to unavailable function body. */
46 "inlining"))
51 /* Function is not an inlining candidate. */
54 /* Inlining failed because of various limit parameters. */
66 /* Recursive inlining. *
    [all...]
  /external/clang/test/Analysis/inlining/
stl.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-container-inlining=true -analyzer-config c++-stdlib-inlining=false -verify %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-container-inlining=true -analyzer-config c++-stdlib-inlining=true -DINLINE=1 -verify %s
InlineObjCInstanceMethod.h 4 // are sub-classed with unknown class by not inlining them.
test_objc_inlining_option.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config ipa=dynamic-bifurcate -analyzer-config objc-inlining=false -verify %s
  /ndk/tests/device/test-stlport_shared-exception/jni/
inline2.cpp 3 // Test that inlining a destructor with a catch block doesn't confuse the
  /ndk/tests/device/test-stlport_static-exception/jni/
inline2.cpp 3 // Test that inlining a destructor with a catch block doesn't confuse the
  /external/clang/test/Analysis/
analyzer-config.cpp 14 // CHECK-NEXT: c++-container-inlining = false
15 // CHECK-NEXT: c++-inlining = destructors
16 // CHECK-NEXT: c++-shared_ptr-inlining = false
17 // CHECK-NEXT: c++-stdlib-inlining = true
18 // CHECK-NEXT: c++-template-inlining = true
base-init.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-config c++-inlining=constructors -verify %s
inline.c 26 // Test that inlining works when the declared function has less arguments
35 // Test that inlining works with recursive functions.
85 // not trigger a warning if we are inlining and the body is available.
97 // Test inlining a forward-declared function.
objc-method-coverage.m 16 // CHECK: 2 AnalysisConsumer - The # of functions and blocks analyzed (as top level with inlining turned on).
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
force_inline_opt0.cc 2 // (before and after inlining)
  /external/llvm/test/Transforms/Inline/
2004-04-15-InlineDeletesCall.ll 3 ; Inlining the first call caused the inliner function to delete the second
cfg_preserve_test.ll 1 ; This test ensures that inlining an "empty" function does not destroy the CFG
dynamic_alloca_test.ll 2 ; naively inlining it would result in a miscompilation.
9 ; inlining of functions which contain a dynamic alloca. It should be re-enabled
  /external/llvm/include/llvm/Analysis/
InlineCost.h 10 // This file implements heuristics for inlining decisions.
40 /// \brief Represents the cost of inlining a function.
46 /// Objects of this type also provide the adjusted threshold for inlining
48 /// directly tested to determine if inlining should occur given the cost and
56 /// \brief The estimated cost of inlining this callsite.
78 /// \brief Test whether the inline cost is low enough for inlining.
94 /// \brief Get the cost delta from the threshold for inlining.
115 /// \brief Get an InlineCost object representing the cost of inlining this
121 /// sufficiently low to warrant inlining.
124 /// inlining the callsite. It is an expensive, heavyweight call
    [all...]
  /external/clang/docs/analyzer/
IPA.txt 0 Inlining
5 inlining. The major one is -analyzer-config ipa:
7 -analyzer-config ipa=none - All inlining is disabled. This is the only mode
10 -analyzer-config ipa=basic-inlining - Turns on inlining for C functions, C++
15 -analyzer-config ipa=inlining - Turns on inlining when we can confidently find
39 ### c++-inlining ###
43 -analyzer-config c++-inlining=[none | methods | constructors | destructors]
46 inlined as well; it doesn't make sense to inline destructors without inlining
    [all...]
  /external/llvm/test/DebugInfo/
dwarfdump-inlining.test 2 RUN: --inlining --functions | FileCheck %s -check-prefix DEEP_STACK
4 RUN: --inlining | FileCheck %s -check-prefix SHORTER_STACK
6 RUN: --inlining | FileCheck %s -check-prefix SHORT_STACK
  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 1 //===- InlineSimple.cpp - Code to perform simple function inlining --------===//
10 // This file implements bottom-up inlining of functions into callees.
33 /// The common implementation of the inlining logic is shared between this
63 "Function Integration/Inlining", false, false)
67 "Function Integration/Inlining", false, false)
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 45 DefaultIPA = "inlining";
54 .Case("basic-inlining", IPAK_BasicInlining)
55 .Case("inlining", IPAK_Inlining)
74 static const char *ModeKey = "c++-inlining";
90 // FIXME: We should emit a warning here about an unknown inlining kind,
127 "c++-stdlib-inlining",
133 "c++-template-inlining",
139 "c++-container-inlining",
145 "c++-shared_ptr-inlining",
152 "objc-inlining",
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 67 /// AnalysisInlineFunctionSelection - Set of inlining function selection heuristics.
75 /// considered for inlining by the analyzer.
82 /// A dummy mode in which no C++ inlining is enabled.
111 /// Enable inlining of dynamically dispatched methods.
114 /// Enable inlining of dynamically dispatched methods, bifurcate paths when
165 /// \brief The inlining stack depth limit.
168 /// \brief The mode of function selection used during inlining.
189 /// Controls which C++ member functions will be considered for inlining.
263 /// considered for inlining.
265 /// This is controlled by the 'c++-inlining' config option
    [all...]
  /bootable/recovery/minzip/
Inlines.c 18 * exist so that debug builds (which don't generally do inlining)
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_compiler.h 4 /* Function inlining */

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>