Home
last modified time | relevance | path

Searched defs:Verify (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h411 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal()
580 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal()
625 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal()
664 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal()
703 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal()
741 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.h42 bool Verify = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h489 void setVerifyModules(bool Verify) { in setVerifyModules() argument
631 EngineBuilder &setVerifyModules(bool Verify) { in setVerifyModules() argument
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h69 void setVerifyInputDWARF(bool Verify) override { in setVerifyInputDWARF()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h597 VerifyInstrumentation Verify; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp58 VerifyDiagnosticConsumer &Verify; member in __anonf81695cf0111::VerifyFileTracker
62 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM) in VerifyFileTracker()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp66 bool TypeSystem::Verify(lldb::opaque_compiler_type_t type) { return true; } in Verify() function in TypeSystem
H A DCompilerType.cpp1197 bool CompilerType::Verify() const { in Verify() function in CompilerType
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp770 bool Verify = VerifyMachineCode == cl::BOU_TRUE; in addVerifyPass() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp890 static void Verify(const Function &F, const DominatorTree &DT, in Verify() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py476 def Verify(self): member in Entry
691 def Verify(self): member in EntryBytes
/freebsd/contrib/libevent/
H A Devent_rpcgen.py476 def Verify(self): member in Entry
691 def Verify(self): member in EntryBytes
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmask.c603 HandleOP(Verify) in HandleOP() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp285 static opt<bool> Verify("verify", desc("Verify the DWARF debug info."), variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1582 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL) { in Verify() function
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5304 TEST(CodeLocationForTEST, Verify) { in TEST() argument
5310 TEST_F(CodeLocationForTESTF, Verify) { in TEST_F() argument
5316 TEST_P(CodeLocationForTESTP, Verify) { in TEST_P() argument
5327 TYPED_TEST(CodeLocationForTYPEDTEST, Verify) { in TYPED_TEST() argument
5336 TYPED_TEST_P(CodeLocationForTYPEDTESTP, Verify) { in TYPED_TEST_P() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2770 bool TypeSystemClang::Verify(lldb::opaque_compiler_type_t type) { in Verify() function in TypeSystemClang