Home
last modified time | relevance | path

Searched refs:Verify (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd-11-stable/bin/sh/tests/builtins/
HDcd4.028 # Verify that the directory was changed correctly.
31 # Verify that omitting -e results in success.
HDlocale1.019 # Verify C locale error message.
51 # Verify Dutch message.
88 # Verify that command assignments do not set the locale persistently.
HDfc1.019 # Verify that the shell is still running
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h481 void setVerifyModules(bool Verify) { in setVerifyModules() argument
482 VerifyModules = Verify; in setVerifyModules()
624 EngineBuilder &setVerifyModules(bool Verify) { in setVerifyModules() argument
625 VerifyModules = Verify; in setVerifyModules()
/freebsd-11-stable/crypto/openssh/contrib/hpux/
HDREADME13 o Verify paths in sshd.rc match your local installation
27 o Verify egd.pl path in egd.rc matches your local installation
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDPHITransAddr.cpp91 bool PHITransAddr::Verify() const { in Verify() function in PHITransAddr
316 assert(Verify() && "Invalid PHITransAddr!"); in PHITranslateValue()
322 assert(Verify() && "Invalid PHITransAddr!"); in PHITranslateValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDInlineAsm.cpp38 assert(Verify(getFunctionType(), constraints) && in InlineAsm()
253 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) { in Verify() function in InlineAsm
HDSafepointIRVerifier.cpp198 static void Verify(const Function &F, const DominatorTree &DT,
207 Verify(F, DT, CD); in run()
224 Verify(F, DT, CD); in runOnFunction()
884 static void Verify(const Function &F, const DominatorTree &DT, in Verify() function
HDDominators.cpp97 template bool llvm::DomTreeBuilder::Verify<DomTreeBuilder::BBDomTree>(
100 template bool llvm::DomTreeBuilder::Verify<DomTreeBuilder::BBPostDomTree>(
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-dwarfdump.cpp211 static opt<bool> Verify("verify", desc("Verify the DWARF debug info."), variable
248 if (Verify) in getDumpOpts()
618 if (!ShowChildren && !Verify && !OffsetRequested && Name.empty() && Find.empty()) in main()
632 if (Verify) { in main()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDominators.h68 extern template bool Verify<BBDomTree>(const BBDomTree &DT,
70 extern template bool Verify<BBPostDomTree>(const BBPostDomTree &DT,
HDInlineAsm.h87 static bool Verify(FunctionType *Ty, StringRef Constraints);
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
HDTODO27 Verify return codes from functions
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDPHITransAddr.h100 bool Verify() const;
/freebsd-11-stable/crypto/openssl/doc/apps/
HDsess_id.pod87 Verify return code 0 (ok)
126 =item B<Verify return code>
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
HDerr.chillbadarg.ksh36 * Verify that chill() refuses args greater than
HDerr.copyoutbadaddr.ksh38 * Verify that copyout() handles bad addresses.
HDerr.copyoutstrbadaddr.ksh37 * Verify that copyout() handles bad addresses.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp58 VerifyDiagnosticConsumer &Verify; member in __anonc0d98a660111::VerifyFileTracker
62 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM) in VerifyFileTracker() argument
63 : Verify(Verify), SM(SM) {} in VerifyFileTracker()
70 Verify.UpdateParsedFileStatus(SM, SM.getFileID(Loc), in FileChanged()
/freebsd-11-stable/tools/test/
HDREADME21 ptrace Verify that ptrace works with syscalls, vfork etc.
/freebsd-11-stable/share/misc/
HDscsi_modes335 0x07 "Verify Error Recovery" {
341 {Verify Retry Count} i1
342 {Verify Correction Span} i1
348 {Verify Recovery Time Limit} i2
/freebsd-11-stable/contrib/dialog/po/
HDwa.po86 msgstr "Verifyî"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetPassConfig.cpp600 bool Verify = VerifyMachineCode == cl::BOU_TRUE; in addVerifyPass() local
603 Verify = TM->isMachineVerifierClean(); in addVerifyPass()
605 if (Verify) in addVerifyPass()
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDEVP_PKEY_verify.pod49 Verify signature using PKCS#1 and SHA256 digest:
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDevent_rpcgen.py398 def Verify(self): member in Entry
596 def Verify(self): member in EntryBytes
602 Entry.Verify(self)
1399 newentry.Verify()

12345