HomeSort by relevance Sort by last modified time
    Searched refs:PairType (Results 1 - 7 of 7) sorted by null

  /external/llvm/utils/TableGen/
SearchableTableEmitter.cpp 182 std::string PairType = "std::pair<" + FieldType + ", int>";
192 OS << " " << PairType << " Val = {CanonicalVal, 0};\n";
196 OS << " " << PairType << " Val = {CanonicalVal.data(), 0};\n";
199 OS << " ArrayRef<" << PairType << "> Table(" << Name << "sBy" << Field
207 OS << "[](const " << PairType << " &LHS, const " << PairType
  /external/clang/lib/Analysis/
Consumed.cpp 459 typedef std::pair<const Stmt *, PropagationInfo> PairType;
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(DeclRef, PropagationInfo(Var)))
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 219 template<typename PairType>
221 size_t operator()(const PairType& p) const {
232 inline bool operator()(const PairType& a, const PairType& b) const {
    [all...]

Completed in 305 milliseconds