Searched refs:ConstantValue (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DOverload.h239 APValue &ConstantValue,
H A DInitialization.h839 /// *isInitializerConstant is set to true, *ConstantValue will be set to the
843 APValue *ConstantValue) const;
/external/llvm/lib/VMCore/
H A DInstructions.cpp162 Value *ConstantValue = getIncomingValue(0); local
164 if (getIncomingValue(i) != ConstantValue && getIncomingValue(i) != this) {
165 if (ConstantValue != this)
168 ConstantValue = getIncomingValue(i);
170 if (ConstantValue == this)
172 return ConstantValue;
/external/clang/lib/Sema/
H A DSemaOverload.cpp290 /// \param ConstantValue If this is an NK_Constant_Narrowing conversion, the
297 APValue &ConstantValue,
331 ConstantValue = APValue(IntConstantValue);
351 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) {
353 assert(ConstantValue.isFloat());
354 llvm::APFloat FloatVal = ConstantValue.getFloat();
424 ConstantValue = APValue(InitializerValue);
295 getNarrowingKind(ASTContext &Ctx, const Expr *Converted, APValue &ConstantValue, QualType &ConstantType) const argument
H A DSemaInit.cpp6094 APValue ConstantValue; local
6096 switch (SCS->getNarrowingKind(S.Context, PostInit, ConstantValue,
6126 << ConstantValue.getAsString(S.getASTContext(), ConstantType)

Completed in 581 milliseconds