HomeSort by relevance Sort by last modified time
    Searched refs:Returned (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/v8/test/webkit/
dfg-getter-throw.js 34 return "Returned result: " + foo(o);
48 shouldBe("bar(o)", i < 100 ? "\"Returned result: " + i + "\"" : "\"Threw exception: Oh hi, I'm an exception!\"");
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 39 static const uint64_t Returned = 1ULL<<6; ///< Always returned
74 bool isReturned() const { return Flags & Returned; }
  /external/llvm/lib/CodeGen/
Analysis.cpp 218 /// similar information for the Value returned.
267 if (cast<CallInst>(I)->paramHasAttr(attrInd, Attribute::Returned) &&
278 if (cast<InvokeInst>(I)->paramHasAttr(attrInd, Attribute::Returned) &&
327 // call. In the simple case with no "returned" attribute, the hope is actually
332 // If this slot in the value returned is undef, it doesn't matter what the
338 // actually returned by the "tail call" comes from. In the simple case without
339 // a "returned" attribute, the search will be blocked immediately and the loop
542 // Nothing's actually returned, it doesn't matter what the callee put there
  /external/llvm/include/llvm/IR/
Attributes.h 93 Returned, ///< Return value is always equal to this argument
215 /// \brief The attributes for the specified index are returned.
280 /// \brief The attributes for the specified index are returned.
283 /// \brief The attributes for the ret value are returned.
286 /// \brief The function attributes are returned.
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 106 /// This means that F calls G, and F returns the value returned by G.
435 // The value is returned from a function. It's only live when the
719 // Keep track of if we have a live 'returned' argument
743 if (B.contains(Attribute::Returned))
764 // If there is a function with a live 'returned' argument but a dead return
766 // 1) Eliminate the return value and take off the 'returned' attribute on the
768 // 2) Retain the 'returned' attribute and treat the return value (but not the
773 // is free to use the 'returned' attribute to do things like eliding
778 // Fortunately, the only places where 'returned' is currently generated by
779 // the FE are places where 'returned' is basically free and almost always
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 179 SIGNED_NORMALIZED, which will be returned accordingly. This is the
192 Returned by the <params> parameter of GetTexLevelParameter:
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 179 SIGNED_NORMALIZED, which will be returned accordingly. This is the
192 Returned by the <params> parameter of GetTexLevelParameter:
  /external/llvm/lib/IR/
Verifier.cpp 789 !Attrs.hasAttribute(Idx, Attribute::Returned),
790 "Attribute 'byval', 'nest', 'sret', 'nocapture', and 'returned' "
811 Attrs.hasAttribute(Idx, Attribute::Returned)), "Attributes "
812 "'sret and returned' are incompatible!", V);
    [all...]
Function.cpp 127 /// hasReturnedAttr - Return true if this argument has the returned attribute on
131 hasAttribute(getArgNo()+1, Attribute::Returned);
416 /// IIT_Info - These are enumerators that describe the entries returned by the
Attributes.cpp 205 if (hasAttribute(Attribute::Returned))
206 return "returned";
381 case Attribute::Returned: return 1ULL << 39;
868 /// \brief The attributes for the specified index are returned.
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 273 * Returned value has the additional field |isNegated|, and a leading
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 212 case Attribute::Returned:
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 729 F->addAttribute(1, llvm::Attribute::Returned);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 583 *Kind = Attribute::Returned;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 766 milliseconds