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 703 FloatingLiteralBits.IsExact = isexact;
710 FloatingLiteralBits.IsExact = false;
725 switch(FloatingLiteralBits.Semantics) {
744 FloatingLiteralBits.Semantics = IEEEhalf;
746 FloatingLiteralBits.Semantics = IEEEsingle;
748 FloatingLiteralBits.Semantics = IEEEdouble;
750 FloatingLiteralBits.Semantics = x87DoubleExtended;
752 FloatingLiteralBits.Semantics = IEEEquad;
754 FloatingLiteralBits.Semantics = PPCDoubleDouble;
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 297 FloatingLiteralBitfields FloatingLiteralBits;
    [all...]

Completed in 66 milliseconds