Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/rust/crates/cxx/syntax/
Dcheck.rs13 pub(crate) struct Check<'a> { struct
34 do_typecheck(&mut Check { in typecheck() argument
42 fn do_typecheck(cx: &mut Check) { in do_typecheck()
76 impl Check<'_> { impl
82 fn check_type_ident(cx: &mut Check, name: &NamedType) { in check_type_ident()
95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box()
113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec()
139 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
157 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
178 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr()
[all …]
Dident.rs4 fn check(cx: &mut Check, name: &Pair) { in check()
11 fn check_cxx_ident(cx: &mut Check, ident: &str) { in check()
20 fn check_rust_ident(cx: &mut Check, ident: &str) { in check()
27 pub(crate) fn check_all(cx: &mut Check, apis: &[Api]) { in check_all()
/third_party/node/deps/v8/src/compiler/
Dredundancy-elimination.h26 struct Check { struct
27 Check(Node* node, Check* next) : node(node), next(next) {} in Check() argument
29 Check* next; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp157 auto *Check = in generatePoisonChecksForBinOp() local
166 auto *Check = in generatePoisonChecksForBinOp() local
202 Value *Check = in generatePoisonChecks() local
214 Value *Check = in generatePoisonChecks() local
297 if (auto *Check = generatePoisonChecks(I)) in rewrite() local
/third_party/node/deps/v8/src/objects/
Dinstance-type-inl.h34 static constexpr bool Check(InstanceType value) { in Check() function
/third_party/node/deps/v8/tools/
Dandroid-run.py47 def Check(output, errors): function
/third_party/node/test/addons/buffer-free-callback/
Dbinding.cc32 void Check(const v8::FunctionCallbackInfo<v8::Value>& args) { in Check() function
/third_party/node/deps/v8/src/handles/
Dmaybe-handles.h51 V8_INLINE void Check() const { CHECK_NOT_NULL(location_); } in Check() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp52 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { in setSCEVChecks()
201 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
/third_party/node/deps/v8/include/
Dv8-maybe.h43 V8_INLINE void Check() const { in Check() function
/third_party/googletest/googletest/test/
Dgtest_environment_test.cc103 void Check(bool condition, const char* msg) { in Check() function
/third_party/skia/tools/skiaserve/tester/
Dtester.py24 def Check(request): function
/third_party/skia/tools/skqp/src/
Dskqp_model.cpp33 SkQP::RenderOutcome skqp::Check(const SkPixmap& minImg, in Check() function in skqp
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DQueryInternalShaderTests.cpp44 testing::AssertionResult Check(const void* data, size_t size) override { in Check() function in __anon0d947bfc0111::InternalShaderExpectation
/third_party/ninja/src/
Dninja_test.cc121 bool testing::Test::Check(bool condition, const char* file, int line, in Check() function in testing::Test
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dunify_const_test.cpp105 void Check(const AssemblyBuilder& expected_builder, in Check() function in spvtools::opt::__anonfd3f83770111::UnifyConstantTest
/third_party/spirv-tools/source/util/
Dilist.h340 void IntrusiveList<NodeType>::Check(NodeType* start) { in Check() function
/third_party/spirv-tools/test/opt/
Dunify_const_test.cpp105 void Check(const AssemblyBuilder& expected_builder, in Check() function in spvtools::opt::__anone62e4b620111::UnifyConstantTest
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h340 void IntrusiveList<NodeType>::Check(NodeType* start) { in Check() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dunify_const_test.cpp105 void Check(const AssemblyBuilder& expected_builder, in Check() function in spvtools::opt::__anone033f1630111::UnifyConstantTest
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dilist.h340 void IntrusiveList<NodeType>::Check(NodeType* start) { in Check() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cIncompleteTextureAccessTests.cpp402 bool SamplerTest::Check(Configuration configuration) in Check() function in gl4cts::IncompleteTextureAccess::SamplerTest
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilLoadOpTests.cpp23 enum class Check { enum
/third_party/jerryscript/tools/
Drun-tests.py527 Check = collections.namedtuple('Check', ['enabled', 'runner', 'arg']) variable
/third_party/node/deps/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc407 __ Check(le, AbortReason::kOffsetOutOfRange); in CheckNotBackReferenceIgnoreCase() local
536 __ Check(le, AbortReason::kOffsetOutOfRange); in CheckNotBackReference() local
900 __ Check(ls, AbortReason::kInputStringTooLong); in GetCode() local
965 __ Check(ls, AbortReason::kInputStringTooLong); in GetCode() local
1254 __ Check(ls, AbortReason::kOffsetOutOfRange); in PushBacktrack() local
1302 __ Check(eq, AbortReason::kOffsetOutOfRange); in WriteStackPointerToRegister() local
1720 __ Check(eq, AbortReason::kOffsetOutOfRange); in LoadCurrentCharacterUnchecked() local

1234