Searched refs:ecr (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconvert-to-bool.cpp51 void test_explicit_conv_to_ref(ExplicitConvToRef ecr) { argument
52 int& i1 = ecr; // expected-error{{non-const lvalue reference to type 'int' cannot bind to a value of unrelated type 'ExplicitConvToRef'}}
53 int& i2(ecr); // okay
/external/flac/libFLAC/
H A Dcpu.c326 FLAC__uint32 ecr = FLAC__cpu_xgetbv_x86(); local
327 if ((ecr & 0x6) != 0x6)
384 FLAC__uint32 ecr = FLAC__cpu_xgetbv_x86();
385 if ((ecr & 0x6) != 0x6)

Completed in 256 milliseconds