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 39 static const uint64_t Returned = 1ULL<<6; ///< Always returned
74 bool isReturned() const { return Flags & Returned; }
  /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.

Completed in 174 milliseconds