Searched defs:PairType (Results 1 - 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp182 std::string PairType = "std::pair<" + FieldType + ", int>"; local
192 OS << " " << PairType << " Val = {CanonicalVal, 0};\n"; local
196 OS << " " << PairType << " Val = {CanonicalVal.data(), 0};\n"; local
199 OS << " ArrayRef<" << PairType << "> Table(" << Name << "sBy" << Field
207 OS << "[](const " << PairType << " &LHS, const " << PairType local
/external/clang/lib/Analysis/
H A DConsumed.cpp459 typedef std::pair<const Stmt *, PropagationInfo> PairType; typedef in class:clang::consumed::ConsumedStmtVisitor
481 PropagationMap.insert(PairType(E->IgnoreParens(), PI));
680 PropagationMap.insert(PairType(Call,
701 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState)));
732 PropagationMap.insert(PairType(BinOp, PropagationInfo(BinOp,
776 PropagationMap.insert(PairType(Temp, PropagationInfo(Temp)));
793 PropagationMap.insert(PairType(Call, PropagationInfo(RetState)));
795 PropagationMap.insert(PairType(Call,
808 PropagationMap.insert(PairType(Call, PropagationInfo(RetState)));
849 PropagationMap.insert(PairType(DeclRe
[all...]
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DRecord.cpp1586 typedef std::pair<Init*, std::string> PairType; typedef
1591 for (std::vector<PairType>::const_iterator i = args.begin(),
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2349 template <typename PairType>
2350 class KeyMatcherImpl : public MatcherInterface<PairType> {
2352 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2362 virtual bool MatchAndExplain(PairType key_value,
2398 template <typename PairType>
2399 operator Matcher<PairType>() const {
2400 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
2411 template <typename PairType>
2412 class PairMatcherImpl : public MatcherInterface<PairType> {
2414 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairTyp
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2938 template <typename PairType>
2939 class KeyMatcherImpl : public MatcherInterface<PairType> {
2941 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2951 virtual bool MatchAndExplain(PairType key_value,
2987 template <typename PairType>
2988 operator Matcher<PairType>() const {
2989 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
3000 template <typename PairType>
3001 class PairMatcherImpl : public MatcherInterface<PairType> {
3003 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairTyp
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2938 template <typename PairType>
2939 class KeyMatcherImpl : public MatcherInterface<PairType> {
2941 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2951 virtual bool MatchAndExplain(PairType key_value,
2987 template <typename PairType>
2988 operator Matcher<PairType>() const {
2989 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
3000 template <typename PairType>
3001 class PairMatcherImpl : public MatcherInterface<PairType> {
3003 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairTyp
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h7353 template <typename PairType>
7354 class KeyMatcherImpl : public MatcherInterface<PairType> {
7356 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
7366 virtual bool MatchAndExplain(PairType key_value,
7402 template <typename PairType>
7403 operator Matcher<PairType>() const {
7404 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
7415 template <typename PairType>
7416 class PairMatcherImpl : public MatcherInterface<PairType> {
7418 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairTyp
[all...]

Completed in 475 milliseconds