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 652 FloatingLiteralBits.IsExact = isexact;
659 FloatingLiteralBits.IsExact = false;
674 switch(FloatingLiteralBits.Semantics) {
693 FloatingLiteralBits.Semantics = IEEEhalf;
695 FloatingLiteralBits.Semantics = IEEEsingle;
697 FloatingLiteralBits.Semantics = IEEEdouble;
699 FloatingLiteralBits.Semantics = x87DoubleExtended;
701 FloatingLiteralBits.Semantics = IEEEquad;
703 FloatingLiteralBits.Semantics = PPCDoubleDouble;
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 297 FloatingLiteralBitfields FloatingLiteralBits;
    [all...]

Completed in 28 milliseconds