Searched refs:take (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h39 static Optional<PartialDiagnosticAt> take(llvm::Error &Err) { function in class:clang::DiagnosticError
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.exp79 echo take one\\
80 take one\
81 echo take two\\
82 take two\
83 echo take three\\
84 take three\
H A Descape.mk228 echo take one\\
230 echo take two\\
231 echo take three\\
/freebsd-11-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh29 echo Running commands. This should not take more than 30s.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp288 ExprCursor.take();
319 auto Op = ExprCursor.take();
350 auto Op = ExprCursor.take();
373 auto Op = ExprCursor.take();
H A DDwarfExpression.h55 Optional<DIExpression::ExprOperand> take() { function in class:llvm::DIExpressionCursor
/freebsd-11-stable/contrib/less/
H A Dmkutable6 -n = take non-matching types
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h95 TemplateArgumentList *take() { function in class:clang::sema::TemplateDeductionInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h96 handle_type take() { function in class:llvm::ScopedHandle
/freebsd-11-stable/contrib/bmake/mk/
H A Doptions.mk20 # We add the OPTIONS_DEFAULT_NO first so they take precedence.
H A Ddpadd.mk194 # We take care of duplicate suppression later.
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser69 to take affect.
/freebsd-11-stable/contrib/top/
H A DConfigure215 systems, this update will take a significant period of time (because all
279 set pr = 'Do you want top to take advantage of this'
281 echo "It looks like you have conventional passwd file access. Top can take"
/freebsd-11-stable/usr.sbin/makefs/
H A Dmtree.c508 * not take a value. The value is ignored.
514 * not take a value. The value is ignored.
702 mtree_error("%s: keyword does not take a value",
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c1584 we have to check for existence. But here, we take advantage
1616 (see "... take advantage of the knowledge of our caller ..."
2017 /* Do we need to lock the working copy? 1.6 didn't take a write
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp207 instrprof_error IPE = InstrProfError::take(std::move(E));
236 instrprof_error IPE = InstrProfError::take(std::move(E));
266 instrprof_error IPE = InstrProfError::take(std::move(E));
285 instrprof_error IPE = InstrProfError::take(std::move(E));
/freebsd-11-stable/sys/conf/
H A Dkern.mk196 # gcc and clang opimizers take advantage of this. The kernel makes
198 # to treat it as a wraparound and not take shortcuts.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h108 Error error(Error &&E) { return error(InstrProfError::take(std::move(E))); }
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec147 - libtool on EL-5 does not take --install as argument
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm92 ! Register _fini() with atexit(). We will take care of calling _init()
H A Dsol2-gc1.asm95 ! Register _fini() with atexit(). We will take care of calling _init()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp135 InstrProfError::take(std::move(E));
864 consumeError(error(InstrProfError::take(std::move(E))));
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp393 /* Groff doesn't understand \Ds, so we take it out */
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl76 Default: take file list to scan from the command line.
H A Dpod2man.pl154 Things to take special care with; sometimes called WARNINGS.
269 take absolute positions instead of offsets, don't nest well, and

Completed in 318 milliseconds

123