Home
last modified time | relevance | path

Searched refs:typecheck (Results 1 – 25 of 34) sorted by relevance

12

/third_party/curl/tests/data/
Dtest19125 typecheck
19 Cross validate that gcc-typecheck macros match the option types.
/third_party/curl/packages/vms/
Dstage_curl_install.com17 $! [usr.include.curl]typecheck-gcc.h
142 $ copy [--.include.curl]typecheck-gcc.h -
143 'new_gnu'[usr.include.curl]typecheck-gcc.h
Dpcsi_gnv_curl_file_list.txt66 [gnv.usr.include.curl]typecheck-gcc.h
/third_party/curl/include/curl/
DMakefile.am26 typecheck-gcc.h system.h urlapi.h options.h header.h websockets.h
DMakefile.in445 typecheck-gcc.h system.h urlapi.h options.h header.h websockets.h
/third_party/rust/crates/cxx/gen/src/
Dcheck.rs7 pub(super) use crate::syntax::check::{typecheck, Generator};
Dmod.rs171 check::typecheck(errors, apis, types, generator); in generate()
/third_party/curl/packages/OS400/
Dmake-include.sh75 stdcheaders|typecheck-gcc)
/third_party/typescript/tests/baselines/reference/
DstaticFieldWithInterfaceContext.types9 >class { // should typecheck the same as the last line static x = { a: "a" };} : typeof c
11 // should typecheck the same as the last line
DstaticFieldWithInterfaceContext.symbols13 // should typecheck the same as the last line
Dparserharness.errors.txt947 …is sufficient if an existing unit is updated, if a new unit is added we need to do a full typecheck
1460 … /** Create a new instance of the compiler with default settings and lib.d.ts, then typecheck */
1512 … // TODO: make this toggleable, shouldn't be necessary once typecheck bugs are cleaned up
1514 // of persistent typecheck state
2001 /** Return a new instance of the language service shim, up-to-date wrt to typecheck.
DcomplexNarrowingWithAny.types129 //Using a value here - 65+ seconds to typecheck
142 //using a class - < 1 sec typecheck
DparserRealSource7.errors.txt1468 … // We'll combine ambient and non-ambient funcdecls during typecheck (for contextual typing).,
1561 … // REVIEW: Move this check into the typecheck phase? It's only being run over properties...
DparserRealSource7.symbols1813 … // We'll combine ambient and non-ambient funcdecls during typecheck (for contextual typing).,
1964 … // REVIEW: Move this check into the typecheck phase? It's only being run over properties...
/third_party/node/src/
Dbase_object-inl.h134 template <int Field, bool (v8::Value::* typecheck)() const>
139 CHECK(((*value)->*typecheck)()); in InternalFieldSet()
Dbase_object.h114 template <int Field, bool (v8::Value::*typecheck)() const>
/third_party/f2fs-tools/fsck/
Df2fs.h41 #define ver_after(a, b) (typecheck(unsigned long long, a) && \
42 typecheck(unsigned long long, b) && \
/third_party/skia/modules/canvaskit/
DMakefile120 typecheck: target
/third_party/tzdata/
DMakefile1359 .PHONY: typecheck
/third_party/rust/crates/cxx/syntax/
Dcheck.rs33 pub(crate) fn typecheck(cx: &mut Errors, apis: &[Api], types: &Types, generator: Generator) { in typecheck() function
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.1.rst219 * testsuite: simplify the ioc-typecheck case
/third_party/f2fs-tools/include/
Df2fs_fs.h225 #define typecheck(type,x) \ macro
/third_party/python/Tools/clinic/
Dclinic.py2691 typecheck, typename = type_checks[self.subclass_of]
2699 displayname=displayname, typecheck=typecheck,
/third_party/python/Doc/library/
Dtyping.rst130 # does not typecheck; an int is not a UserId
156 # Fails at runtime and does not typecheck
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs45 check::typecheck(errors, apis, types, generator); in bridge()

12