Lines Matching refs:FL
2631 const FloatingLiteral *FL = cast<FloatingLiteral>(E);2633 mangleType(FL->getType());2634 mangleFloat(FL->getValue());2737 /// <function-param> ::= fL <L-1 non-negative number>2739 /// <function-param> ::= fL <L-1 non-negative number>2774 Out << "fL" << (nestingDepth - 1) << 'p';