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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
infinite-recursion.cc 571 const store &new_store = *new_model.get_store (); local
573 for (auto kv : new_store)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-pcrel-opt.cc 494 rtx new_store = gen_rtx_UNSPEC (mem_mode, v_store,
497 rtx new_store_set = gen_rtx_SET (mem, new_store);
492 rtx new_store = gen_rtx_UNSPEC (mem_mode, v_store, local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-pcrel-opt.cc 494 rtx new_store = gen_rtx_UNSPEC (mem_mode, v_store,
497 rtx new_store_set = gen_rtx_SET (mem, new_store);
492 rtx new_store = gen_rtx_UNSPEC (mem_mode, v_store, local
  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 7092 X509_STORE *store = NULL, *new_store = NULL, local
7113 new_store = X509_STORE_new();
7114 if (!TEST_ptr(new_store))
7122 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store)))
7135 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
7158 X509_STORE_free(new_store);
7172 X509_STORE *store = NULL, *new_store = NULL, local
7198 new_store = X509_STORE_new();
7199 if (!TEST_ptr(new_store))
7207 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store)))
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 11154 X509_STORE *store = NULL, *new_store = NULL, local
11175 new_store = X509_STORE_new();
11176 if (!TEST_ptr(new_store))
11184 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store)))
11197 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
11220 X509_STORE_free(new_store);
11234 X509_STORE *store = NULL, *new_store = NULL, local
11260 new_store = X509_STORE_new();
11261 if (!TEST_ptr(new_store))
11269 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store)))
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 10066 X509_STORE *store = NULL, *new_store = NULL, local
10087 new_store = X509_STORE_new();
10088 if (!TEST_ptr(new_store))
10096 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store)))
10109 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
10132 X509_STORE_free(new_store);
10146 X509_STORE *store = NULL, *new_store = NULL, local
10172 new_store = X509_STORE_new();
10173 if (!TEST_ptr(new_store))
10181 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store)))
    [all...]

Completed in 50 milliseconds