Home | History | Annotate | Download | only in AST

Lines Matching defs:FL

3397     const FloatingLiteral *FL = cast<FloatingLiteral>(E);
3399 mangleType(FL->getType());
3400 mangleFloat(FL->getValue());
3512 Out << (FE->getInit() ? "fL" : "fl");
3554 /// <function-param> ::= fL <L-1 non-negative number>
3556 /// <function-param> ::= fL <L-1 non-negative number>
3591 Out << "fL" << (nestingDepth - 1) << 'p';