HomeSort by relevance Sort by last modified time
    Searched refs:UT (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/lib/Basic/
DiagnosticOptions.cpp 20 using UT = std::underlying_type<DiagnosticLevelMask>::type;
21 return Out << static_cast<UT>(M);
  /external/libcxx/test/std/experimental/filesystem/fs.enum/
check_bitmask_types.hpp 11 class UT = typename std::underlying_type<EnumType>::type,
12 UT UVal1 = static_cast<UT>(Val1),
13 UT UVal2 = static_cast<UT>(Val2),
14 UT UZero = static_cast<UT>(0),
19 static constexpr UT dcast(EnumType e) { return static_cast<UT>(e); }
20 static constexpr UT unpromote(decltype((~UZero)) promoted) { return static_cast<UT>(promoted);
    [all...]
enum.directory_options.pass.cpp 33 typedef std::underlying_type<E>::type UT;
34 static_assert(!std::is_convertible<E, UT>::value, "");
35 static_assert(std::is_same<UT, unsigned char>::value, "");
enum.file_type.pass.cpp 31 typedef std::underlying_type<E>::type UT;
32 static_assert(!std::is_convertible<E, UT>::value, "");
34 static_assert(std::is_same<UT, signed char>::value, ""); // Implementation detail
enum.copy_options.pass.cpp 32 typedef std::underlying_type<E>::type UT;
33 static_assert(!std::is_convertible<E, UT>::value, "");
35 static_assert(std::is_same<UT, unsigned short>::value, ""); // Implementation detail
enum.perms.pass.cpp 33 typedef std::underlying_type<E>::type UT;
34 static_assert(!std::is_convertible<E, UT>::value, "");
36 static_assert(std::is_same<UT, unsigned >::value, ""); // Implementation detail
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
48 static_cast<UT>(LHS) | static_cast<UT>(RHS));
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
55 static_cast<UT>(LHS) & static_cast<UT>(RHS));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
48 static_cast<UT>(LHS) | static_cast<UT>(RHS));
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
55 static_cast<UT>(LHS) & static_cast<UT>(RHS));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
48 static_cast<UT>(LHS) | static_cast<UT>(RHS));
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
55 static_cast<UT>(LHS) & static_cast<UT>(RHS));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
48 static_cast<UT>(LHS) | static_cast<UT>(RHS));
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
55 static_cast<UT>(LHS) & static_cast<UT>(RHS));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
48 static_cast<UT>(LHS) | static_cast<UT>(RHS));
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
55 static_cast<UT>(LHS) & static_cast<UT>(RHS));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
48 static_cast<UT>(LHS) | static_cast<UT>(RHS));
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
55 static_cast<UT>(LHS) & static_cast<UT>(RHS));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
48 static_cast<UT>(LHS) | static_cast<UT>(RHS));
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
55 static_cast<UT>(LHS) & static_cast<UT>(RHS));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
48 static_cast<UT>(LHS) | static_cast<UT>(RHS));
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
55 static_cast<UT>(LHS) & static_cast<UT>(RHS));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
48 static_cast<UT>(LHS) | static_cast<UT>(RHS));
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
55 static_cast<UT>(LHS) & static_cast<UT>(RHS));
  /external/llvm/include/llvm/ExecutionEngine/
JITSymbolFlags.h 30 typedef std::underlying_type<JITSymbolFlags>::type UT;
32 static_cast<UT>(LHS) | static_cast<UT>(RHS));
41 typedef std::underlying_type<JITSymbolFlags>::type UT;
43 static_cast<UT>(LHS) & static_cast<UT>(RHS));
  /external/llvm/lib/ExecutionEngine/Orc/
OrcError.cpp 58 typedef std::underlying_type<OrcErrorCode>::type UT;
60 std::error_code(static_cast<UT>(ErrCode), *OrcErrCat));
  /frameworks/compile/slang/
slang_rs_special_kernel_param.cpp 119 const clang::QualType UT = QT.getUnqualifiedType();
128 if (SpecialParameterIdx < 0 && UT.getAsString() == KernelContextUnqualifiedTypeName) {
181 if (UT != C.UnsignedIntTy && UT != C.IntTy) {
208 if (UT.getAsString() != KernelContextUnqualifiedTypeName) {
  /external/libcxx/test/libcxx/language.support/support.dynamic/
new_faligned_allocation.sh.cpp 28 typedef std::underlying_type<std::align_val_t>::type UT;
29 static_assert((std::is_same<UT, std::size_t>::value), "");
  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 111 const RecordType *UT = T->getAsUnionType();
112 if (!UT || !UT->getDecl()->hasAttr<TransparentUnionAttr>())
  /external/pdfium/core/fxcrt/
fx_basic_gcc.cpp 48 template <typename T, typename UT, typename STR_T>
60 UT uvalue;
64 uvalue = static_cast<UT>(-(value + 1)) + 1;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarAstronomer.java 369 double UT = normalize((double)time/HOUR_MS, 24);
371 siderealTime = normalize(getSiderealOffset() + UT*1.002737909, 24);
756 // // 5. Calculate GST at 0h UT of this date
789 // // 11. Convert GST to UT and then to local civil time
790 // double ut = gstToUt(rise ? gstr : gsts);
791 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
792 // long midnight = DAY_MS * (time / DAY_MS); // Find UT midnight on this day
793 // return midnight + (long) (ut * 3600000);
810 // * Convert UT to GST on this date.
812 // * @param ut in hour
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 385 double UT = normalize(fTime/(double)HOUR_MS, 24.);
387 siderealTime = normalize(getSiderealOffset() + UT*1.002737909, 24.);
814 // // 5. Calculate GST at 0h UT of this date
847 // // 11. Convert GST to UT and then to local civil time
848 // double ut = gstToUt(rise ? gstr : gsts);
849 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
850 // long midnight = DAY_MS * (time / DAY_MS); // Find UT midnight on this day
851 // return midnight + (long) (ut * 3600000);
868 // * Convert UT to GST on this date.
870 // * @param ut in hour
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 367 double UT = normalize((double)time/HOUR_MS, 24);
369 siderealTime = normalize(getSiderealOffset() + UT*1.002737909, 24);
754 // // 5. Calculate GST at 0h UT of this date
787 // // 11. Convert GST to UT and then to local civil time
788 // double ut = gstToUt(rise ? gstr : gsts);
789 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
790 // long midnight = DAY_MS * (time / DAY_MS); // Find UT midnight on this day
791 // return midnight + (long) (ut * 3600000);
808 // * Convert UT to GST on this date.
810 // * @param ut in hour
    [all...]

Completed in 706 milliseconds

1 2