Searched refs:Found (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCSubtargetInfo.cpp96 const SubtargetInfoKV *Found = local
98 if (Found == ProcSchedModels+NumProcs || StringRef(Found->Key) != CPU) {
104 assert(Found->Value && "Missing processor SchedModel value");
105 return (const MCSchedModel *)Found->Value;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DProcessImplicitDefs.cpp103 bool Found = false; local
113 Found = true;
117 if (Found)
122 if (Found) {
H A DMachineInstr.cpp1125 bool Found = (MOReg == Reg);
1126 if (!Found && TRI && isPhys &&
1129 Found = TRI->regsOverlap(MOReg, Reg);
1131 Found = TRI->isSubRegister(MOReg, Reg);
1133 if (Found && (!isDead || MO.isDead()))
1750 bool Found = false;
1761 if (!Found) {
1769 Found = true;
1793 if (!Found && AddIfNotFound) {
1800 return Found;
[all...]
H A DLiveIntervalAnalysis.cpp973 bool Found = false;
979 if (!Found) {
983 Found = true;
988 return Found;
993 return Found;
997 return Found;
H A DTailDuplication.cpp159 bool Found = false; local
163 Found = true;
167 if (!Found) {
H A DRegAllocFast.cpp803 bool Found = false; local
818 Found = true;
822 if (!Found)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DTriple.cpp399 bool Found[4]; local
400 Found[0] = Arch != UnknownArch;
401 Found[1] = Vendor != UnknownVendor;
402 Found[2] = OS != UnknownOS;
403 Found[3] = Environment != UnknownEnvironment;
408 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
409 if (Found[Pos])
414 if (Idx < array_lengthof(Found) && Found[Idx])
456 while (i < array_lengthof(Found)
[all...]
/macosx-10.9.5/ruby-104/ruby/sample/webrick/
H A Ddemo-app.rb11 res.set_redirect(WEBrick::HTTPStatus::Found, req.script_name + "/")
/macosx-10.9.5/KerberosHelper-148/Source/
H A DLKDCHelper-lookup.c303 goto Found;
309 goto Found;
321 Found:
343 goto Found;
359 Found:
/macosx-10.9.5/man-16/man/misc/
H A Dmanlint143 print "Found macro: #${macro}#\n" if $debug;
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A DbuildDocBookCatalog90 echo Found DocBook XML $VERSION DTD in $docbookdir
294 echo Found ISO DocBook entities in $isodir
394 echo Found DocBook XSLT stylesheets in $xsldir
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c229 LLVMValueRef Found; local
230 if (LLVMFindFunction(EE, String_val(Name), &Found))
233 Field(Option, 0) = Val_op(Found);
/macosx-10.9.5/Heimdal-323.92.1/windows/
H A DNTMakefile.w32259 echo Found %%f \
264 echo Found %%~$$PATH:f \
271 echo Found %%f \
276 echo Found %%~$$PATH:f \
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp710 bool Found = false; local
712 E = CodeSlabs.end(); I != E && !Found; ++I) {
715 Found = (Start <= (char*)FreeRange && (char*)FreeRange < End);
717 if (!Found) {
745 Err << "Found free header at " << Hdr << " that is not in free list.";
/macosx-10.9.5/vim-53/runtime/tools/
H A Dunicode.vim18 echoerr 'Found ' . len(l) . ' items in line ' . lnum . ', expected 15'
35 echoerr 'Found ' . len(l) . ' items in line ' . lnum . ', expected 4'
53 echoerr 'Found ' . len(l) . ' items in line ' . lnum . ', expected 2'
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DRegisterInfoEmitter.cpp583 unsigned Found = ~0u; local
586 Found = r;
590 if (Found == ~0u) {
591 Found = Rows.size();
592 Rows.resize(Found + 1);
596 RowMap.push_back(Found);
/macosx-10.9.5/tcl-102/tcl84/tcl/tests/
H A Dhttpd27 404 {Not Found}
/macosx-10.9.5/CF-855.17/
H A DCFXMLParser.c339 _CFReportError(parser, kCFXMLErrorUnexpectedEOF,"Found unexpected EOF while parsing comment");
342 _CFReportError(parser, kCFXMLErrorMalformedComment, "Found \"--\" within a comment");
364 _CFReportError(parser, kCFXMLErrorMalformedProcessingInstruction, "Found malformed processing instruction");
370 _CFReportError(parser, kCFXMLErrorUnexpectedEOF, "Found unexpected EOF while parsing processing instruction");
414 _CFReportError(parser, kCFXMLErrorMalformedDTD, "Found malformed DTD");
464 _CFReportError(parser, kCFXMLErrorMalformedDTD, "Found malformed DTD");
488 _CFReportError(parser, kCFXMLErrorMalformedName, "Found malformed name while parsing physical entity reference");
491 _CFReportError(parser, kCFXMLErrorUnexpectedEOF, "Found unexpected EOF while parsing physical entity reference");
494 _CFReportError(parser, kCFXMLErrorMalformedName, "Found malformed name while parsing physical entity reference");
525 _CFReportError(parser, kCFXMLErrorUnexpectedEOF, "Found unexpecte
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple/t/
H A D12_Tree_Simple_exceptions_test.t207 } qr/^Child Not Found \: /, '... this should die';
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/t/
H A D12_Tree_Simple_exceptions_test.t207 } qr/^Child Not Found \: /, '... this should die';
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhttpd.tcl37 404 {Not Found}
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dserver.rb348 <title>Found documentation</title>
382 <title>Found documentation</title>
388 <h1>Found documentation</h1>
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp108 bool Found = InstIt->second.erase(Val); local
109 assert(Found && "Invalid reverse map!"); (void)Found;
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_servlet.rb324 assert_match %r%<title>Not Found</title>%, @res.body
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dvirterm443 if {![regsub { Entries Found *} $countstr "" number]} {

Completed in 402 milliseconds

12