OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inlined
(Results
226 - 250
of
2113
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/DebugInfo/Generic/
inline-no-debug-info.ll
22
; Debug location of the code in caller() and of the
inlined
code that did not
26
; Debug location of the
inlined
code.
inlined-vars.ll
35
; Two DW_TAG_formal_parameter: one abstract and one
inlined
.
42
; Two DW_TAG_variable: one abstract and one
inlined
.
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CodeMetrics.h
27
/// NeverInline - True if this callee should never be
inlined
into a
91
/// smaller the function will be if it is
inlined
into a context where an
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h
136
TypeIndex Inlinee; // ID of the function that was
inlined
.
138
ulittle32_t SourceLineNum; // First line of
inlined
code.
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h
136
TypeIndex Inlinee; // ID of the function that was
inlined
.
138
ulittle32_t SourceLineNum; // First line of
inlined
code.
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h
136
TypeIndex Inlinee; // ID of the function that was
inlined
.
138
ulittle32_t SourceLineNum; // First line of
inlined
code.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h
136
TypeIndex Inlinee; // ID of the function that was
inlined
.
138
ulittle32_t SourceLineNum; // First line of
inlined
code.
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h
136
TypeIndex Inlinee; // ID of the function that was
inlined
.
138
ulittle32_t SourceLineNum; // First line of
inlined
code.
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h
136
TypeIndex Inlinee; // ID of the function that was
inlined
.
138
ulittle32_t SourceLineNum; // First line of
inlined
code.
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h
136
TypeIndex Inlinee; // ID of the function that was
inlined
.
138
ulittle32_t SourceLineNum; // First line of
inlined
code.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h
136
TypeIndex Inlinee; // ID of the function that was
inlined
.
138
ulittle32_t SourceLineNum; // First line of
inlined
code.
/art/compiler/optimizing/
inliner.h
166
// ... //
inlined
code
272
// Count the number of calls of `method` being
inlined
recursively.
287
// `graph_` to be
inlined
.
295
// Used to record stats about optimizations on the
inlined
graph.
/art/test/471-deopt-environment/src/
Main.java
30
// 3) Instruction simplifier simpilifying the
inlined
willInline to just `field`.
/art/test/478-checker-inline-noreturn/src/
Main.java
22
* computation if the
inlined
function does not always return.
/art/test/541-regression-inlined-deopt/smali/
TestCase.smali
48
# the
inlined
methods.
/external/clang/test/Analysis/
lambdas.cpp
17
// clang_analyzer_eval does nothing in
inlined
functions.
127
// clang_analyzer_eval does nothing in
inlined
functions.
145
// clang_analyzer_eval does nothing in
inlined
functions.
150
// clang_analyzer_eval does nothing in
inlined
functions.
/external/clang/test/CXX/drs/
dr1748.cpp
16
// The reserved placement allocation functions get
inlined
/external/clang/test/CodeGen/
attr-optnone.c
23
// Also check that test2 is
inlined
into test4 (always_inline still works).
/external/libmojo/base/android/
scoped_java_ref.cc
32
// This constructor is
inlined
when DCHECKs are disabled; don't add anything
/external/llvm/include/llvm/DebugInfo/Symbolize/
DIPrinter.h
33
void print(const DILineInfo &Info, bool
Inlined
);
/external/llvm/test/Transforms/Inline/
inline-optnone.ll
3
; Test that functions with attribute optnone are not
inlined
.
/external/llvm/test/Transforms/RewriteStatepointsForGC/
statepoint-calling-conventions.ll
32
; This function is
inlined
when inserting a poll.
/external/v8/src/crankshaft/
hydrogen-environment-liveness.h
41
// (including
inlined
environments).
/external/v8/src/debug/
debug-frames.h
79
//
inlined
frame index, or -1 if not found. Skips native JS functions.
/frameworks/av/camera/include/camera/camera2/
CaptureRequest.h
36
// benefit that ctor/dtors are not
inlined
, which is good because they're not trivial
Completed in 450 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>