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 668 FloatingLiteralBits.IsExact = isexact;
675 FloatingLiteralBits.IsExact = false;
690 switch(FloatingLiteralBits.Semantics) {
709 FloatingLiteralBits.Semantics = IEEEhalf;
711 FloatingLiteralBits.Semantics = IEEEsingle;
713 FloatingLiteralBits.Semantics = IEEEdouble;
715 FloatingLiteralBits.Semantics = x87DoubleExtended;
717 FloatingLiteralBits.Semantics = IEEEquad;
719 FloatingLiteralBits.Semantics = PPCDoubleDouble;
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 297 FloatingLiteralBitfields FloatingLiteralBits;
    [all...]

Completed in 42 milliseconds