Searched refs:VC2 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.alg/ |
| H A D | compare_partial_order_fallback.pass.cpp | 263 struct VC2 { struct 265 friend bool operator==(const VC2&, VC2&); 266 friend bool operator==(VC2&, const VC2&) = delete; 267 friend bool operator<(const VC2&, VC2&); 268 friend bool operator<(VC2&, const VC2&); 304 N2::VC2 vc; in test_2() 305 const N2::VC2 cvc; in test_2()
|
| H A D | compare_strong_order_fallback.pass.cpp | 469 struct VC2 { struct 471 friend bool operator==(const VC2&, VC2&); 472 friend bool operator==(VC2&, const VC2&) = delete; 473 friend bool operator<(const VC2&, VC2&); 474 friend bool operator<(VC2&, const VC2&); 504 N2::VC2 vc; in test_2() 505 const N2::VC2 cvc; in test_2()
|
| H A D | compare_weak_order_fallback.pass.cpp | 516 struct VC2 { struct 518 friend bool operator==(const VC2&, VC2&); 519 friend bool operator==(VC2&, const VC2&) = delete; 520 friend bool operator<(const VC2&, VC2&); 521 friend bool operator<(VC2&, const VC2&); 551 N2::VC2 vc; in test_2() 552 const N2::VC2 cvc; in test_2()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | PdbStream.rst | 29 VC2 = 19941610,
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 9089 llvm::sort(VContexts, [](const ValueContext &VC1, const ValueContext &VC2) { in parseOptionalRefs() argument 9090 return VC1.VI.getAccessSpecifier() < VC2.VI.getAccessSpecifier(); in parseOptionalRefs()
|