Home
last modified time | relevance | path

Searched refs:AsInt (Results 1 – 4 of 4) 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.cpp1983 APInt AsInt = Value.bitcastToAPInt(); in ParseDirectiveRealValue() local
1984 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in ParseDirectiveRealValue()
1985 AsInt.getBitWidth() / 8, DEFAULT_ADDRSPACE); in ParseDirectiveRealValue()
/external/clang/lib/CodeGen/
DTargetInfo.cpp940 llvm::Value *AsInt = CGF.Builder.CreatePtrToInt(Addr, in EmitVAArg() local
943 Addr = CGF.Builder.CreateIntToPtr(CGF.Builder.CreateAnd(AsInt, Mask), in EmitVAArg()
2265 llvm::Value *AsInt = CGF.Builder.CreatePtrToInt(overflow_arg_area, in EmitVAArgFromMemory() local
2269 CGF.Builder.CreateIntToPtr(CGF.Builder.CreateAnd(AsInt, Mask), in EmitVAArgFromMemory()
/external/clang/lib/AST/
DExprConstant.cpp5432 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr() local
5434 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E); in VisitCastExpr()