Searched refs:typecheck (Results 1 – 25 of 34) sorted by relevance
12
/third_party/curl/tests/data/ |
D | test1912 | 5 typecheck 19 Cross validate that gcc-typecheck macros match the option types.
|
/third_party/curl/packages/vms/ |
D | stage_curl_install.com | 17 $! [usr.include.curl]typecheck-gcc.h 142 $ copy [--.include.curl]typecheck-gcc.h - 143 'new_gnu'[usr.include.curl]typecheck-gcc.h
|
D | pcsi_gnv_curl_file_list.txt | 66 [gnv.usr.include.curl]typecheck-gcc.h
|
/third_party/curl/include/curl/ |
D | Makefile.am | 26 typecheck-gcc.h system.h urlapi.h options.h header.h websockets.h
|
D | Makefile.in | 445 typecheck-gcc.h system.h urlapi.h options.h header.h websockets.h
|
/third_party/rust/crates/cxx/gen/src/ |
D | check.rs | 7 pub(super) use crate::syntax::check::{typecheck, Generator};
|
D | mod.rs | 171 check::typecheck(errors, apis, types, generator); in generate()
|
/third_party/curl/packages/OS400/ |
D | make-include.sh | 75 stdcheaders|typecheck-gcc)
|
/third_party/typescript/tests/baselines/reference/ |
D | staticFieldWithInterfaceContext.types | 9 >class { // should typecheck the same as the last line static x = { a: "a" };} : typeof c 11 // should typecheck the same as the last line
|
D | staticFieldWithInterfaceContext.symbols | 13 // should typecheck the same as the last line
|
D | parserharness.errors.txt | 947 …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.
|
D | complexNarrowingWithAny.types | 129 //Using a value here - 65+ seconds to typecheck 142 //using a class - < 1 sec typecheck
|
D | parserRealSource7.errors.txt | 1468 … // 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...
|
D | parserRealSource7.symbols | 1813 … // 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/ |
D | base_object-inl.h | 134 template <int Field, bool (v8::Value::* typecheck)() const> 139 CHECK(((*value)->*typecheck)()); in InternalFieldSet()
|
D | base_object.h | 114 template <int Field, bool (v8::Value::*typecheck)() const>
|
/third_party/f2fs-tools/fsck/ |
D | f2fs.h | 41 #define ver_after(a, b) (typecheck(unsigned long long, a) && \ 42 typecheck(unsigned long long, b) && \
|
/third_party/skia/modules/canvaskit/ |
D | Makefile | 120 typecheck: target
|
/third_party/tzdata/ |
D | Makefile | 1359 .PHONY: typecheck
|
/third_party/rust/crates/cxx/syntax/ |
D | check.rs | 33 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/ |
D | v0.5.1.rst | 219 * testsuite: simplify the ioc-typecheck case
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 225 #define typecheck(type,x) \ macro
|
/third_party/python/Tools/clinic/ |
D | clinic.py | 2691 typecheck, typename = type_checks[self.subclass_of] 2699 displayname=displayname, typecheck=typecheck,
|
/third_party/python/Doc/library/ |
D | typing.rst | 130 # does not typecheck; an int is not a UserId 156 # Fails at runtime and does not typecheck
|
/third_party/rust/crates/cxx/macro/src/ |
D | expand.rs | 45 check::typecheck(errors, apis, types, generator); in bridge()
|
12