Searched refs:verify_function (Results 1 – 8 of 8) sorted by relevance
20 (** [verify_function f] returns [None] if the function [f] is valid, and23 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"31 (** [verify_function f] returns if the function [f] is valid, but prints a
13 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
19 (** [verify_function f] returns [None] if the function [f] is valid, and22 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"30 (** [verify_function f] returns if the function [f] is valid, but prints a
12 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
37 if not (verify_function fn) then bomb "valid function failed verification!";49 if verify_function fn then bomb "invalid function passed verification!";
571 auto verify_function = [this](std::string cert_name) { in TEST_F() local587 threads.emplace_back(verify_function, std::to_string(i)); in TEST_F()922 auto verify_function = [this](std::string cert_name) { in TEST_F() local936 threads.emplace_back(verify_function, std::to_string(i)); in TEST_F()
1028 const char* verify_function, in GenerateUtf8CheckCode() argument1052 format("::$proto_ns$::internal::WireFormat::$1$(\n", verify_function); in GenerateUtf8CheckCode()