Searched refs:emission (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgsignal.c49 * <emphasis>emission</emphasis> of a signal. Signals are introduced
53 * emission mainly involves invocation of a certain set of callbacks
69 * A signal emission consists of five stages, unless prematurely stopped:
89 * All handlers may prematurely stop a signal emission, and any number of
91 * a signal emission.
93 * of a signal emission.
98 * Second, upon emission of a %G_SIGNAL_DETAILED signal, an additional
103 * wildcard and matches any detail argument passed in to emission.
166 Emission *emission);
168 Emission *emission);
689 emission_push(Emission **emission_list_p, Emission *emission) argument
697 emission_pop(Emission **emission_list_p, Emission *emission) argument
720 Emission *emission; local
733 Emission *emission, *s = NULL, *c = NULL; local
843 Emission *emission = emission_find (emission_list, signal_id, detail, instance); local
1095 Emission *emission = emission_find (emission_list, signal_id, detail, instance); local
1718 Emission *emission; local
1851 Emission *emission = NULL; local
1925 Emission *emission = NULL; local
2083 Emission *emission = NULL; local
3106 Emission emission; local
[all...]
/external/clang/lib/CodeGen/
H A DCGDecl.cpp107 /// EmitVarDecl - This method handles emission of any variable declaration
216 // If constant emission failed, then this should be a C++ static
755 AutoVarEmission emission = EmitAutoVarAlloca(D); local
756 EmitAutoVarInit(emission);
757 EmitAutoVarCleanups(emission);
766 AutoVarEmission emission(D);
769 emission.IsByRef = isByRef;
772 emission.Alignment = alignment;
805 emission.Address = 0; // signal this condition to later callbacks
806 assert(emission
980 EmitAutoVarInit(const AutoVarEmission &emission) argument
1111 emitAutoVarTypeCleanup( const CodeGenFunction::AutoVarEmission &emission, QualType::DestructionKind dtorKind) argument
1168 EmitAutoVarCleanups(const AutoVarEmission &emission) argument
[all...]
H A DCGBlocks.cpp1729 const AutoVarEmission &emission) {
1730 const VarDecl &var = *emission.Variable;
1737 CXXByrefHelpers byrefInfo(emission.Alignment, type, copyExpr);
1762 ARCWeakByrefHelpers byrefInfo(emission.Alignment);
1771 ARCStrongBlockByrefHelpers byrefInfo(emission.Alignment);
1777 ARCStrongByrefHelpers byrefInfo(emission.Alignment);
1797 ObjectByrefHelpers byrefInfo(emission.Alignment, flags);
1910 void CodeGenFunction::emitByrefStructureInit(const AutoVarEmission &emission) { argument
1912 llvm::Value *addr = emission.Address;
1920 buildByrefHelpers(*byrefType, emission);
1728 buildByrefHelpers(llvm::StructType &byrefType, const AutoVarEmission &emission) argument
1983 enterByrefCleanup(const AutoVarEmission &emission) argument
[all...]
H A DCodeGenFunction.h201 /// isForEH - true if the current emission is for an EH cleanup.
645 /// A class controlling the emission of a finally block.
823 /// \brief Force the emission of cleanups now, instead of waiting
857 /// \brief Force the emission of cleanups now, instead of waiting
1353 void emitByrefStructureInit(const AutoVarEmission &emission);
1354 void enterByrefCleanup(const AutoVarEmission &emission);
1386 /// emission when possible.
1897 void EmitAutoVarInit(const AutoVarEmission &emission);
1898 void EmitAutoVarCleanups(const AutoVarEmission &emission);
1899 void emitAutoVarTypeCleanup(const AutoVarEmission &emission,
[all...]
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml52 interface, which causes the emission of a stub for each function;

Completed in 98 milliseconds