Home
last modified time | relevance | path

Searched refs:CheckType (Results 1 - 25 of 45) sorted by relevance

12

/third_party/gn/src/gn/
H A Dohos_components_checker.cc433 if (checkType_ == CheckType::INTERCEPT_IGNORE_TEST || checkType_ == CheckType::INTERCEPT_ALL) { in OhosComponentChecker()
436 if (checkType_ == CheckType::SCAN_ALL || checkType_ == CheckType::INTERCEPT_ALL) { in OhosComponentChecker()
455 if (checkType_ <= CheckType::NONE || target == nullptr || (ignoreTest_ && target->testonly())) { in CheckAllDepsConfigs()
463 if (checkType_ >= CheckType::INTERCEPT_IGNORE_TEST) { in CheckAllDepsConfigs()
473 if (checkType_ <= CheckType::NONE || target == nullptr || (ignoreTest_ && target->testonly())) { in CheckInnerApiIncludesOverRange()
486 if (checkType_ >= CheckType::INTERCEPT_IGNORE_TEST) { in CheckInnerApiIncludesOverRange()
496 if (checkType_ <= CheckType::NONE || target == nullptr || (ignoreTest_ && target->testonly())) { in CheckInnerApiPublicDepsInner()
509 if (checkType_ >= CheckType in CheckInnerApiPublicDepsInner()
[all...]
H A Dinnerapis_publicinfo_generator.h49 int checkType_ = OhosComponentChecker::CheckType::NONE;
55 if (checkType == OhosComponentChecker::CheckType::SCAN_ALL || in InnerApiPublicInfoGenerator()
56 checkType == OhosComponentChecker::CheckType::INTERCEPT_ALL) { in InnerApiPublicInfoGenerator()
H A Dohos_components_checker.h19 enum CheckType { enum in OhosComponentChecker
H A Dohos_components.cc580 if (checkType > OhosComponentChecker::CheckType::INTERCEPT_ALL || in LoadOhosComponentsChecker()
581 checkType <= OhosComponentChecker::CheckType::NONE) { in LoadOhosComponentsChecker()
H A Dsetup.cc462 OhosComponentChecker::CheckType::INTERCEPT_IGNORE_TEST, ruleSwitch->int_value());
469 ohos_components_.LoadOhosComponentsChecker(build_dir, support, OhosComponentChecker::CheckType::NONE,
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan_test.cc413 void CheckType(const T& /* value */) { in CheckType() function
426 CheckType<absl::Span<int>>(absl::MakeSpan(vec)); in TEST()
427 CheckType<absl::Span<const int>>(absl::MakeSpan(cvec)); in TEST()
428 CheckType<absl::Span<int>>(absl::MakeSpan(ip, ip + 1)); in TEST()
429 CheckType<absl::Span<int>>(absl::MakeSpan(ip, 1)); in TEST()
430 CheckType<absl::Span<const int>>(absl::MakeSpan(cip, cip + 1)); in TEST()
431 CheckType<absl::Span<const int>>(absl::MakeSpan(cip, 1)); in TEST()
432 CheckType<absl::Span<int>>(absl::MakeSpan(a)); in TEST()
433 CheckType<absl::Span<int>>(absl::MakeSpan(a, a + 1)); in TEST()
434 CheckType<abs in TEST()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicSpirvShaders.hpp38 enum CheckType enum
46 CheckType checkType;
52 CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::ChannelType chtype, CheckType cktype);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicSpirvShaders.hpp38 enum CheckType enum
46 CheckType checkType;
52 CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::ChannelType chtype, CheckType cktype);
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering-verifier.cc25 void SimplifiedLoweringVerifier::CheckType(Node* node, const Type& type) { in CheckType() function in v8::internal::compiler::SimplifiedLoweringVerifier
47 CheckType(node, type); in CheckAndSet()
250 CheckType(node, output_type); in VisitNode()
H A Dsimplified-lowering-verifier.h92 void CheckType(Node* node, const Type& type);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dif_conversion.h42 bool CheckType(uint32_t id);
H A Dupgrade_memory_model.h91 std::pair<bool, bool> CheckType(uint32_t type_id,
H A Dif_conversion.cpp53 if (!CheckType(phi->type_id())) return; in Process()
201 bool IfConversion::CheckType(uint32_t id) { in CheckType() function in spvtools::IfConversion
H A Dscalar_replacement_pass.h82 bool CheckType(const Instruction* typeInst) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dif_conversion.h42 bool CheckType(uint32_t id);
H A Dupgrade_memory_model.h91 std::pair<bool, bool> CheckType(uint32_t type_id,
H A Dif_conversion.cpp53 if (!CheckType(phi->type_id())) return; in Process()
201 bool IfConversion::CheckType(uint32_t id) { in CheckType() function in spvtools::IfConversion
H A Dscalar_replacement_pass.h82 bool CheckType(const Instruction* typeInst) const;
/third_party/spirv-tools/source/opt/
H A Dif_conversion.h42 bool CheckType(uint32_t id);
H A Dupgrade_memory_model.h91 std::pair<bool, bool> CheckType(uint32_t type_id,
H A Dif_conversion.cpp53 if (!CheckType(phi->type_id())) return; in Process()
211 bool IfConversion::CheckType(uint32_t id) { in CheckType() function in spvtools::IfConversion
H A Dscalar_replacement_pass.h94 bool CheckType(const Instruction* typeInst) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h324 struct CheckType { struct
326 CheckType(const LLT &Ty) : Ty(Ty) {} in CheckType() function
333 inline CheckType m_SpecificType(LLT Ty) { return Ty; } in m_SpecificType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DRecord.cpp1368 static void ProfileIsAOpInit(FoldingSetNodeID &ID, RecTy *CheckType,
1370 ID.AddPointer(CheckType);
1374 IsAOpInit *IsAOpInit::get(RecTy *CheckType, Init *Expr) {
1378 ProfileIsAOpInit(ID, CheckType, Expr);
1384 IsAOpInit *I = new (Allocator) IsAOpInit(CheckType, Expr);
1390 ProfileIsAOpInit(ID, CheckType, Expr);
1396 if (TI->getType()->typeIsConvertibleTo(CheckType))
1399 if (isa<RecordRecTy>(CheckType)) {
1403 if (!CheckType->typeIsConvertibleTo(TI->getType()) || isa<DefInit>(Expr))
1416 return get(CheckType, NewExp
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h1037 RecTy *CheckType;
1040 IsAOpInit(RecTy *CheckType, Init *Expr)
1041 : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType),
1050 static IsAOpInit *get(RecTy *CheckType, Init *Expr);

Completed in 17 milliseconds

12