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

  /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/include/llvm/Target/
TargetCallingConv.h 40 static const uint64_t Returned = 1ULL<<6; ///< Always returned
84 bool isReturned() const { return Flags & Returned; }

Completed in 72 milliseconds