Home
last modified time | relevance | path

Searched refs:AsInt (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp47 int AsInt() { in AsInt() function in Foo
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2645 APInt AsInt = Value.bitcastToAPInt(); in parseDirectiveRealValue() local
2646 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealValue()
2647 AsInt.getBitWidth() / 8); in parseDirectiveRealValue()
/external/clang/lib/AST/
DExprConstant.cpp7832 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr() local
7834 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E); in VisitCastExpr()