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

  /external/clang/test/SemaCXX/
convert-to-bool.cpp 60 void test_explicit_conv_to_ref(ExplicitConvToRef ecr) {
61 int& i1 = ecr; // expected-error{{non-const lvalue reference to type 'int' cannot bind to a value of unrelated type 'ExplicitConvToRef'}}
62 int& i2(ecr); // okay
  /external/flac/libFLAC/
cpu.c 328 FLAC__uint32 ecr = FLAC__cpu_xgetbv_x86(); local
329 if ((ecr & 0x6) != 0x6)
386 FLAC__uint32 ecr = FLAC__cpu_xgetbv_x86();
387 if ((ecr & 0x6) != 0x6)
  /toolchain/binutils/binutils-2.25/include/opcode/
tic6x-control-registers.h 28 CTRL(ecr, C64XP, write, 0x1d, 0x1f)
  /prebuilts/go/darwin-x86/src/net/http/
server.go 560 func (ecr *expectContinueReader) Read(p []byte) (n int, err error) {
561 if ecr.closed {
564 if !ecr.resp.wroteContinue && !ecr.resp.conn.hijacked() {
565 ecr.resp.wroteContinue = true
566 ecr.resp.conn.buf.WriteString("HTTP/1.1 100 Continue\r\n\r\n")
567 ecr.resp.conn.buf.Flush()
569 n, err = ecr.readCloser.Read(p)
571 ecr.sawEOF = true
576 func (ecr *expectContinueReader) Close() error
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go 560 func (ecr *expectContinueReader) Read(p []byte) (n int, err error) {
561 if ecr.closed {
564 if !ecr.resp.wroteContinue && !ecr.resp.conn.hijacked() {
565 ecr.resp.wroteContinue = true
566 ecr.resp.conn.buf.WriteString("HTTP/1.1 100 Continue\r\n\r\n")
567 ecr.resp.conn.buf.Flush()
569 n, err = ecr.readCloser.Read(p)
571 ecr.sawEOF = true
576 func (ecr *expectContinueReader) Close() error
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-bad-1.s 850 mvc .S2 ecr,b0
insns-c674x.s 869 mvc .S2 b10,ecr
    [all...]
insns-c674x.d     [all...]

Completed in 178 milliseconds