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 47 bool IgnoreImag;
50 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) {
64 bool I = IgnoreImag;
65 IgnoreImag = false;
318 if (!IgnoreImag || isVolatile) {
838 bool IgnoreImag) {
842 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag)
    [all...]
CodeGenFunction.h     [all...]

Completed in 61 milliseconds