Searched refs:toType (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
| H A D | casting.d | 26 private void onArrayCastError()(string fromType, size_t fromSize, size_t fromLength, string toType,… in onArrayCastError() 55 add(toType); in onArrayCastError() 60 add(toType); in onArrayCastError()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | xml.d | 597 const doc = toType!(const Document)(o); in opEquals() 617 const doc = toType!(const Document)(o); in opCmp() 848 const element = toType!(const Element)(o); in opEquals() 872 const element = toType!(const Element)(o); in opCmp() 1136 const tag = toType!(const Tag)(o); in opEquals() 1155 const tag = toType!(const Tag)(o); in opCmp() 1283 const item = toType!(const Item)(o); in opEquals() 1302 const item = toType!(const Item)(o); in opCmp() 1372 const item = toType!(const Item)(o); in opEquals() 1391 const item = toType!(const Item)(o); in opCmp() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | xml.d | 594 const doc = toType!(const Document)(o); in opEquals() 614 const doc = toType!(const Document)(o); in opCmp() 840 const element = toType!(const Element)(o); in opEquals() 864 const element = toType!(const Element)(o); in opCmp() 1128 const tag = toType!(const Tag)(o); in opEquals() 1147 const tag = toType!(const Tag)(o); in opCmp() 1275 const item = toType!(const Item)(o); in opEquals() 1294 const item = toType!(const Item)(o); in opCmp() 1363 const item = toType!(const Item)(o); in opEquals() 1382 const item = toType!(const Item)(o); in opCmp() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 203 Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage()); in TransferableCommand() 263 static types::ID toType(Language Lang) { in toType() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1757 unsigned int toType; in tryStore() local 1760 toType = ScalarVT.SimpleTy == MVT::f16 ? NVPTX::PTXLdStInstCode::Untyped in tryStore() 1763 toType = NVPTX::PTXLdStInstCode::Unsigned; in tryStore() 1786 getI32Imm(toType, dl), in tryStore() 1804 getI32Imm(toType, dl), in tryStore() 1830 getI32Imm(toType, dl), in tryStore() 1854 getI32Imm(toType, dl), in tryStore()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | traits.d | 945 if (e.ident == Id.toType) in semanticTraits()
|
| H A D | typesem.d | 1801 mtype.exp.ident != Id.toType && in typeSemantic()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1226 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType); 1231 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast() argument 1232 return S.ImpCastExprToType(op, toType, CK_IntegralCast); in doIntegralCast() 1235 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast() argument 1236 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
|