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

12

/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/llvmCore-3425.0.34/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.10.1/llvmCore-3425.0.34/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.10.1/ruby-106/ruby/sample/webrick/
H A Ddemo-app.rb11 res.set_redirect(WEBrick::HTTPStatus::Found, req.script_name + "/")
/macosx-10.10.1/man-16/man/misc/
H A Dmanlint143 print "Found macro: #${macro}#\n" if $debug;
/macosx-10.10.1/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.10.1/llvmCore-3425.0.34/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.10.1/Heimdal-398.1.2/windows/
H A DNTMakefile.w32259 echo Found %%f \
264 echo Found %%~$$PATH:f \
271 echo Found %%f \
276 echo Found %%~$$PATH:f \
/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/vim-55/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.10.1/llvmCore-3425.0.34/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.10.1/tcl-105/tcl84/tcl/tests/
H A Dhttpd27 404 {Not Found}
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/t/
H A D12_Tree_Simple_exceptions_test.t207 } qr/^Child Not Found \: /, '... this should die';
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhttpd.tcl37 404 {Not Found}
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dserver.rb348 <title>Found documentation</title>
382 <title>Found documentation</title>
388 <h1>Found documentation</h1>
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp108 bool Found = InstIt->second.erase(Val); local
109 assert(Found && "Invalid reverse map!"); (void)Found;
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_servlet.rb324 assert_match %r%<title>Not Found</title>%, @res.body
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dvirterm443 if {![regsub { Entries Found *} $countstr "" number]} {
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dccomplete.vim118 " Found, now figure out the type.
210 " Found, now figure out the type.
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngine.cpp122 Module *Found = *I; local
123 if (Found == M) {
319 continue; // Found a sentinal value, ignore.
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1006 bool Found = false; local
1010 Found = true;
1014 if (!Found) {
1293 break; // Found a null terminator, skip the rest.

Completed in 380 milliseconds

12