HomeSort by: relevance | last modified time | path
    Searched defs:contract (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/sys/sys/
proc.h 27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
52 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
89 struct contract { struct
  /src/crypto/external/apache2/openssl/dist/crypto/lhash/
lhash.c 44 static void contract(OPENSSL_LHASH *lh);
167 contract(lh);
286 static void contract(OPENSSL_LHASH *lh) function
  /src/crypto/external/bsd/openssl/dist/crypto/lhash/
lhash.c 44 static void contract(OPENSSL_LHASH *lh);
158 contract(lh);
257 static void contract(OPENSSL_LHASH *lh) function
  /src/crypto/external/bsd/openssl.old/dist/crypto/lhash/
lhash.c 44 static void contract(OPENSSL_LHASH *lh);
151 contract(lh);
260 static void contract(OPENSSL_LHASH *lh) function
  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 1 /* Definitions for C++ contract levels
23 A function is called a "guarded" function if it has pre or post contract
24 attributes. A contract is considered an "active" contract if runtime code is
25 needed for the contract under the current contract configuration.
27 pre and post contract attributes are parsed and stored in DECL_ATTRIBUTES.
30 contract:
51 definition in a TU that includes <contract>.
58 Parsing of pre and post contract conditions need to be deferred when th
653 tree contract = TREE_VALUE (TREE_VALUE (attributes)); local
749 tree contract; local
1076 tree contract = CONTRACT_STATEMENT (attr); local
1492 tree contract = TREE_VALUE (TREE_VALUE (as)); local
1848 tree contract = CONTRACT_STATEMENT (attrs); local
1890 tree contract = CONTRACT_STATEMENT (attr); local
2130 tree contract = CONTRACT_STATEMENT (ca); local
    [all...]
pt.cc 11860 /* Instantiate the contract statement. */
11909 /* Update T by instantiating its contract attribute. */
11925 /* Get the contract to be instantiated. */ local
11926 tree contract = CONTRACT_STATEMENT (t);
11929 contract may not have been instantiated and still refer to outer levels
11943 contract = tsubst_contract (decl, contract, args, complain, in_decl);
11949 TREE_VALUE (t) = build_tree_list (NULL_TREE, contract);
11976 /* Note that contract attributes are never substituted from this function.

Completed in 106 milliseconds