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

  /external/clang/lib/AST/
TemplateBase.cpp 48 // argument value, requiring isSameValue here instead of operator==.
49 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) {
ASTImporter.cpp 312 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), Arg2.getAsIntegral());
466 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize()))
    [all...]
  /external/llvm/include/llvm/ADT/
APSInt.h 281 static bool isSameValue(const APSInt &I1, const APSInt &I2) {
APInt.h 558 static bool isSameValue(const APInt &I1, const APInt &I2) {
    [all...]

Completed in 66 milliseconds