Home
last modified time | relevance | path

Searched refs:SecondType (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang/test/Index/
Dobjc-typeargs-protocols.m14 @interface Foo<FirstType, SecondType> : Base
/external/abseil-cpp/absl/strings/
Dstr_split_test.cc387 template <typename FirstType, typename SecondType, typename Splitter>
389 std::pair<FirstType, SecondType> p = splitter; in TestPairConversionOperator()
390 EXPECT_EQ(p, (std::pair<FirstType, SecondType>("a", "b"))); in TestPairConversionOperator()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstr_split_test.cc389 template <typename FirstType, typename SecondType, typename Splitter>
391 std::pair<FirstType, SecondType> p = splitter; in TestPairConversionOperator()
392 EXPECT_EQ(p, (std::pair<FirstType, SecondType>("a", "b"))); in TestPairConversionOperator()
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_split_test.cc389 template <typename FirstType, typename SecondType, typename Splitter>
391 std::pair<FirstType, SecondType> p = splitter; in TestPairConversionOperator()
392 EXPECT_EQ(p, (std::pair<FirstType, SecondType>("a", "b"))); in TestPairConversionOperator()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstr_split_test.cc387 template <typename FirstType, typename SecondType, typename Splitter>
389 std::pair<FirstType, SecondType> p = splitter; in TestPairConversionOperator()
390 EXPECT_EQ(p, (std::pair<FirstType, SecondType>("a", "b"))); in TestPairConversionOperator()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_split_test.cc389 template <typename FirstType, typename SecondType, typename Splitter>
391 std::pair<FirstType, SecondType> p = splitter; in TestPairConversionOperator()
392 EXPECT_EQ(p, (std::pair<FirstType, SecondType>("a", "b"))); in TestPairConversionOperator()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIteratorModeling.cpp385 const QualType SecondType = SecondArg->getType(); in handleOverloadedOperator() local
388 SecondType->isIntegralOrEnumerationType()) { in handleOverloadedOperator()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp8543 QualType SecondType) { in areCompatibleSveTypes() argument
8544 assert(((FirstType->isSizelessBuiltinType() && SecondType->isVectorType()) || in areCompatibleSveTypes()
8545 (FirstType->isVectorType() && SecondType->isSizelessBuiltinType())) && in areCompatibleSveTypes()
8548 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes() argument
8550 if (const auto *VT = SecondType->getAs<VectorType>()) { in areCompatibleSveTypes()
8559 return getTypeSize(SecondType) == getLangOpts().ArmSveVectorBits && in areCompatibleSveTypes()
8567 return IsValidCast(FirstType, SecondType) || in areCompatibleSveTypes()
8568 IsValidCast(SecondType, FirstType); in areCompatibleSveTypes()
8572 QualType SecondType) { in areLaxCompatibleSveTypes() argument
8573 assert(((FirstType->isSizelessBuiltinType() && SecondType->isVectorType()) || in areLaxCompatibleSveTypes()
[all …]
/external/libcxxabi/src/demangle/
DItaniumDemangle.h858 const Node *SecondType; variable
863 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName()
865 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } in match()
871 SecondType->print(S); in printLeft()
4738 Node *SecondType = getDerived().parseType(); in parseSpecialName() local
4739 if (SecondType == nullptr) in parseSpecialName()
4741 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h828 const Node *SecondType; variable
833 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName()
835 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } in match()
841 SecondType->print(S); in printLeft()
5149 Node *SecondType = getDerived().parseType(); in parseSpecialName() local
5150 if (SecondType == nullptr) in parseSpecialName()
5152 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h826 const Node *SecondType; variable
831 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName()
833 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } in match()
839 SecondType->print(S); in printLeft()
5016 Node *SecondType = getDerived().parseType(); in parseSpecialName() local
5017 if (SecondType == nullptr) in parseSpecialName()
5019 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
/external/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h828 const Node *SecondType; variable
833 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName()
835 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } in match()
841 SecondType->print(S); in printLeft()
5149 Node *SecondType = getDerived().parseType(); in parseSpecialName() local
5150 if (SecondType == nullptr) in parseSpecialName()
5152 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9786 QualType SecondType = SecondField->getType(); in diagnoseOdrViolations() local
9788 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
9794 << SecondII << SecondType; in diagnoseOdrViolations()
9894 QualType SecondType = SecondTD->getUnderlyingType(); in diagnoseOdrViolations() local
9896 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
9902 << IsTypeAlias << SecondName << SecondType; in diagnoseOdrViolations()
9927 QualType SecondType = SecondVD->getType(); in diagnoseOdrViolations() local
9929 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
9935 << SecondName << SecondType; in diagnoseOdrViolations()
11091 QualType SecondType = SecondTTPD->getDefaultArgument(); in diagnoseOdrViolations() local
[all …]
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2088 bool areCompatibleSveTypes(QualType FirstType, QualType SecondType);
2092 bool areLaxCompatibleSveTypes(QualType FirstType, QualType SecondType);
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h3010 typedef typename RawPairType::second_type SecondType;
3017 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
3085 const Matcher<const SecondType&> second_matcher_;
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp7274 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidSveBitcast() argument
7278 const auto *VecTy = SecondType->getAs<VectorType>(); in isValidSveBitcast()
9941 auto IsSveConversion = [](QualType FirstType, QualType SecondType) { in CheckVectorOperands() argument
9942 const VectorType *VecType = SecondType->getAs<VectorType>(); in CheckVectorOperands()
9956 auto IsSveGnuConversion = [](QualType FirstType, QualType SecondType) { in CheckVectorOperands() argument
9958 const VectorType *SecondVecType = SecondType->getAs<VectorType>(); in CheckVectorOperands()
15932 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
15938 SecondType = SrcType; in DiagnoseAssignmentResult()
15949 SecondType = DstType; in DiagnoseAssignmentResult()
15955 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h2882 typedef typename RawPairType::second_type SecondType;
2889 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
2957 const Matcher<const SecondType&> second_matcher_;
/external/clang/lib/Sema/
DSemaExpr.cpp12537 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
12543 SecondType = SrcType; in DiagnoseAssignmentResult()
12554 SecondType = DstType; in DiagnoseAssignmentResult()
12560 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
12562 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
12575 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
12583 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()
/external/fmtlib/test/gmock/
Dgmock.h7421 typedef typename RawPairType::second_type SecondType;
7428 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
7496 const Matcher<const SecondType&> second_matcher_;
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h7824 typedef typename RawPairType::second_type SecondType;
7831 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
7899 const Matcher<const SecondType&> second_matcher_;