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

  /external/clang/lib/Driver/
SanitizerArgs.cpp 82 << lastArgumentForKind(D, Args, NotAllowedWithTrap)
93 << lastArgumentForKind(D, Args, NeedsAsanRt)
94 << lastArgumentForKind(D, Args, NeedsTsanRt);
97 << lastArgumentForKind(D, Args, NeedsAsanRt)
98 << lastArgumentForKind(D, Args, NeedsMsanRt);
101 << lastArgumentForKind(D, Args, NeedsTsanRt)
102 << lastArgumentForKind(D, Args, NeedsMsanRt);
105 << lastArgumentForKind(D, Args, NeedsLeakDetection)
106 << lastArgumentForKind(D, Args, NeedsTsanRt);
109 << lastArgumentForKind(D, Args, NeedsLeakDetection
    [all...]
  /external/clang/include/clang/Driver/
SanitizerArgs.h 107 static std::string lastArgumentForKind(const Driver &D,

Completed in 64 milliseconds