Home
last modified time | relevance | path

Searched refs:verify_function (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli20 (** [verify_function f] returns [None] if the function [f] is valid, and
23 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
31 (** [verify_function f] returns if the function [f] is valid, but prints a
H A Dllvm_analysis.ml13 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
/aosp_15_r20/external/llvm/test/Bindings/OCaml/
H A Danalysis.ml37 if not (verify_function fn) then bomb "valid function failed verification!";
49 if verify_function fn then bomb "invalid function passed verification!";
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dgrpc_tls_certificate_distributor_test.cc565 auto verify_function = [this](std::string cert_name) { in TEST_F() local
581 threads.emplace_back(verify_function, std::to_string(i)); in TEST_F()
896 auto verify_function = [this](std::string cert_name) { in TEST_F() local
910 threads.emplace_back(verify_function, std::to_string(i)); in TEST_F()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.cc1140 const char* verify_function, in GenerateUtf8CheckCode() argument
1164 format("::$proto_ns$::internal::WireFormat::$1$(\n", verify_function); in GenerateUtf8CheckCode()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.cc1150 const char* verify_function, in GenerateUtf8CheckCode() argument
1174 format("::$proto_ns$::internal::WireFormat::$1$(\n", verify_function); in GenerateUtf8CheckCode()