Searched refs:TypeTraits (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/utils/ |
| H A D | BUILD.gn | 29 "TypeTraits.cpp",
|
| /netbsd-src/external/apache2/llvm/lib/libclangBasic/ |
| H A D | Makefile | 40 TypeTraits.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | CMakeLists.txt | 96 TypeTraits.cpp
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | mtype.h | 348 TypeTraits *isTypeTraits(); 668 class TypeTraits : public Type 677 TypeTraits *syntaxCopy();
|
| H A D | visitor.h | 85 class TypeTraits; variable 445 virtual void visit(TypeTraits *t) { visit((Type *)t); } in visit()
|
| H A D | mtype.d | 451 sizeTy[Ttraits] = __traits(classInstanceSize, TypeTraits); 2721 …inout(TypeTraits) isTypeTraits() { return ty == Ttraits ? cast(typeof(return))this : nu… in isTypeTraits() 5235 extern (C++) final class TypeTraits : Type 5255 override TypeTraits syntaxCopy() in syntaxCopy() 5258 TypeTraits tt = new TypeTraits(loc, te); in syntaxCopy()
|
| H A D | parsetimevisitor.d | 152 void visit(AST.TypeTraits t) { visit(cast(AST.Type)t); } in ParseTimeVisitor()
|
| H A D | transitivevisitor.d | 475 override void visit(AST.TypeTraits t) in ParseVisitMethods()
|
| H A D | hdrgen.d | 3756 void visitTraits(TypeTraits t) in typeToBufferx() 3972 case Ttraits: return visitTraits(cast(TypeTraits)t); in typeToBufferx()
|
| H A D | typesem.d | 1789 Type visitTraits(TypeTraits mtype) in typeSemantic() 3329 void visitTraits(TypeTraits tt) in visitTraits()
|
| H A D | parse.d | 3672 t = new AST.TypeTraits(token.loc, te);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Basic/ |
| H A D | BUILD.gn | 112 "TypeTraits.cpp",
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | mtype.h | 663 class TypeTraits : public Type 672 TypeTraits(const Loc &loc, TraitsExp *exp);
|
| H A D | visitor.h | 84 class TypeTraits; variable 378 virtual void visit(TypeTraits *t) { visit((Type *)t); } in visit()
|
| H A D | mtype.c | 205 sizeTy[Ttraits] = sizeof(TypeTraits); in _init() 6563 TypeTraits::TypeTraits(const Loc &loc, TraitsExp *exp) in TypeTraits() function 6571 Type *TypeTraits::syntaxCopy() in syntaxCopy() 6574 TypeTraits *tt = new TypeTraits(loc, te); in syntaxCopy() 6579 Type *TypeTraits::semantic(Loc, Scope *sc) in semantic() 6693 void TypeTraits::resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool) in resolve() 6707 d_uns64 TypeTraits::size(Loc) in size()
|
| H A D | hdrgen.c | 794 void visit(TypeTraits *t) in visit()
|
| H A D | parse.c | 3157 t = new TypeTraits(token.loc, te); in parseBasicType()
|