OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emission
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp
179
/// EmitVarDecl - This method handles
emission
of any variable declaration
197
// FIXME: We need to force the
emission
/use of a guard variable for
316
// Disable
emission
of the parent function for the OpenMP device codegen.
334
// If constant
emission
failed, then this should be a C++ static
1312
AutoVarEmission
emission
= EmitAutoVarAlloca(D);
local
1313
EmitAutoVarInit(
emission
);
1314
EmitAutoVarCleanups(
emission
);
1415
AutoVarEmission
emission
(D);
1418
emission
.IsEscapingByRef = isEscapingByRef;
1471
emission
.Addr = Address::invalid()
[
all
...]
CGBlocks.cpp
2534
///
emission
. Places the helpers in the global cache. Returns null
2538
const AutoVarEmission &
emission
) {
2539
const VarDecl &var = *
emission
.Variable;
2748
void CodeGenFunction::emitByrefStructureInit(const AutoVarEmission &
emission
) {
2750
Address addr =
emission
.Addr;
2768
BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType,
emission
);
2770
const VarDecl &D = *
emission
.Variable;
CodeGenFunction.h
697
/// A class controlling the
emission
of a finally block.
873
/// Force the
emission
of cleanups now, instead of waiting
876
/// the insertion point after cleanup
emission
. If cleanup
emission
created
929
/// Force the
emission
of cleanups now, instead of waiting
1077
/// need to duplicate
emission
of the same code several times in the same
2096
void emitByrefStructureInit(const AutoVarEmission &
emission
);
2172
/// Emit the unified return block, trying to avoid its
emission
when
2968
// Declaration
Emission
3067
void EmitAutoVarInit(const AutoVarEmission &
emission
);
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026