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

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 37 bool IgnoreImag;
40 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) {
54 bool I = IgnoreImag;
55 IgnoreImag = false;
301 if (!IgnoreImag || isVolatile) {
786 bool IgnoreImag) {
790 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag)
CodeGenFunction.h     [all...]

Completed in 283 milliseconds