Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DOverload.h239 APValue &ConstantValue,
DInitialization.h840 APValue *ConstantValue) const;
/external/llvm/lib/VMCore/
DInstructions.cpp162 Value *ConstantValue = getIncomingValue(0); in hasConstantValue() local
164 if (getIncomingValue(i) != ConstantValue) in hasConstantValue()
166 return ConstantValue; in hasConstantValue()
/external/clang/lib/Sema/
DSemaOverload.cpp296 APValue &ConstantValue, in getNarrowingKind() argument
330 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()
350 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) { in getNarrowingKind()
352 assert(ConstantValue.isFloat()); in getNarrowingKind()
353 llvm::APFloat FloatVal = ConstantValue.getFloat(); in getNarrowingKind()
396 ConstantValue = APValue(InitializerValue); in getNarrowingKind()
DSemaInit.cpp6046 APValue ConstantValue; in DiagnoseNarrowingInInitList() local
6048 switch (SCS->getNarrowingKind(S.Context, PostInit, ConstantValue, in DiagnoseNarrowingInInitList()
6078 << ConstantValue.getAsString(S.getASTContext(), ConstantType) in DiagnoseNarrowingInInitList()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1416469 (KJS::ConstantValues::init): NaN is no longer a ConstantValue