| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | Test.py | 111 except TypeError: 175 raise TypeError("unexpected metric value: %r" % (value,)) 192 raise TypeError("unexpected MicroResult value %r" % (microResult,))
|
| H A D | util.py | 95 raise TypeError('not sure how to convert %s to %s' % (type(b), str))
|
| /netbsd-src/external/bsd/file/dist/python/ |
| H A D | magic.py | 145 except TypeError: 156 except TypeError:
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
| H A D | compiler.py | 118 raise TypeError('source_files must be a string or list') 200 raise TypeError('This function only accepts a single input file')
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/tests/ |
| H A D | test_core.py | 53 with self.assertRaises(TypeError):
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | mtype.h | 328 TypeError *isTypeError(); 355 class TypeError : public Type 359 TypeError *syntaxCopy();
|
| H A D | visitor.h | 61 class TypeError; variable 435 virtual void visit(TypeError *t) { visit((Type *)t); } in visit()
|
| H A D | parsetimevisitor.d | 142 void visit(AST.TypeError t) { visit(cast(AST.Type)t); } in ParseTimeVisitor()
|
| H A D | mtype.d | 448 sizeTy[Terror] = __traits(classInstanceSize, TypeError); 827 basic[Terror] = new TypeError(); in _init() 2701 …inout(TypeError) isTypeError() { return ty == Terror ? cast(typeof(return))this : nu… in isTypeError() 2755 extern (C++) final class TypeError : Type 2767 override TypeError syntaxCopy() in syntaxCopy()
|
| H A D | traits.d | 218 override void visit(TypeError t) in visit()
|
| H A D | hdrgen.d | 3745 void visitError(TypeError t) in typeToBufferx() 3971 case Terror: return visitError(cast(TypeError)t); in typeToBufferx()
|
| /netbsd-src/external/cddl/osnet/dist/lib/pyzfs/common/ |
| H A D | userspace.py | 234 except TypeError:
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Ownership.h | 280 inline TypeResult TypeError() { return TypeResult(true); }
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | argtypes.c | 57 void visit(TypeError *) in toArgTypes()
|
| H A D | mtype.h | 350 class TypeError : public Type 353 TypeError();
|
| H A D | visitor.h | 61 class TypeError; variable 355 virtual void visit(TypeError *t) { visit((Type *)t); } in visit()
|
| H A D | mtype.c | 202 sizeTy[Terror] = sizeof(TypeError); in _init() 225 basic[Terror] = new TypeError(); in _init() 2580 TypeError::TypeError() in TypeError() function 2585 Type *TypeError::syntaxCopy() in syntaxCopy() 2591 d_uns64 TypeError::size(Loc) { return SIZE_INVALID; } in size() 2592 Expression *TypeError::getProperty(Loc, Identifier *, int) { return new ErrorExp(); } in getProperty() 2593 Expression *TypeError::dotExp(Scope *, Expression *, Identifier *, int) { return new ErrorExp(); } in dotExp() 2594 Expression *TypeError::defaultInit(Loc) { return new ErrorExp(); } in defaultInit() 2595 Expression *TypeError::defaultInitLiteral(Loc) { return new ErrorExp(); } in defaultInitLiteral()
|
| H A D | traits.c | 386 virtual void visit(TypeError *t) { visit((Type *)t); } in pointerBitmap()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| H A D | git-clang-format | 545 raise TypeError("run() got an unexpected keyword argument '%s'" % name)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1327 ? TypeError() in AnnotateTemplateIdToken() 1402 ? TypeError() in AnnotateTemplateIdTokenAsType()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| H A D | config.py | 91 raise TypeError('expected bool or string')
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| H A D | test_type.py | 223 with self.assertRaises(TypeError):
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | types.cc | 550 void visit (TypeError *t) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | types.cc | 676 void visit (TypeError *t) in visit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
| H A D | cindex.py | 100 … raise TypeError("Cannot convert '{}' to '{}'".format(type(param).__name__, cls.__name__)) 2211 raise TypeError("Must supply a non-negative int.")
|