/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
ScaledNumber.h | 240 /// Compare two 64-bit numbers with different scales. Given that the scale of 241 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1, 247 /// \brief Compare two scaled numbers. 249 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers 267 // Compare digits. 392 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>())) 568 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; } 569 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; } 570 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; 669 int compare(const ScaledNumber &X) const { function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
GenericDomTree.h | 97 bool compare(const DomTreeNodeBase *Other) const { function in class:llvm::DomTreeNodeBase 314 /// compare - Return false if the other dominator tree base matches this 316 bool compare(const DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase 333 if (MyNd.compare(&OtherNd)) 430 // Compare the result of the tree walk and the dfs numbers, if expensive
|
ScaledNumber.h | 240 /// Compare two 64-bit numbers with different scales. Given that the scale of 241 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1, 247 /// \brief Compare two scaled numbers. 249 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers 267 // Compare digits. 392 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>())) 568 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; } 569 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; } 570 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; 669 int compare(const ScaledNumber &X) const { function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
GenericDomTree.h | 97 bool compare(const DomTreeNodeBase *Other) const { function in class:llvm::DomTreeNodeBase 314 /// compare - Return false if the other dominator tree base matches this 316 bool compare(const DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase 333 if (MyNd.compare(&OtherNd)) 430 // Compare the result of the tree walk and the dfs numbers, if expensive
|
ScaledNumber.h | 240 /// Compare two 64-bit numbers with different scales. Given that the scale of 241 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1, 247 /// \brief Compare two scaled numbers. 249 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers 267 // Compare digits. 392 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>())) 568 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; } 569 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; } 570 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; 669 int compare(const ScaledNumber &X) const { function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
GenericDomTree.h | 137 bool compare(const DomTreeNodeBase<NodeT> *Other) const { function in class:llvm::DomTreeNodeBase 374 /// compare - Return false if the other dominator tree base matches this 376 bool compare(const DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase 392 if (MyNd.compare(&OtherNd)) 482 // Compare the result of the tree walk and the dfs numbers, if expensive
|
ScaledNumber.h | 240 /// Compare two 64-bit numbers with different scales. Given that the scale of 241 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1, 247 /// \brief Compare two scaled numbers. 249 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers 267 // Compare digits. 392 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>())) 568 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; } 569 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; } 570 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; 669 int compare(const ScaledNumber &X) const { function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
GenericDomTree.h | 137 bool compare(const DomTreeNodeBase<NodeT> *Other) const { function in class:llvm::DomTreeNodeBase 367 /// compare - Return false if the other dominator tree base matches this 369 bool compare(const DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase 385 if (MyNd.compare(&OtherNd)) 475 // Compare the result of the tree walk and the dfs numbers, if expensive
|
ScaledNumber.h | 240 /// Compare two 64-bit numbers with different scales. Given that the scale of 241 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1, 247 /// \brief Compare two scaled numbers. 249 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers 267 // Compare digits. 392 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>())) 568 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; } 569 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; } 570 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; 669 int compare(const ScaledNumber &X) const { function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
GenericDomTree.h | 137 bool compare(const DomTreeNodeBase<NodeT> *Other) const { function in class:llvm::DomTreeNodeBase 367 /// compare - Return false if the other dominator tree base matches this 369 bool compare(const DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase 385 if (MyNd.compare(&OtherNd)) 475 // Compare the result of the tree walk and the dfs numbers, if expensive
|
ScaledNumber.h | 240 /// Compare two 64-bit numbers with different scales. Given that the scale of 241 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1, 247 /// \brief Compare two scaled numbers. 249 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers 267 // Compare digits. 392 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>())) 568 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; } 569 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; } 570 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; 669 int compare(const ScaledNumber &X) const { function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
GenericDomTree.h | 97 bool compare(const DomTreeNodeBase *Other) const { function in class:llvm::DomTreeNodeBase 314 /// compare - Return false if the other dominator tree base matches this 316 bool compare(const DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase 333 if (MyNd.compare(&OtherNd)) 430 // Compare the result of the tree walk and the dfs numbers, if expensive
|
ScaledNumber.h | 240 /// Compare two 64-bit numbers with different scales. Given that the scale of 241 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1, 247 /// \brief Compare two scaled numbers. 249 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers 267 // Compare digits. 392 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>())) 568 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; } 569 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; } 570 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; 669 int compare(const ScaledNumber &X) const { function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
GenericDomTree.h | 97 bool compare(const DomTreeNodeBase *Other) const { function in class:llvm::DomTreeNodeBase 314 /// compare - Return false if the other dominator tree base matches this 316 bool compare(const DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase 333 if (MyNd.compare(&OtherNd)) 430 // Compare the result of the tree walk and the dfs numbers, if expensive
|
ScaledNumber.h | 240 /// Compare two 64-bit numbers with different scales. Given that the scale of 241 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1, 247 /// \brief Compare two scaled numbers. 249 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers 267 // Compare digits. 392 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>())) 568 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; } 569 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; } 570 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; 669 int compare(const ScaledNumber &X) const { function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
GenericDomTree.h | 97 bool compare(const DomTreeNodeBase *Other) const { function in class:llvm::DomTreeNodeBase 314 /// compare - Return false if the other dominator tree base matches this 316 bool compare(const DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase 333 if (MyNd.compare(&OtherNd)) 430 // Compare the result of the tree walk and the dfs numbers, if expensive
|
ScaledNumber.h | 240 /// Compare two 64-bit numbers with different scales. Given that the scale of 241 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1, 247 /// \brief Compare two scaled numbers. 249 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers 267 // Compare digits. 392 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>())) 568 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; } 569 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; } 570 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; 669 int compare(const ScaledNumber &X) const { function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
GenericDomTree.h | 97 bool compare(const DomTreeNodeBase *Other) const { function in class:llvm::DomTreeNodeBase 314 /// compare - Return false if the other dominator tree base matches this 316 bool compare(const DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase 333 if (MyNd.compare(&OtherNd)) 430 // Compare the result of the tree walk and the dfs numbers, if expensive
|
ScaledNumber.h | 240 /// Compare two 64-bit numbers with different scales. Given that the scale of 241 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1, 247 /// \brief Compare two scaled numbers. 249 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers 267 // Compare digits. 392 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>())) 568 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; } 569 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; } 570 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; 669 int compare(const ScaledNumber &X) const { function in class:llvm::ScaledNumber [all...] |
/prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0/ |
testutils-25.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha4/ |
testutils-25.2.0-alpha4.jar | |
/prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha7/ |
testutils-25.2.0-alpha7.jar | |
/prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta1/ |
testutils-25.2.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta2/ |
testutils-25.2.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta3/ |
testutils-25.2.0-beta3.jar | |