Searched refs:Claimed (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Option/ |
| H A D | Arg.h | 53 mutable unsigned Claimed : 1; variable 106 bool isClaimed() const { return getBaseArg().Claimed; } in isClaimed() 109 void claim() const { getBaseArg().Claimed = true; } in claim()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 94 if (size) { // Claimed by sanitizer zone?
|