HomeSort by relevance Sort by last modified time
    Searched full:expl (Results 1 - 25 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 30 } constexpr expl; variable in typeref:struct:Explicit
38 constexpr int test_explicit(expl); // ok
49 auto new3 = new int[1][expl]; // expected-error {{explicit conversion}}
57 enum3 = expl, // expected-error {{explicit conversion}}
66 alignas(expl) int alignas3; // expected-error {{explicit conversion}}
75 int array3[expl]; // expected-error {{non-integer type}}
83 int bitfield3 : expl; // expected-error {{explicit conversion}}
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c 50 uint32 expL = 0;
51 expL += ( ( valA >> ( expL + 0x10 ) ) != 0 ) << 4;
52 expL += ( ( valA >> ( expL + 0x08 ) ) != 0 ) << 3;
53 expL += ( ( valA >> ( expL + 0x04 ) ) != 0 ) << 2;
54 expL += ( ( valA >> ( expL + 0x02 ) ) != 0 ) << 1;
55 switch( expL >> 1
    [all...]
  /external/libsepol/src/
hierarchy.c 335 cond_av_list_t *cur_av, *expl = NULL; local
347 &expl, &expa)) {
351 args->opt_cond_list = expl;
352 for (cur_av = expl; cur_av; cur_av = cur_av->next) {
362 cond_av_list_destroy(expl);
371 &expl, &expa)) {
375 args->opt_cond_list = expl;
376 for (cur_av = expl; cur_av; cur_av = cur_av->next) {
387 cond_av_list_destroy(expl);