Searched defs:ecb (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Support/
H A DIntEqClasses.cpp35 unsigned ecb = EC[b]; local
39 while (eca != ecb)
40 if (eca < ecb)
41 EC[b] = eca, b = ecb, ecb = EC[b];
43 EC[a] = ecb, a = eca, eca = EC[a];
/external/clang/test/SemaCXX/
H A Dconvert-to-bool.cpp20 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) { argument
23 if (ecb) { }
26 for (; ecb; ) { }
29 while (ecb) { }
32 do { } while (ecb);
36 if (!ecb) { }
38 bool b1 = !ecb;
39 if (ctb && ecb) { }
40 bool b2 = ctb && ecb;
41 if (ctb || ecb) { }
54 test_explicit_bool(ExplicitConvToBool ecb) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp84 constexpr int E::*ecb = cb; // expected-note +{{here}} member in class:PtrMem::E
106 using Aecb = A<int E::*, ecb>; // expected-error {{not supported}}
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ee_int.h408 tNFA_EE_ECB ecb[NFA_EE_NUM_ECBS]; /* control block for DH and NFCEEs */ member in struct:__anon10216

Completed in 185 milliseconds