OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inlined
(Results
476 - 500
of
2113
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/include/llvm/Analysis/
InlineCost.h
45
/// "never" be
inlined
. Otherwise, the cost represents a unitless amount;
46
/// smaller values increase the likelihood of the function being
inlined
.
/external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h
54
/// not
inlined
.
80
///
inlined
which is proved to be more beneficial. \p IC is the
/external/llvm/test/LTO/X86/
diagnostic-handler-remarks.ll
30
; REMARKS: remark: {{.*}} foo
inlined
into main
32
; REMARKS_DH: llvm-lto: remark: {{.*}} foo
inlined
into main
/external/llvm/test/Transforms/Inline/
noalias2.ll
43
; Check that when hello() is
inlined
into foo(), and then foo() is
inlined
into
noinline-recursive-fn.ll
38
;; Here is an indirect case that should not be infinitely
inlined
.
77
; recursive path dead code can actually be
inlined
.
/external/protobuf/objectivec/Tests/
GPBUtilitiesTests.m
65
// An
inlined
string (first to make sure the leading null is handled
103
// An
inlined
string (and key of zero).
/external/protobuf/src/google/protobuf/stubs/
fastmem.h
37
// routines exported by this module. Sometimes using the
inlined
38
// versions is faster. Measure before using the
inlined
versions.
/external/python/cpython2/Parser/
spark.py
525
#
INLINED
--v
532
#
INLINED
--^
537
#
INLINED
--v
541
#
INLINED
--^
566
#
INLINED
--v
573
#
INLINED
--^
578
#
INLINED
--v
582
#
INLINED
--^
/external/r8/src/test/examples/inlining/
Inlining.java
56
// This is not
inlined
, even though it is only called once, as it is only called from a
84
// Ensure the simple methods are called at least three times, to not be
inlined
due to being
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h
103
/// function has begun. Called for both
inlined
and and top-level functions.
110
/// function has ended. Called for both
inlined
and and top-level functions.
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h
103
/// function has begun. Called for both
inlined
and and top-level functions.
110
/// function has ended. Called for both
inlined
and and top-level functions.
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h
103
/// function has begun. Called for both
inlined
and and top-level functions.
110
/// function has ended. Called for both
inlined
and and top-level functions.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h
103
/// function has begun. Called for both
inlined
and and top-level functions.
110
/// function has ended. Called for both
inlined
and and top-level functions.
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h
103
/// function has begun. Called for both
inlined
and and top-level functions.
110
/// function has ended. Called for both
inlined
and and top-level functions.
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h
103
/// function has begun. Called for both
inlined
and and top-level functions.
110
/// function has ended. Called for both
inlined
and and top-level functions.
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h
103
/// function has begun. Called for both
inlined
and and top-level functions.
110
/// function has ended. Called for both
inlined
and and top-level functions.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h
103
/// function has begun. Called for both
inlined
and and top-level functions.
110
/// function has ended. Called for both
inlined
and and top-level functions.
/prebuilts/jdk/jdk8/darwin-x86/include/
jvmticmlr.h
44
* 1-1 mapping between these
inlined
methods and their bytecode indices.
45
* This can be used to derive the proper source lines of the
inlined
/prebuilts/jdk/jdk8/linux-x86/include/
jvmticmlr.h
44
* 1-1 mapping between these
inlined
methods and their bytecode indices.
45
* This can be used to derive the proper source lines of the
inlined
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
fastmem.h
37
// routines exported by this module. Sometimes using the
inlined
38
// versions is faster. Measure before using the
inlined
versions.
/external/llvm/test/DebugInfo/Generic/
recursive_inlining.ll
9
; The issue is when a function is
inlined
into itself, the
inlined
argument
72
;
Inlined
fn3:
75
;
Inlined
fn6:
78
;
Inlined
C::m_fn2:
/external/r8/src/main/java/com/android/tools/r8/ir/code/
BasicBlockInstructionIterator.java
244
// Iterate through the instructions in the
inlined
block and split into blocks with only
299
// Iterate through the
inlined
blocks (they are now in the basic blocks list).
314
// Iterate to the next
inlined
block (if more
inlined
blocks).
437
// If the invoke block had catch handlers copy those down to all
inlined
blocks.
/external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h
95
/// Note that a constructor will not be
inlined
if the corresponding
431
///
inlined
functions that are more defensive than their callers.
448
/// Returns whether or not diagnostics containing
inlined
defensive NULL
451
/// This is controlled by the 'suppress-
inlined
-defensive-checks' config
492
// Returns the bound on the number of basic blocks in an
inlined
function
509
/// Returns the maximum times a large function could be
inlined
.
528
/// Returns true if lambdas should be
inlined
. Otherwise a sink node will be
/external/llvm/lib/ProfileData/
SampleProfReader.cpp
77
/// \param IsCallsite true if the line represents an
inlined
callsite.
79
/// \param NumSamples total samples of the line/
inlined
callsite.
162
// the compiler decides not to emit the function (e.g., it was
inlined
337
// Read all the samples for
inlined
function calls.
621
// Otherwise, we are reading an
inlined
instance. The top of the
692
// Process all the
inlined
callers into the current function. These
693
// are all the callsites that were
inlined
into this function.
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h
95
/// Note that a constructor will not be
inlined
if the corresponding
438
///
inlined
functions that are more defensive than their callers.
455
/// Returns whether or not diagnostics containing
inlined
defensive NULL
458
/// This is controlled by the 'suppress-
inlined
-defensive-checks' config
499
// Returns the bound on the number of basic blocks in an
inlined
function
516
/// Returns the maximum times a large function could be
inlined
.
535
/// Returns true if lambdas should be
inlined
. Otherwise a sink node will be
Completed in 475 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>