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 746 FloatingLiteralBits.IsExact = isexact;
753 FloatingLiteralBits.IsExact = false;
768 switch(FloatingLiteralBits.Semantics) {
787 FloatingLiteralBits.Semantics = IEEEhalf;
789 FloatingLiteralBits.Semantics = IEEEsingle;
791 FloatingLiteralBits.Semantics = IEEEdouble;
793 FloatingLiteralBits.Semantics = x87DoubleExtended;
795 FloatingLiteralBits.Semantics = IEEEquad;
797 FloatingLiteralBits.Semantics = PPCDoubleDouble;
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 249 FloatingLiteralBitfields FloatingLiteralBits;
    [all...]

Completed in 40 milliseconds