Searched refs:AsInt (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
D | p5.cpp | 47 int AsInt() { in AsInt() function in Foo
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | JSONTest.cpp | 271 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/ |
D | AsmParser.cpp | 3087 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/ |
D | AsmParser.cpp | 1794 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/ |
D | AsmParser.cpp | 2782 APInt AsInt = Value.bitcastToAPInt(); in parseDirectiveRealValue() local 2783 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealValue() 2784 AsInt.getBitWidth() / 8); in parseDirectiveRealValue()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 8132 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr() local 8134 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E); in VisitCastExpr()
|