HomeSort by relevance Sort by last modified time
    Searched refs:compare (Results 376 - 400 of 5560) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 63 * Use a collator to compare strings in a localized manner.
126 protected int compare(String word, String letter) { method in class:AlphabetIndexer
134 return mCollator.compare(firstLetter, letter);
212 int diff = compare(curName, targetLetter);
224 // if (mCollator.compare(startingLetter, targetLetter) < 0) {
265 if (compare(curName, targetLetter) == 0) {
  /frameworks/base/libs/androidfw/tests/
CommonHelpers.h 40 return a.compare(b) == 0;
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 58 bool compare(const key_type& pKey);
  /frameworks/support/mediarouter/src/androidTest/java/androidx/mediarouter/app/
MediaRouteChooserDialogTest.java 94 int result = mComparator.compare(routeInfo1, routeInfo2);
102 int result = mComparator.compare(routeInfo1, routeInfo2);
110 int result1 = mComparator.compare(routeInfo1, routeInfo2);
115 int result2 = mComparator.compare(routeInfo3, routeInfo4);
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/vo/
AvgWeightByAge.java 78 return Float.compare(that.mWeight, mWeight) == 0;
  /libcore/luni/src/test/java/libcore/java/util/
ObjectsTest.java 29 assertEquals(0, Objects.compare(null, null, String.CASE_INSENSITIVE_ORDER));
30 assertEquals(0, Objects.compare("a", "A", String.CASE_INSENSITIVE_ORDER));
31 assertEquals(-1, Objects.compare("a", "b", String.CASE_INSENSITIVE_ORDER));
32 assertEquals(1, Objects.compare("b", "a", String.CASE_INSENSITIVE_ORDER));
  /packages/apps/DeskClock/src/com/android/deskclock/data/
CustomRingtone.java 61 return String.CASE_INSENSITIVE_ORDER.compare(getTitle(), other.getTitle());
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java 71 public int compare(WnnWord word1, WnnWord word2) { method in class:UserDictionaryToolsListEN.ListComparatorEN
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsListJAJP.java 68 public int compare(WnnWord word1, WnnWord word2) { method in class:UserDictionaryToolsListJAJP.ListComparatorJAJP
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneNumberUtilsAdapterImpl.java 41 return PhoneNumberUtils.compare(number1, number2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.ops/string.accessors/
c_str.pass.cpp 27 assert(T::compare(str, &s[0], s.size()) == 0);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
Android.mk 28 -Wno-sign-compare
46 -Wno-sign-compare
  /system/chre/build/variant/
google_x86_googletest.mk 20 TARGET_CFLAGS += -Wno-sign-compare
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
cmp.s 1 # Source file used to test the compare instructions
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectoryEntry.java 41 public int compare(FsDirectoryEntry e1, FsDirectoryEntry e2) {
43 /* compare names */
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 29 // represent mutex expressions directly, since there is no easy way to compare
275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
276 // compare all subexpressions, following the comparator interface
396 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
457 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
460 return Cmp.compare(Result, E->Result);
485 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
541 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const function in class:clang::threadSafety::LiteralPtr
686 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
742 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
778 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
814 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
855 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
894 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
947 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
982 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1017 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1047 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1079 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1116 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1154 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1192 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1238 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1279 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1344 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1408 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1460 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1495 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1652 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1767 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1803 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1843 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1891 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 29 // represent mutex expressions directly, since there is no easy way to compare
275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
276 // compare all subexpressions, following the comparator interface
396 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
457 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
460 return Cmp.compare(Result, E->Result);
485 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
541 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const function in class:clang::threadSafety::LiteralPtr
686 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
742 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
778 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
814 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
855 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
894 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
947 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
982 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1017 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1047 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1079 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1116 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1154 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1192 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1238 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1279 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1344 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1408 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1460 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1495 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1652 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1767 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1803 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1843 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1891 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 29 // represent mutex expressions directly, since there is no easy way to compare
275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
276 // compare all subexpressions, following the comparator interface
396 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
457 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
460 return Cmp.compare(Result, E->Result);
485 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
541 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const function in class:clang::threadSafety::LiteralPtr
686 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
742 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
778 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
814 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
855 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
894 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
947 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
982 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1017 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1047 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1079 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1116 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1154 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1192 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1238 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1279 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1344 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1408 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1460 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1495 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1652 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1767 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1803 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1843 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1891 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 29 // represent mutex expressions directly, since there is no easy way to compare
275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
276 // compare all subexpressions, following the comparator interface
396 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
457 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
460 return Cmp.compare(Result, E->Result);
485 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
541 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const function in class:clang::threadSafety::LiteralPtr
686 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
742 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
778 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
814 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
855 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
894 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
947 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
982 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1017 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1047 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1079 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1116 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1154 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1192 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1238 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1279 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1344 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1408 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1460 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1495 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1652 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1767 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1803 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1843 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1891 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 29 // represent mutex expressions directly, since there is no easy way to compare
275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
276 // compare all subexpressions, following the comparator interface
396 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
457 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
460 return Cmp.compare(Result, E->Result);
485 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
541 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const function in class:clang::threadSafety::LiteralPtr
686 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
742 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
778 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
814 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
855 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
894 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
946 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
981 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1016 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1046 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1078 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1115 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1153 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1191 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1237 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1278 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1343 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1407 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1459 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1494 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1651 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1766 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1802 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1842 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1890 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 29 // represent mutex expressions directly, since there is no easy way to compare
275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
276 // compare all subexpressions, following the comparator interface
396 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
457 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
460 return Cmp.compare(Result, E->Result);
485 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
541 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const function in class:clang::threadSafety::LiteralPtr
686 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
742 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
778 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
814 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
855 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
894 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
946 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
981 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1016 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1046 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1078 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1115 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1153 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1191 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1237 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1278 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1343 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1407 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1459 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1494 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1651 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1766 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1802 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1842 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1890 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 29 // represent mutex expressions directly, since there is no easy way to compare
275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
276 // compare all subexpressions, following the comparator interface
396 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
457 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
460 return Cmp.compare(Result, E->Result);
485 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
541 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const function in class:clang::threadSafety::LiteralPtr
686 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
742 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
778 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
814 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
855 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
894 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
946 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
981 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1016 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1046 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1078 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1115 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1153 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1191 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1237 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1278 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1343 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1407 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1459 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1494 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1651 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1766 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1802 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1842 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1890 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 29 // represent mutex expressions directly, since there is no easy way to compare
275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
276 // compare all subexpressions, following the comparator interface
396 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
457 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
460 return Cmp.compare(Result, E->Result);
485 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
541 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const function in class:clang::threadSafety::LiteralPtr
686 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
742 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
778 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
814 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
855 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
894 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
946 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
981 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1016 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1046 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1078 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1115 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1153 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1191 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1237 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1278 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1343 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1407 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1459 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1494 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1651 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1766 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1802 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1842 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1890 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 29 // represent mutex expressions directly, since there is no easy way to compare
275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
276 // compare all subexpressions, following the comparator interface
396 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
457 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
460 return Cmp.compare(Result, E->Result);
485 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
541 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const function in class:clang::threadSafety::LiteralPtr
686 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
742 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
778 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
814 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
855 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
894 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
947 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
982 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1017 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1047 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1079 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1116 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1154 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1192 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1238 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1279 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1344 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1408 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1460 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1495 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1652 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1767 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1803 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1843 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1891 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 29 // represent mutex expressions directly, since there is no easy way to compare
275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
276 // compare all subexpressions, following the comparator interface
396 typename C::CType compare(const Variable* E, C& Cmp) const { function in class:clang::threadSafety::Variable
457 typename C::CType compare(const Future* E, C& Cmp) const { function in class:clang::threadSafety::Future
460 return Cmp.compare(Result, E->Result);
485 typename C::CType compare(const Undefined* E, C& Cmp) const { function in class:clang::threadSafety::Undefined
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { function in class:clang::threadSafety::Wildcard
541 typename C::CType compare(const Literal* E, C& Cmp) const { function in class:clang::threadSafety::Literal
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const function in class:clang::threadSafety::LiteralPtr
686 typename C::CType compare(const Function* E, C& Cmp) const { function in class:clang::threadSafety::Function
742 typename C::CType compare(const SFunction* E, C& Cmp) const { function in class:clang::threadSafety::SFunction
778 typename C::CType compare(const Code* E, C& Cmp) const { function in class:clang::threadSafety::Code
814 typename C::CType compare(const Field* E, C& Cmp) const { function in class:clang::threadSafety::Field
855 typename C::CType compare(const Apply* E, C& Cmp) const { function in class:clang::threadSafety::Apply
894 typename C::CType compare(const SApply* E, C& Cmp) const { function in class:clang::threadSafety::SApply
947 typename C::CType compare(const Project* E, C& Cmp) const { function in class:clang::threadSafety::Project
982 typename C::CType compare(const Call* E, C& Cmp) const { function in class:clang::threadSafety::Call
1017 typename C::CType compare(const Alloc* E, C& Cmp) const { function in class:clang::threadSafety::Alloc
1047 typename C::CType compare(const Load* E, C& Cmp) const { function in class:clang::threadSafety::Load
1079 typename C::CType compare(const Store* E, C& Cmp) const { function in class:clang::threadSafety::Store
1116 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { function in class:clang::threadSafety::ArrayIndex
1154 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { function in class:clang::threadSafety::ArrayAdd
1192 typename C::CType compare(const UnaryOp* E, C& Cmp) const { function in class:clang::threadSafety::UnaryOp
1238 typename C::CType compare(const BinaryOp* E, C& Cmp) const { function in class:clang::threadSafety::BinaryOp
1279 typename C::CType compare(const Cast* E, C& Cmp) const { function in class:clang::threadSafety::Cast
1344 typename C::CType compare(const Phi *E, C &Cmp) const { function in class:clang::threadSafety::Phi
1408 typename C::CType compare(const Goto *E, C &Cmp) const { function in class:clang::threadSafety::Goto
1460 typename C::CType compare(const Branch *E, C &Cmp) const { function in class:clang::threadSafety::Branch
1495 typename C::CType compare(const Return *E, C &Cmp) const { function in class:clang::threadSafety::Return
1652 typename C::CType compare(const BasicBlock *E, C &Cmp) const { function in class:clang::threadSafety::BasicBlock
1767 typename C::CType compare(const SCFG *E, C &Cmp) const { function in class:clang::threadSafety::SCFG
1803 typename C::CType compare(const Identifier* E, C& Cmp) const { function in class:clang::threadSafety::Identifier
1843 typename C::CType compare(const IfThenElse* E, C& Cmp) const { function in class:clang::threadSafety::IfThenElse
1891 typename C::CType compare(const Let* E, C& Cmp) const { function in class:clang::threadSafety::Let
    [all...]

Completed in 953 milliseconds

<<11121314151617181920>>