HomeSort by relevance Sort by last modified time
    Searched refs:np2 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Analysis/
nullptr.cpp 12 char *np2 = np1; local
14 if (np1 == np2)
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 59 NP<np> *np2; member in struct:NP
63 NP<np> np2; variable
  /external/boringssl/src/crypto/bn/
exponentiation.c 1011 BN_ULONG *np = mont->N.d, *n0 = mont->n0, *np2; local
1023 np2 = np;
1025 for (np2 = am.d + top, i = 0; i < top; i++) {
1026 np2[2 * i] = np[i];
1042 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np2, n0, top, i - 1);
1050 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np2, n0, top, i - 1);
1056 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np2, n0, top, i - 1);
1104 bn_power5(tmp.d, tmp.d, powerbuf, np2, n0, top, wvalue);
1113 bn_power5(tmp.d, tmp.d, powerbuf, np2, n0, top, wvalue);
1117 ret = bn_from_montgomery(tmp.d, tmp.d, NULL, np2, n0, top)
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 450 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viable conversion}}
563 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viable conversion}} member in namespace:nested_non_capturing_lambda_tests::at_ns_scope
689 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viable conversion}} member in namespace:nested_non_capturing_lambda_tests::at_ns_scope_within_class_member
731 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viable conversion}} member in namespace:nested_non_capturing_lambda_tests::at_ns_scope_within_class_template_member
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 206 constexpr const int *np2 = &(*(int(*)[4])nullptr)[0]; // ok member in namespace:UndefinedBehavior::Ptr

Completed in 271 milliseconds