Searched defs:testb (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dkey-function-vtable.cpp9 struct testb { virtual void a() {} }; struct
10 testb *testbvar = new testb;
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc134 bool testb = mode & std::ios_base::binary; local
162 if (testb)
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.cc1741 void Assembler::testb(Register dst, Register src) { function in class:v8::internal::Assembler
1758 void Assembler::testb(Register reg, Immediate mask) { function in class:v8::internal::Assembler
1776 void Assembler::testb(const Operand& op, Immediate mask) { function in class:v8::internal::Assembler
1786 void Assembler::testb(const Operand& op, Register reg) { function in class:v8::internal::Assembler
1814 // testl with a mask that fits in the low byte is exactly testb.
1816 testb(reg, mask);
1834 // testl with a mask that fits in the low byte is exactly testb.
1836 testb(op, mask);

Completed in 138 milliseconds