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

  /external/clang/include/clang/Sema/
Initialization.h 757 /// *isInitializerConstant is set to true, *ConstantValue will be set to the
761 APValue *ConstantValue) const;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 162 Value *ConstantValue = getIncomingValue(0);
164 if (getIncomingValue(i) != ConstantValue)
166 return ConstantValue;
    [all...]

Completed in 5621 milliseconds