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

  /external/clang/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
127 /// (ICK_Identity). Note that the three conversions are
226 return Second == ICK_Identity && Third == ICK_Identity;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Overload.h 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
137 /// (ICK_Identity). Note that the three conversions are
237 return Second == ICK_Identity && Third == ICK_Identity;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 180 First = ICK_Identity;
181 Second = ICK_Identity;
182 Third = ICK_Identity;
446 if (First != ICK_Identity) {
451 if (Second != ICK_Identity) {
467 if (Third != ICK_Identity) {
    [all...]
SemaExprCXX.cpp     [all...]

Completed in 91 milliseconds