HomeSort by relevance Sort by last modified time
    Searched refs:ConstantValue (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Sema/
Overload.h 240 APValue &ConstantValue,
Initialization.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 163 Value *ConstantValue = getIncomingValue(0);
165 if (getIncomingValue(i) != ConstantValue && getIncomingValue(i) != this) {
166 if (ConstantValue != this)
169 ConstantValue = getIncomingValue(i);
171 if (ConstantValue == this)
173 return ConstantValue;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 295 /// \param ConstantValue If this is an NK_Constant_Narrowing conversion, the
302 APValue &ConstantValue,
336 ConstantValue = APValue(IntConstantValue);
356 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) {
358 assert(ConstantValue.isFloat());
359 llvm::APFloat FloatVal = ConstantValue.getFloat();
429 ConstantValue = APValue(InitializerValue);
    [all...]
SemaInit.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 261 milliseconds