Home
last modified time | relevance | path

Searched defs:UT (Results 1 – 22 of 22) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DJITSymbolFlags.h30 typedef std::underlying_type<JITSymbolFlags>::type UT; typedef
41 typedef std::underlying_type<JITSymbolFlags>::type UT; typedef
/external/clang/lib/Basic/
DDiagnosticOptions.cpp20 using UT = std::underlying_type<DiagnosticLevelMask>::type; in operator <<() typedef
/external/libcxx/test/std/experimental/filesystem/fs.enum/
Denum.file_type.pass.cpp31 typedef std::underlying_type<E>::type UT; in main() typedef
Denum.perms.pass.cpp33 typedef std::underlying_type<E>::type UT; in main() typedef
Denum.copy_options.pass.cpp32 typedef std::underlying_type<E>::type UT; in main() typedef
Denum.directory_options.pass.cpp33 typedef std::underlying_type<E>::type UT; in main() typedef
/external/clang/include/clang/Basic/
DDiagnosticOptions.h40 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/
Dnew_faligned_allocation.sh.cpp28 typedef std::underlying_type<std::align_val_t>::type UT; in main() typedef
/external/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp58 typedef std::underlying_type<OrcErrorCode>::type UT; in orcError() typedef
/external/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp111 const RecordType *UT = T->getAsUnionType(); in checkPreCall() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java367 double UT = normalize((double)time/HOUR_MS, 24); in getGreenwichSidereal() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java369 double UT = normalize((double)time/HOUR_MS, 24); in getGreenwichSidereal() local
/external/icu/icu4c/source/i18n/
Dastro.cpp385 double UT = normalize(fTime/(double)HOUR_MS, 24.); in getGreenwichSidereal() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp953 auto *UT = cast<VectorType>(U->getType()); in likeBitCastFromVector() local
/external/clang/lib/AST/
DExpr.cpp3211 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant() local
DASTContext.cpp7409 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType() local
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1200 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType() local
DSemaChecking.cpp1907 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr() local
DSemaOverload.cpp1809 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion() local
DSemaDecl.cpp3967 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec() local
DSemaExpr.cpp7631 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp156 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion() local