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 46 bool IgnoreImag;
49 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) {
63 bool I = IgnoreImag;
64 IgnoreImag = false;
302 if (!IgnoreImag || isVolatile) {
795 bool IgnoreImag) {
799 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag)
CodeGenFunction.h     [all...]

Completed in 20 milliseconds