HomeSort by relevance Sort by last modified time
    Searched refs:Returned (Results 1 - 18 of 18) 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 40 static const uint64_t Returned = 1ULL<<6; ///< Always returned
84 bool isReturned() const { return Flags & Returned; }
  /external/libunwind/doc/
unw_step.tex 27 negative value of one of the error-codes below is returned.
47 \item[\Const{UNW\_ESTOPUNWIND}] Returned if a call to
48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
50 In addition, \Func{unw\_step}() may return any error returned by the
  /external/llvm/lib/CodeGen/
Analysis.cpp 219 /// similar information for the Value returned.
268 if (cast<CallInst>(I)->paramHasAttr(attrInd, Attribute::Returned) &&
279 if (cast<InvokeInst>(I)->paramHasAttr(attrInd, Attribute::Returned) &&
329 // call. In the simple case with no "returned" attribute, the hope is actually
334 // If this slot in the value returned is undef, it doesn't matter what the
340 // actually returned by the "tail call" comes from. In the simple case without
341 // a "returned" attribute, the search will be blocked immediately and the loop
569 // Nothing's actually returned, it doesn't matter what the callee put there
  /external/llvm/include/llvm/IR/
Attributes.h 98 Returned, ///< Return value is always equal to this argument
220 /// \brief The attributes for the specified index are returned.
285 /// \brief The attributes for the specified index are returned.
288 /// \brief The attributes for the ret value are returned.
291 /// \brief The function attributes are returned.
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 103 /// This means that F calls G, and F returns the value returned by G.
413 // The value is returned from a function. It's only live when the
700 // Keep track of if we have a live 'returned' argument
724 if (B.contains(Attribute::Returned))
745 // If there is a function with a live 'returned' argument but a dead return
747 // 1) Eliminate the return value and take off the 'returned' attribute on the
749 // 2) Retain the 'returned' attribute and treat the return value (but not the
754 // is free to use the 'returned' attribute to do things like eliding
759 // Fortunately, the only places where 'returned' is currently generated by
760 // the FE are places where 'returned' is basically free and almost always
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 455 PDWORD Returned
  /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/
Attributes.cpp 214 if (hasAttribute(Attribute::Returned))
215 return "returned";
394 case Attribute::Returned: return 1ULL << 39;
886 /// \brief The attributes for the specified index are returned.
    [all...]
Verifier.cpp 812 !Attrs.hasAttribute(Idx, Attribute::Returned) &&
815 "'returned' do not apply to return values!", V);
833 Attrs.hasAttribute(Idx, Attribute::Returned)), "Attributes "
834 "'sret and returned' are incompatible!", V);
    [all...]
Function.cpp 150 /// hasReturnedAttr - Return true if this argument has the returned attribute on
154 hasAttribute(getArgNo()+1, Attribute::Returned);
446 /// IIT_Info - These are enumerators that describe the entries returned by the
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbenrollhelper.js 318 * @param {ArrayBuffer=} infoArray Returned data
342 // Store any timeout error code, to be returned from the complete
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 218 case Attribute::Returned:
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 837 // Add the Returned attribute for "this", except for iOS 5 and earlier
847 F->addAttribute(1, llvm::Attribute::Returned);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 606 return Attribute::Returned;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 79 isReturned = CS->paramHasAttr(AttrIdx, Attribute::Returned);
220 /// current function. The returned value is a member of the
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 464 milliseconds