/external/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbolFlags.h | 30 typedef std::underlying_type<JITSymbolFlags>::type UT; typedef 41 typedef std::underlying_type<JITSymbolFlags>::type UT; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcError.cpp | 78 typedef std::underlying_type<OrcErrorCode>::type UT; in orcError() typedef 102 typedef std::underlying_type<OrcErrorCode>::type UT; in convertToErrorCode() typedef
|
/external/libcxx/test/std/input.output/filesystems/fs.enum/ |
D | enum.path.format.pass.cpp | 28 typedef std::underlying_type<E>::type UT; in main() typedef
|
D | enum.file_type.pass.cpp | 30 typedef std::underlying_type<E>::type UT; in main() typedef
|
D | enum.copy_options.pass.cpp | 31 typedef std::underlying_type<E>::type UT; in main() typedef
|
D | enum.directory_options.pass.cpp | 32 typedef std::underlying_type<E>::type UT; in main() typedef
|
D | enum.perm_options.pass.cpp | 34 typedef std::underlying_type<E>::type UT; in main() typedef
|
D | enum.perms.pass.cpp | 32 typedef std::underlying_type<E>::type UT; in main() typedef
|
/external/libcxx/test/std/utilities/meta/meta.type.synop/ |
D | endian.pass.cpp | 25 typedef std::underlying_type<std::endian>::type UT; in main() typedef
|
/external/clang/lib/Basic/ |
D | DiagnosticOptions.cpp | 20 using UT = std::underlying_type<DiagnosticLevelMask>::type; in operator <<() typedef
|
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.h | 40 using UT = std::underlying_type<DiagnosticLevelMask>::type; variable 46 using UT = std::underlying_type<DiagnosticLevelMask>::type; variable 53 using UT = std::underlying_type<DiagnosticLevelMask>::type; variable
|
/external/libcxx/test/libcxx/language.support/support.dynamic/ |
D | new_faligned_allocation.sh.cpp | 43 typedef std::underlying_type<std::align_val_t>::type UT; in main() typedef
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcError.cpp | 58 typedef std::underlying_type<OrcErrorCode>::type UT; in orcError() typedef
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NonNullParamChecker.cpp | 111 const RecordType *UT = T->getAsUnionType(); in checkPreCall() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 367 double UT = normalize((double)time/HOUR_MS, 24); in getGreenwichSidereal() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarAstronomer.java | 372 double UT = normalize((double)time/HOUR_MS, 24); in getGreenwichSidereal() local
|
/external/icu/icu4c/source/i18n/ |
D | astro.cpp | 385 double UT = normalize(fTime/(double)HOUR_MS, 24.); in getGreenwichSidereal() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 480 StringRef llvm::dwarf::UnitTypeString(unsigned UT) { in UnitTypeString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 870 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader() local
|
D | DwarfUnit.cpp | 1659 void DwarfUnit::emitCommonHeader(bool UseOffsets, dwarf::UnitType UT) { in emitCommonHeader()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 953 auto *UT = cast<VectorType>(U->getType()); in likeBitCastFromVector() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 1133 auto *UT = cast<VectorType>(U->getType()); in likeBitCastFromVector() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3211 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant() local
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 1200 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 156 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion() local
|