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

  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 65 const PBQP::Vector &cv1 = g->getNodeCosts(n1Itr); local
68 PBQPNum cost1 = cv1[0] / s->getSolverDegree(n1Itr);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 681 ContentValues cv1 = new ContentValues(); local
682 cv1.put(AccountColumns.IS_DEFAULT, false);
684 ops.add(ContentProviderOperation.newUpdate(CONTENT_URI).withValues(cv1).build());
751 ContentValues cv1 = new ContentValues(); local
752 cv1.put(AccountColumns.IS_DEFAULT, 0);
753 ops.add(ContentProviderOperation.newUpdate(CONTENT_URI).withValues(cv1).build());
    [all...]
  /external/clang/lib/Sema/
SemaCXXCast.cpp 413 llvm::SmallVector<Qualifiers, 8> cv1, cv2; local
434 cv1.push_back(RetainedSrcQuals);
437 if (cv1.empty())
445 for (llvm::SmallVector<Qualifiers, 8>::reverse_iterator i1 = cv1.rbegin(),
447 i1 != cv1.rend(); ++i1, ++i2) {
765 // A glvalue of type "cv1 T1" can be cast to type "rvalue reference to cv2
766 // T2" if "cv2 T2" is reference-compatible with "cv1 T1".
    [all...]

Completed in 131 milliseconds