Home
last modified time | relevance | path

Searched defs:Real (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dqualified-names-diag.cpp8 typedef float Real; typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h37 Real, enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAPValue.h72 APSInt Real, Imag; member
76 APFloat Real, Imag; member
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp316 llvm::Value *Real=nullptr, *Imag=nullptr; in EmitLoadOfLValue() local
993 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); in VisitInitListExpr() local
H A DCGCall.cpp3377 llvm::Value *Real = Builder.CreateExtractValue(CI, 0); in EmitCall() local
H A DCGBuiltin.cpp271 Value *Real = ComplexVal.first; in EmitBuiltinExpr() local
H A DTargetInfo.cpp3715 llvm::Value *Real = Builder.CreateLoad(RealAddr, false, ".vareal"); in EmitVAArg() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7884 APFloat &Real = Result.FloatReal; in VisitCastExpr() local
7920 APSInt &Real = Result.IntReal; in VisitCastExpr() local
7971 APFloat &Real = Result.FloatReal; in VisitBinaryOperator() local
7986 APFloat &Real = RHS.FloatReal; in VisitBinaryOperator() local