Searched refs:toType (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d594 const doc = toType!(const Document)(o);
614 const doc = toType!(const Document)(o);
840 const element = toType!(const Element)(o);
864 const element = toType!(const Element)(o);
1128 const tag = toType!(const Tag)(o);
1147 const tag = toType!(const Tag)(o);
1275 const item = toType!(const Item)(o);
1294 const item = toType!(const Item)(o);
1363 const item = toType!(const Item)(o);
1382 const item = toType!(cons
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d597 const doc = toType!(const Document)(o);
617 const doc = toType!(const Document)(o);
848 const element = toType!(const Element)(o);
872 const element = toType!(const Element)(o);
1136 const tag = toType!(const Tag)(o);
1155 const tag = toType!(const Tag)(o);
1283 const item = toType!(const Item)(o);
1302 const item = toType!(const Item)(o);
1372 const item = toType!(const Item)(o);
1391 const item = toType!(cons
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp203 Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage());
263 static types::ID toType(Language Lang) { function in struct:clang::tooling::__anon1133::TransferableCommand
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1746 // Type Setting: toType + toTypeWidth
1757 unsigned int toType;
1760 toType = ScalarVT.SimpleTy == MVT::f16 ? NVPTX::PTXLdStInstCode::Untyped
1763 toType = NVPTX::PTXLdStInstCode::Unsigned;
1786 getI32Imm(toType, dl),
1804 getI32Imm(toType, dl),
1830 getI32Imm(toType, dl),
1854 getI32Imm(toType, dl),
1898 // Type Setting: toType + toTypeWidth
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d945 if (e.ident == Id.toType)
958 StringExp se = semanticString(sc, ex, "__traits(toType, string)");
H A Dtypesem.d1801 mtype.exp.ident != Id.toType &&
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1226 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType);
1231 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { argument
1232 return S.ImpCastExprToType(op, toType, CK_IntegralCast);
1235 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { argument
1236 return S.ImpCastExprToType(op, S.Context.getComplexType(toType),

Completed in 503 milliseconds