/third_party/gn/src/gn/ |
H A D | ohos_components_checker.cc | 433 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 D | innerapis_publicinfo_generator.h | 49 int checkType_ = OhosComponentChecker::CheckType::NONE;
55 if (checkType == OhosComponentChecker::CheckType::SCAN_ALL ||
in InnerApiPublicInfoGenerator() 56 checkType == OhosComponentChecker::CheckType::INTERCEPT_ALL) {
in InnerApiPublicInfoGenerator()
|
H A D | ohos_components_checker.h | 19 enum CheckType {
enum in OhosComponentChecker
|
H A D | ohos_components.cc | 580 if (checkType > OhosComponentChecker::CheckType::INTERCEPT_ALL || in LoadOhosComponentsChecker() 581 checkType <= OhosComponentChecker::CheckType::NONE) { in LoadOhosComponentsChecker()
|
H A D | setup.cc | 462 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 D | span_test.cc | 413 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 D | vktImageAtomicSpirvShaders.hpp | 38 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 D | vktImageAtomicSpirvShaders.hpp | 38 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 D | simplified-lowering-verifier.cc | 25 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 D | simplified-lowering-verifier.h | 92 void CheckType(Node* node, const Type& type);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | if_conversion.h | 42 bool CheckType(uint32_t id);
|
H A D | upgrade_memory_model.h | 91 std::pair<bool, bool> CheckType(uint32_t type_id,
|
H A D | if_conversion.cpp | 53 if (!CheckType(phi->type_id())) return; in Process() 201 bool IfConversion::CheckType(uint32_t id) { in CheckType() function in spvtools::IfConversion
|
H A D | scalar_replacement_pass.h | 82 bool CheckType(const Instruction* typeInst) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | if_conversion.h | 42 bool CheckType(uint32_t id);
|
H A D | upgrade_memory_model.h | 91 std::pair<bool, bool> CheckType(uint32_t type_id,
|
H A D | if_conversion.cpp | 53 if (!CheckType(phi->type_id())) return; in Process() 201 bool IfConversion::CheckType(uint32_t id) { in CheckType() function in spvtools::IfConversion
|
H A D | scalar_replacement_pass.h | 82 bool CheckType(const Instruction* typeInst) const;
|
/third_party/spirv-tools/source/opt/ |
H A D | if_conversion.h | 42 bool CheckType(uint32_t id);
|
H A D | upgrade_memory_model.h | 91 std::pair<bool, bool> CheckType(uint32_t type_id,
|
H A D | if_conversion.cpp | 53 if (!CheckType(phi->type_id())) return; in Process() 211 bool IfConversion::CheckType(uint32_t id) { in CheckType() function in spvtools::IfConversion
|
H A D | scalar_replacement_pass.h | 94 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 D | MIPatternMatch.h | 324 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 D | Record.cpp | 1368 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 D | Record.h | 1037 RecTy *CheckType; 1040 IsAOpInit(RecTy *CheckType, Init *Expr) 1041 : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType), 1050 static IsAOpInit *get(RecTy *CheckType, Init *Expr);
|