Searched refs:Verify (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h97 /// Verify - Check internal consistency of this data structure. If the
100 bool Verify() const;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh36 * Verify that chill() refuses args greater than
H A Derr.copyoutbadaddr.ksh38 * Verify that copyout() handles bad addresses.
H A Derr.copyoutstrbadaddr.ksh37 * Verify that copyout() handles bad addresses.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h481 void setVerifyModules(bool Verify) { argument
482 VerifyModules = Verify;
624 EngineBuilder &setVerifyModules(bool Verify) { argument
625 VerifyModules = Verify;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h68 extern template bool Verify<BBDomTree>(const BBDomTree &DT,
70 extern template bool Verify<BBPostDomTree>(const BBPostDomTree &DT,
H A DInlineAsm.h83 /// Verify - This static method can be used by the parser to check to see if
87 static bool Verify(FunctionType *Ty, StringRef Constraints);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp38 assert(Verify(getFunctionType(), constraints) &&
251 /// Verify - Verify that the specified constraint string is reasonable for the
253 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) { function in class:InlineAsm
H A DSafepointIRVerifier.cpp1 //===-- SafepointIRVerifier.cpp - Verify gc.statepoint invariants ---------===//
198 static void Verify(const Function &F, const DominatorTree &DT,
207 Verify(F, DT, CD);
224 Verify(F, DT, CD);
884 static void Verify(const Function &F, const DominatorTree &DT, function
H A DDominators.cpp35 cl::desc("Verify dominator info (time consuming)"));
97 template bool llvm::DomTreeBuilder::Verify<DomTreeBuilder::BBDomTree>(
100 template bool llvm::DomTreeBuilder::Verify<DomTreeBuilder::BBPostDomTree>(
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql36 /* Verify: on every NODES row: parent_relpath is parent of local_relpath */
45 /* Verify: on every NODES row: its op-depth <= its own depth */
52 /* Verify: on every NODES row: it is an op-root or it has a parent with the
67 /* Verify: on every ACTUAL row (except root): a NODES row exists at its
107 /* Verify if the ACTUAL data makes sense for the related node.
165 /* Verify if type specific data is set (or not set for wrong type) */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp88 /// Verify - Check internal consistency of this data structure. If the
91 bool PHITransAddr::Verify() const { function in class:PHITransAddr
316 assert(Verify() && "Invalid PHITransAddr!");
322 assert(Verify() && "Invalid PHITransAddr!");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp211 static opt<bool> Verify("verify", desc("Verify the DWARF debug info."),
248 if (Verify)
452 // Verify the DWARF and exit with non-zero exit status if verification
618 if (!ShowChildren && !Verify && !OffsetRequested && Name.empty() && Find.empty())
632 if (Verify) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp58 VerifyDiagnosticConsumer &Verify; member in class:__anon529::VerifyFileTracker
62 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM) argument
63 : Verify(Verify), SM(SM) {}
70 Verify.UpdateParsedFileStatus(SM, SM.getFileID(Loc),
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py398 def Verify(self): member in class:Entry
596 def Verify(self): member in class:EntryBytes
602 Entry.Verify(self)
1399 newentry.Verify()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h98 bool Verify(lldb_private::Stream *s) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h136 uint32_t lookup(Value *V, bool Verify = true) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp115 cl::desc("Verify generated machine code"),
600 bool Verify = VerifyMachineCode == cl::BOU_TRUE; local
603 Verify = TM->isMachineVerifierClean();
605 if (Verify)
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmask.c603 HandleOP(Verify)
1052 S(Verify),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h211 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL);
754 return DomTreeBuilder::Verify(*this, VL);
H A DGenericDomTreeConstruction.h1383 // Verify the root's DFS In number. Although DFS numbering would also work
1643 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL) { function in namespace:llvm::DomTreeBuilder
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S580 decw %ax # Verify off
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp559 uint32_t GVN::ValueTable::lookup(Value *V, bool Verify) const {
561 if (Verify) {
600 /// verifyRemoved - Verify that the value is removed from all internal data
2530 /// Verify that the specified instruction does not occur in our
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp988 // Verify that types agree.
3162 // Verify that all the vector elements have the same type.
3195 // Verify all elements are correct type!
5153 if (!ID.FTy || !InlineAsm::Verify(ID.FTy, ID.StrVal2))
5237 // Verify that the elements are compatible with the structtype.
5327 // Verify that the linkage is ok.
5613 // Verify function is ok.

Completed in 323 milliseconds