Home
last modified time | relevance | path

Searched refs:VC1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.alg/
H A Dcompare_partial_order_fallback.pass.cpp258 struct VC1 { struct
260 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()
H A Dcompare_strong_order_fallback.pass.cpp464 struct VC1 { struct
466 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()
H A Dcompare_weak_order_fallback.pass.cpp511 struct VC1 { struct
513 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()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp9089 llvm::sort(VContexts, [](const ValueContext &VC1, const ValueContext &VC2) { in parseOptionalRefs() argument
9090 return VC1.VI.getAccessSpecifier() < VC2.VI.getAccessSpecifier(); in parseOptionalRefs()