Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DOverload.h240 APValue &ConstantValue,
DInitialization.h862 APValue *ConstantValue) const;
/external/llvm/lib/IR/
DInstructions.cpp163 Value *ConstantValue = getIncomingValue(0); in hasConstantValue() local
165 if (getIncomingValue(i) != ConstantValue && getIncomingValue(i) != this) { in hasConstantValue()
166 if (ConstantValue != this) in hasConstantValue()
169 ConstantValue = getIncomingValue(i); in hasConstantValue()
171 if (ConstantValue == this) in hasConstantValue()
173 return ConstantValue; in hasConstantValue()
/external/clang/lib/Sema/
DSemaOverload.cpp302 APValue &ConstantValue, in getNarrowingKind() argument
336 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()
356 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) { in getNarrowingKind()
358 assert(ConstantValue.isFloat()); in getNarrowingKind()
359 llvm::APFloat FloatVal = ConstantValue.getFloat(); in getNarrowingKind()
429 ConstantValue = APValue(InitializerValue); in getNarrowingKind()
DSemaInit.cpp6285 APValue ConstantValue; in DiagnoseNarrowingInInitList() local
6287 switch (SCS->getNarrowingKind(S.Context, PostInit, ConstantValue, in DiagnoseNarrowingInInitList()
6317 << ConstantValue.getAsString(S.getASTContext(), ConstantType) in DiagnoseNarrowingInInitList()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1416469 (KJS::ConstantValues::init): NaN is no longer a ConstantValue