Searched refs:VC1 (Results 1 – 4 of 4) sorted by relevance
258 struct VC1 { struct260 friend bool operator==(const VC1&, VC1&);261 friend bool operator<(const VC1&, VC1&);297 N2::VC1 vc; in test_2()298 const N2::VC1 cvc; in test_2()
464 struct VC1 { struct466 friend bool operator==(const VC1&, VC1&);467 friend bool operator<(const VC1&, VC1&);497 N2::VC1 vc; in test_2()498 const N2::VC1 cvc; in test_2()
511 struct VC1 { struct513 friend bool operator==(const VC1&, VC1&);514 friend bool operator<(const VC1&, VC1&);544 N2::VC1 vc; in test_2()545 const N2::VC1 cvc; in test_2()
9089 llvm::sort(VContexts, [](const ValueContext &VC1, const ValueContext &VC2) { in parseOptionalRefs() argument9090 return VC1.VI.getAccessSpecifier() < VC2.VI.getAccessSpecifier(); in parseOptionalRefs()