You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CPredicates (infer.InferModules.CPredicates)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">infer</a> » <a href="../index.html">InferModules</a> » CPredicates</nav><h1>Module <code>InferModules.CPredicates</code></h1></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = <a href="../ALVar/index.html#type-formula_id">ALVar.formula_id</a> * <span><a href="../ALVar/index.html#type-alexp">ALVar.alexp</a> list</span></code></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare"><a href="#val-compare" class="anchor"></a><code><span class="keyword">val</span> compare : <a href="index.html#type-t">t</a> <span>-></span> <a href="index.html#type-t">t</a> <span>-></span> int</code></dt></dl></div></div></div><aside><p>(name, <code>param1,...,paramK</code>)</p></aside><dl><dt class="spec value" id="val-captured_variables_cxx_ref"><a href="#val-captured_variables_cxx_ref" class="anchor"></a><code><span class="keyword">val</span> captured_variables_cxx_ref : <a href="../Ctl_parser_types/index.html#type-ast_node">Ctl_parser_types.ast_node</a> <span>-></span> <span><a href="../../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-named_decl_info">InferGenerated.Clang_ast_t.named_decl_info</a> list</span></code></dt><dd><p>list of cxx references captured by an ObjC Block</p></dd></dl><dl><dt class="spec value" id="val-objc_block_is_capturing_values"><a href="#val-objc_block_is_capturing_values" class="anchor"></a><code><span class="keyword">val</span> objc_block_is_capturing_values : <a href="../Ctl_parser_types/index.html#type-ast_node">Ctl_parser_types.ast_node</a> <span>-></span> bool</code></dt><dd><p>true if the ObjC Block captures any variables</p></dd></dl><dl><dt class="spec value" id="val-call_method"><a href="#val-call_method" class="anchor"></a><code><span class="keyword">val</span> call_method : <a href="../Ctl_parser_types/index.html#type-ast_node">Ctl_parser_types.ast_node</a> <span>-></span> <a href="../ALVar/index.html#type-alexp">ALVar.alexp</a> <span>-></span> bool</code></dt><dd><p>'call_method an m an' is true iff node an is a call to an ObjC method with name containing string m</p></dd></dl><dl><dt class="spec value" id="val-call_cxx_method"><a href="#val-call_cxx_method" class="anchor"></a><code><span class="keyword">val</span> call_cxx_method : <a href="../Ctl_parser_types/index.html#type-ast_node">Ctl_parser_types.ast_node</a> <span>-></span> <a href="../ALVar/index.html#type-alexp">ALVar.alexp</a> <span>-></span> bool</code></dt><dd><p>'call_cxx_method an m an' is true iff node an is a call to a C++ method with name containing string m</p></dd></dl><dl><dt class="spec value" id="val-call_class_method"><a href="#val-call_class_method" class="anchor"></a><code><span class="keyword">val</span> call_class_method : <a href="../Ctl_parser_types/index.html#type-ast_node">Ctl_parser_types.ast_node</a> <span>-></span> <a href="../ALVar/index.html#type-alexp">ALVar.alexp</a> <span>-></span> bool</code></dt><dd><p>'call_class_method an mname' is true iff node an is a call to an ObjC class method with name containing mname</p></dd></dl><dl><dt class="spec value" id="val-call_instance_method"><a href="#val-call_instance_method" class="anchor"></a><code><span class="keyword">val</span> call_instance_method : <a href="../Ctl_parser_types/index.html#type-ast_node">Ctl_parser_types.ast_node</a> <span>-></span> <a href="../ALVar/index.html#type-alexp">ALVar.alexp</a> <span>-></span> bool
|