Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp47 int AsInt() { in AsInt() function in Foo
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DJSONTest.cpp271 llvm::Optional<int64_t> AsInt; in TEST() member
318 EXPECT_EQ(Doc->getAsInteger(), T.AsInt) << T.Desc; in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3087 APInt AsInt; in parseDirectiveRealValue() local
3088 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()
3090 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealValue()
3091 AsInt.getBitWidth() / 8); in parseDirectiveRealValue()
4613 APInt AsInt; in parseDirectiveRealDCB() local
4614 if (parseRealValue(Semantics, AsInt)) in parseDirectiveRealDCB()
4622 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealDCB()
4623 AsInt.getBitWidth() / 8); in parseDirectiveRealDCB()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp1794 APInt AsInt = Value.bitcastToAPInt(); in ParseDirectiveRealValue() local
1795 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in ParseDirectiveRealValue()
1796 AsInt.getBitWidth() / 8, DEFAULT_ADDRSPACE); in ParseDirectiveRealValue()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2782 APInt AsInt = Value.bitcastToAPInt(); in parseDirectiveRealValue() local
2783 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealValue()
2784 AsInt.getBitWidth() / 8); in parseDirectiveRealValue()
/external/clang/lib/AST/
DExprConstant.cpp8132 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr() local
8134 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E); in VisitCastExpr()