Searched refs:DEBUG (Results 176 - 200 of 1403) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocFast.cpp269 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->VirtReg, TRI)
273 DEBUG(dbgs() << " to stack slot #" << FI << "\n");
301 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV);
433 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n");
442 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding "
453 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n");
484 DEBUG(dbgs() << "Assigning " << PrintReg(LR.VirtReg, TRI) << " to "
539 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from "
545 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n");
546 DEBUG(dbg
[all...]
H A DShrinkWrapping.cpp158 // DEBUG: enable or disable shrink wrapping for the current function
184 DEBUG(MF = &Fn);
188 DEBUG(if (ShrinkWrapThisFunction) {
301 DEBUG({
366 DEBUG(if (ShrinkWrapThisFunction)
380 DEBUG(if (ShrinkWrapThisFunction)
386 DEBUG(if (ShrinkWrapThisFunction)
469 DEBUG(dbgs() << "DISABLED: " << Fn.getName()
481 DEBUG(dbgs() << "DISABLED: " << Fn.getName()
508 DEBUG(dbg
[all...]
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias_smedia.c193 #if DEBUG
201 #if DEBUG
207 #if DEBUG
222 #if DEBUG
276 #ifdef DEBUG
294 #ifdef DEBUG
313 #if DEBUG
327 #if DEBUG
356 #if DEBUG
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DPlugins.pm32 our $DEBUG = 0 unless defined $DEBUG;
95 ')') if $self->{ DEBUG };
165 $self->{ DEBUG } = ( $params->{ DEBUG } || 0 )
191 if $self->{ DEBUG };
204 if $self->{ DEBUG };
215 $self->debug("calling $pkg->load()") if $self->{ DEBUG };
244 $self->debug("$name => $factory") if $self->{ DEBUG };
425 =head2 DEBUG
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAttrType.cpp12 DEBUG(LDAP_DEBUG_CONSTRUCT,
24 DEBUG(LDAP_DEBUG_CONSTRUCT,
48 DEBUG(LDAP_DEBUG_DESTROY,"LDAPAttrType::~LDAPAttrType()" << endl);
H A DSaslInteraction.cpp16 DEBUG(LDAP_DEBUG_TRACE, "SaslInteraction::~SaslInteraction()" << std::endl);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Ddebug.h34 #if !defined(DEBUG) && _BLD_DEBUG
35 #define DEBUG _BLD_DEBUG macro
38 #if DEBUG || _BLD_DEBUG
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp90 DEBUG(dbgs() << "Parse symbols:\n");
130 DEBUG(dbgs() << "\tFileOffset: " << format("%p", (uintptr_t)FileOffset)
139 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name << "\n");
147 DEBUG(dbgs() << "Parse relocations:\n");
162 DEBUG(dbgs() << "\tSectionID: " << SectionID << "\n");
173 DEBUG(dbgs() << "\t\tAddend: " << RI.AdditionalInfo
200 DEBUG(dbgs() << "emitCommonSection SectionID: " << SectionID
270 DEBUG(dbgs() << "emitSection SectionID: " << SectionID
285 DEBUG(dbgs() << "emitSection SectionID: " << SectionID
377 DEBUG(dbg
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dcodegen-diff4 $DEBUG = 0;
10 print "opened objdump output file $filename\n" if $DEBUG;
18 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
30 print "opened gdb output file $filename\n" if $DEBUG;
39 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
49 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dmbr_check_membership.c43 #if DEBUG
194 #ifdef DEBUG
209 #ifdef DEBUG
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_jjy.c243 #ifdef DEBUG
535 #ifdef DEBUG
599 #ifdef DEBUG
609 #ifdef DEBUG
632 #ifdef DEBUG
641 #ifdef DEBUG
657 #ifdef DEBUG
667 #ifdef DEBUG
733 #ifdef DEBUG
745 #ifdef DEBUG
[all...]
/macosx-10.10.1/gssd-64/
H A Dgssd.c216 DEBUG(4, "Advancing %d bytes\n", (int)(l)); \
218 DEBUG(4, "Defective p = %p e = %p\n", (p), (e)); \
275 DEBUG(3, "token value\n");
339 DEBUG(3, "Mic does not equal response %p %p %p len = %d rlen = %d\n",
375 DEBUG(3, "Returning token");
557 DEBUG(9, "Received audit token: uid = %d, euid = %d, egid = %d, ruid = %d rgid = %d, pid = %d, asid = %d atid = %d",
710 DEBUG(3, "starting %s with transaction count = %lu, "
726 DEBUG(3, "Time out exiting. Number of threads is %d\n", numthreads);
730 DEBUG(2, "Total %d init_sec_context errors out of %d calls\n", initErr, initCnt);
731 DEBUG(
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/db_codegen/
H A Ddb_codegen.h56 #ifdef DEBUG
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dwince_config.in12 #if !defined(DEBUG)
13 #define DEBUG 1
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D003Layout-Rr.t22 my $DEBUG = 0;
56 if ($DEBUG) {
H A D055AppDestroy.t37 log4perl.category = DEBUG, SomeA
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpop_msg.c39 #ifdef DEBUG
42 #endif /* DEBUG */
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioDebug.h30 #ifdef DEBUG
/macosx-10.10.1/NFS-82/nfsd/
H A Dcommon.h58 #define DEBUG(L, ...) \ macro
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Ddebugging.h19 #if DEBUG
/macosx-10.10.1/bc-21/bc/bc/
H A Dload.c230 #if DEBUG > 2
245 #if DEBUG > 2
255 #if DEBUG > 2
269 #if DEBUG > 2
/macosx-10.10.1/bless-103/test/
H A Dtestgetparentdev.c28 #define DEBUG 1 macro
/macosx-10.10.1/cups-408/cups/cups/
H A Ddebug-private.h39 * The debug macros are used if you compile with DEBUG defined.
71 # ifdef DEBUG
89 # endif /* DEBUG */
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgrq.c138 #ifdef DEBUG
H A Drpcsvc.h185 #ifdef DEBUG
189 #endif /* DEBUG */
227 #ifdef DEBUG
254 * eliminate all debug code when DEBUG is not defined.
282 #endif /* DEBUG */
302 #ifdef DEBUG
321 #endif /* DEBUG */
327 #ifndef DEBUG
332 #endif /* DEBUG */

Completed in 190 milliseconds

1234567891011>>