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

  /external/llvm/include/llvm/Support/
CallSite.h 241 bool doesNotCapture(unsigned ArgNo) const {
  /external/llvm/include/llvm/
Function.h 285 bool doesNotCapture(unsigned n) const {
288 void setDoesNotCapture(unsigned n, bool DoesNotCapture = true) {
289 if (DoesNotCapture) addAttribute(n, Attribute::NoCapture);

Completed in 352 milliseconds