Searched defs:never (Results 1 - 15 of 15) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | discriminantsAndNullOrUndefined.js | 28 function never(_) {
function
|
/third_party/python/Tools/freeze/ |
H A D | makeconfig.py | 6 never = ['marshal', '_imp', '_ast', '__main__', 'builtins', variable
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | core_kern.c | 64 volatile const int never; variable
|
/third_party/rust/crates/memchr/bench/src/memchr/ |
H A D | inputs.rs | 111 fn never(&self, min: usize) -> Option<&'static [SearchByte]> { in never() functions [all...] |
/third_party/libuv/test/ |
H A D | test-timer.c | 118 uv_timer_t repeat, never; in TEST_IMPL() local
|
/kernel/linux/linux-6.6/arch/mips/net/ |
H A D | bpf_jit_comp.c | 609 bool never = false; in setup_jmp_i() local
|
/kernel/linux/linux-5.10/kernel/kcsan/ |
H A D | kcsan-test.c | 432 static const struct expect_report never = { in test_basic() local 464 static const struct expect_report never = { in test_concurrent_races() local 683 const struct expect_report never = { in test_zero_size_access() local 765 const struct expect_report never in test_assert_exclusive_access_writer() local [all...] |
/kernel/linux/linux-6.6/kernel/kcsan/ |
H A D | kcsan_test.c | 721 struct expect_report never = { in test_basic() local 753 struct expect_report never = { in test_concurrent_races() local 984 struct expect_report never = { in test_zero_size_access() local 1066 struct expect_report never in test_assert_exclusive_access_writer() local [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.h | 185 int never; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regcomp.c | 156 static int never = 0; /* for use in asserts; shuts lint up */ variable 158 #define never 0 /* some <assert.h>s have bugs too */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regcomp.c | 284 static int never = 0; /* for use in asserts; shuts lint up */ variable 286 #define never 0 /* some <assert.h>s have bugs too */ macro
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 1314 const absl::Duration never = absl::InfiniteDuration(); local [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.h | 103 never, enumerator
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 89 never = 17, enumerator
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 660 never, enumerator
|
Completed in 38 milliseconds