/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | OrcError.cpp | 83 typedef std::underlying_type<OrcErrorCode>::type UT; in orcError() typedef 106 typedef std::underlying_type<OrcErrorCode>::type UT; in convertToErrorCode() typedef
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 49 using UT = std::underlying_type<DiagnosticLevelMask>::type; variable 55 using UT = std::underlying_type<DiagnosticLevelMask>::type; variable 62 using UT = std::underlying_type<DiagnosticLevelMask>::type; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | DiagnosticOptions.cpp | 20 using UT = std::underlying_type<DiagnosticLevelMask>::type; in operator <<() typedef
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
H A D | lifetime.d | 14 void emplaceRef(T, UT, Args...)(ref UT chunk, auto ref Args args) in emplaceRef() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | bitmanip.d | 98 alias UT = Unsigned!(T); in createAccessors() local
|
H A D | array.d | 3036 alias UT = Unqual!T; in CheckOutput() variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonNullParamChecker.cpp | 149 const RecordType *UT = T->getAsUnionType(); in checkPreCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 209 UnwindTable UT; in create() local 233 UnwindTable UT; in create() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
H A D | operations.d | 158 alias UT = Args[idx - 1]; in typeCheck() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | bitmanip.d | 100 alias UT = Unsigned!(T); in createAccessors() local
|
H A D | array.d | 3687 alias UT = Unqual!T; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 927 auto UT = computeType(I, Log2LMUL, "Uv"); in createHeader() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 1071 auto *UT = cast<VectorType>(U->getType()); in likeBitCastFromVector() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 576 StringRef llvm::dwarf::UnitTypeString(unsigned UT) { in UnitTypeString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 1339 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader() local
|
H A D | DwarfUnit.cpp | 1694 void DwarfUnit::emitCommonHeader(bool UseOffsets, dwarf::UnitType UT) { in emitCommonHeader()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | searching.d | 3155 alias UT = Unqual!T; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | searching.d | 3390 alias UT = Unqual!T; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | package.d | 3141 alias UT = Rebindable!T; in Repeat() local 3144 alias UT = Unqual!T; in Repeat() local 3146 alias UT = T; in Repeat() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 3765 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant() local
|
H A D | ASTContext.cpp | 9381 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 1452 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType() local
|
H A D | SemaOverload.cpp | 2042 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion() local
|
H A D | SemaDecl.cpp | 4709 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 192 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion() local
|