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

  /external/clang/lib/AST/
Expr.cpp 741 FloatingLiteralBits.IsExact = isexact;
748 FloatingLiteralBits.IsExact = false;
763 switch(FloatingLiteralBits.Semantics) {
782 FloatingLiteralBits.Semantics = IEEEhalf;
784 FloatingLiteralBits.Semantics = IEEEsingle;
786 FloatingLiteralBits.Semantics = IEEEdouble;
788 FloatingLiteralBits.Semantics = x87DoubleExtended;
790 FloatingLiteralBits.Semantics = IEEEquad;
792 FloatingLiteralBits.Semantics = PPCDoubleDouble;
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 294 FloatingLiteralBitfields FloatingLiteralBits;
    [all...]

Completed in 56 milliseconds