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

  /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/llvm/include/llvm/IR/
Attributes.h 100 Returned, ///< Return value is always equal to this argument
234 /// \brief The attributes for the specified index are returned.
310 /// \brief The attributes for the specified index are returned.
313 /// \brief The attributes for the ret value are returned.
316 /// \brief The function attributes are returned.
494 /// attribute exists (zero is returned otherwise).
498 /// dereferenceable_or_null attribute exists (zero is returned otherwise).

Completed in 4614 milliseconds