Searched refs:Claimed (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | Arg.h | 55 mutable unsigned Claimed : 1; variable 113 bool isClaimed() const { return getBaseArg().Claimed; } in isClaimed() 114 void claim() const { getBaseArg().Claimed = true; } in claim()
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | Arg.cpp | 22 : Opt(Opt), BaseArg(BaseArg), Spelling(S), Index(Index), Claimed(false), in Arg() 27 : Opt(Opt), BaseArg(BaseArg), Spelling(S), Index(Index), Claimed(false), in Arg() 34 : Opt(Opt), BaseArg(BaseArg), Spelling(S), Index(Index), Claimed(false), in Arg()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_malloc_mac.inc | 94 if (size) { // Claimed by sanitizer zone?
|