Searched refs:claim (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp69 A->claim();
119 A->claim();
232 A->claim();
H A DClang.cpp411 // -mkernel and -fapple-kext imply no exceptions, so claim exception related
641 A->claim();
656 A->claim();
1107 A->claim();
1251 A->claim();
1265 // Do not claim the argument so that the use of the argument does not
1274 A->claim();
1768 A->claim();
1816 LocalSData->claim();
1826 ExternSData->claim();
[all...]
H A DMyriad.cpp106 A->claim();
H A DMSVC.cpp1409 A->claim();
1445 A->claim();
1479 A->claim();
H A DGnu.cpp73 // It is unfortunate that we have to claim here, as this means
77 A->claim();
865 A->claim();
878 A->claim();
881 A->claim();
931 A->claim();
H A DCommonArgs.cpp74 A->claim();
209 A.claim();
H A DCuda.cpp506 A->claim();
H A DHexagon.cpp306 A->claim();
H A DDarwin.cpp520 Arg->claim();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp59 A->claim();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp327 A->claim();
395 A->claim();
415 DAL->getLastArg(options::OPT_mlinker_version_EQ)->claim();
818 A->claim();
1021 Copy->claim();
1039 A->claim();
1106 A->claim();
1988 A->claim();
2109 // argument used to set the type; we only want to claim the type when we
2147 // If there was an explicit arg for this, claim i
[all...]
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL18 installed properly. We do not claim to know them all, but experience
/freebsd-13-stable/sys/dev/superio/
H A Dsuperio.c465 superio_detect(device_t dev, bool claim, struct siosc *sc) argument
494 if (claim)
537 if (!claim || error != 0) {
612 /* Make sure we do not claim some ISA PNP device. */
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h254 Res->claim();
259 /// Return the last argument matching \p Id, or null. Do not "claim" the
307 if (Arg *A = getLastArg(Ids...)) // Calls claim() on all Ids's Args.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp447 return std::unique_ptr<TimerGroup>(DefaultTimerGroup.claim());
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2799 int error = 0, create, claim, exclusive_flag = 0, override; local
2978 * Now, handle the claim, which usually includes looking up a
2983 claim = fxdr_unsigned(int, *tl);
2984 if (claim == NFSV4OPEN_CLAIMDELEGATECUR || claim ==
2990 } else if (claim == NFSV4OPEN_CLAIMDELEGATEPREV || claim ==
2994 if (claim == NFSV4OPEN_CLAIMNULL || claim == NFSV4OPEN_CLAIMDELEGATECUR
2995 || claim
[all...]
/freebsd-13-stable/usr.sbin/sysrc/
H A Dsysrc568 "$( echo "Multiple jails claim this" \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp392 A->claim();
437 A->claim();

Completed in 196 milliseconds

12