/external/clang/lib/CodeGen/ |
CodeGenModule.cpp | 720 // Check to see if we've already emitted this. This is necessary 879 // Ignore declarations, they will be emitted on their first use. 881 // Forward declarations are emitted lazily on first use. [all...] |
CodeGenFunction.h | 82 /// label which hasn't been emitted yet. The goto is optimistically 83 /// emitted as a branch to the basic block for the label, and (if it [all...] |
/external/dbus/doc/ |
dcop-howto.txt | 282 signal gets emitted, the DCOP functions to which the signal is connected are 321 anonymous connection (it doesn't require that the signal is being emitted
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DebugInfoEncoder.java | 429 * Parameters with signatures will be re-emitted 464 * If anything emitted above has a type signature, emit it again as
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
DexMaker.java | 133 * variables to be created before any instructions are emitted. Use {@link 369 * jars the emitted .dex for the benefit of Gingerbread and earlier
|
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 270 /// emitted. 398 /// SectionLabel is a temporary label emitted at the start of the section
|
/external/llvm/include/llvm/ExecutionEngine/ |
ExecutionEngine.h | 72 /// used to convert raw addresses into the LLVM global value that is emitted 349 /// corresponding to the machine code emitted to execute this function, useful
|
/external/llvm/include/llvm/MC/ |
MCAssembler.h | 243 /// EmitNops - Flag to indicate that (optimal) NOPs should be emitted instead 481 /// HasInstructions - Whether this section has had instructions emitted into
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | 294 // with a specified alignment is a prompt way to break globals emitted to 485 // The function label could have already been emitted if two symbols end up 491 "' label emitted multiple times to assembly file"); 731 // we emitted a prolog but no function body. This results in the ending prolog [all...] |
/external/llvm/lib/CodeGen/ |
PHIElimination.cpp | 306 // Check to make sure we haven't already emitted the copy for this block. 310 continue; // If the copy has already been emitted, we're done.
|
/external/qemu/tcg/ |
README | 354 32-bit host code generators, but are not to be emitted by guest translators. 355 They are emitted as needed by inline functions within "tcg-op.h".
|
/external/v8/src/arm/ |
assembler-arm.cc | 556 // Emitted label constant, not part of a branch. 574 // Emitted label constant, not part of a branch. 1003 // be emitted at the pc offset recorded by the label. [all...] |
/external/valgrind/main/coregrind/ |
m_libcprint.c | 360 * Whenever the first character on a line is emitted, the 473 of preamble is emitted at each \n. */
|
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrParser.h | 247 * emitted to the delegate provided as an argument. In the case of atom 848 * disjunction(). Assertions, atoms, and disjunctions emitted between calls to
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view.h | 47 * The following signals (see evas_object_smart_callback_add()) are emitted: 62 * emitted in this signal.
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitdownload.cpp | 238 * @download: the object on which the signal is emitted 244 * Emitted when @download is interrupted either by user action or by
|
/external/webkit/Source/WebKit/qt/docs/ |
qtwebkit-bridge.qdoc | 145 the signal \c{clicked()} is emitted by \c{myButton}. The slot \c{onClicked()} 167 when the signal is emitted.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
target.def | 199 the assembly for @var{insn} has been emitted, false if the hook should\ 420 translation unit before debug and unwind info is emitted. */ 816 that new instructions were emitted. */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
target.def | 199 the assembly for @var{insn} has been emitted, false if the hook should\ 420 translation unit before debug and unwind info is emitted. */ 816 that new instructions were emitted. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
target.def | 199 the assembly for @var{insn} has been emitted, false if the hook should\ 420 translation unit before debug and unwind info is emitted. */ 816 that new instructions were emitted. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
target.def | 199 the assembly for @var{insn} has been emitted, false if the hook should\ 420 translation unit before debug and unwind info is emitted. */ 816 that new instructions were emitted. */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParser.java | 151 * Error message emitted when aapt skips a file because for example it's name is 160 * Error message emitted when aapt skips a file because for example it's name is
|
/external/llvm/lib/Target/ARM/ |
ARMCodeEmitter.cpp | 43 STATISTIC(NumEmitted, "Number of machine instructions emitted"); 511 /// be emitted to the current location in the function, and allow it to be PC 520 /// to be emitted to the current location in the function, and allow it to be PC 529 /// be emitted to the current location in the function, and allow it to be PC 562 ++NumEmitted; // Keep track of the # of mi's emitted [all...] |
/external/jdiff/src/jdiff/ |
HTMLIndexes.java | 278 // Extra line because no index is emitted 322 Index currIndex = null; // The entry which is emitted [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 421 // Guarantee that all emitted copies are stuck together, 437 /// (physical regs)/(stack frame), CALLSEQ_START and CALLSEQ_END are emitted. 515 // necessary since all emitted instructions must be stuck together. [all...] |