Home
last modified time | relevance | path

Searched defs:Pair (Results 1 – 25 of 226) sorted by relevance

12345678910

/llvm-project/lldb/test/API/functionalities/data-formatter/user-format-vs-summary/
H A Dmain.cpp1 struct Pair { struct
5 Pair(int _x, int _y) : x(_x), y(_y) {} in Pair() argument
/llvm-project/lldb/test/API/functionalities/data-formatter/frameformat_smallstruct/
H A Dmain.cpp1 struct Pair { struct
5 Pair(int _x, int _y) : x(_x), y(_y) {} in Pair() argument
/llvm-project/clang/test/CodeGenCXX/
H A DPR42665.cpp13 struct Pair { struct
19 Pair(Foo, Deleter) -> Pair<Deleter>; argument
/llvm-project/clang/test/CodeGen/RISCV/
H A Driscv-inline-asm.c49 bPair global() argument
/llvm-project/compiler-rt/test/dfsan/
H A Dstruct.c7 typedef struct Pair { struct
10 } Pair; typedef
/llvm-project/clang/test/Index/
H A Dindex-templates.cpp76 struct Pair { struct
85 Pair<T, U> p = { t, second_type(u) }; in init_list() argument
98 template class Pair<int, int>; variable
/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp79 Pair.second->dropUse(); in ~LLVMContextImpl() local
64 for (auto &Pair : ValueMetadata) ~LLVMContextImpl() local
81 for (auto &Pair : MetadataAsValues) ~LLVMContextImpl() local
141 for (auto &Pair : MetadataAsValues) ~LLVMContextImpl() local
149 for (auto &Pair : ValuesAsMetadata) ~LLVMContextImpl() local
[all...]
/llvm-project/clang/test/CodeGen/X86/
H A Dinline-asm-constraints.c58 struct Pair { int a, b; } pair; argument
/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct_pair.pass.cpp36 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef
63 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef
96 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
128 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
H A Dconstruct_pair_piecewise.pass.cpp37 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef
66 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef
101 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
135 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
H A Dconstruct_pair_values.pass.cpp36 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef
65 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef
100 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
134 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
H A Dconstruct_pair_const_lvalue_pair.pass.cpp36 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef
67 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef
104 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
140 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
H A Dconstruct_pair_rvalue.pass.cpp36 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef
67 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef
104 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
140 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsuspicious-stringview-data-usage.cpp8 struct Pair { struct
9 const char* begin;
10 const char* end;
/llvm-project/llvm/unittests/ADT/
H A DPointerIntPairTest.cpp22 PointerIntPair<S *, 2> Pair(&s, 1U); in TEST() local
74 PointerIntPair<float *, 2> Pair; in TEST() local
119 PointerIntPair<int *, 1> Pair; in TEST() local
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dconst_pair.pass.cpp66 typedef std::pair<NothrowCopyAssignable, int> Pair; in main() typedef
73 typedef std::pair<PotentiallyThrowingCopyAssignable, int> Pair; in main() typedef
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzer.cpp
/llvm-project/llvm/include/llvm/IR/
H A DDominators.h102 BasicBlockEdge(const std::pair<BasicBlock *, BasicBlock *> &Pair) in BasicBlockEdge() argument
105 BasicBlockEdge(const std::pair<const BasicBlock *, const BasicBlock *> &Pair) in BasicBlockEdge()
/llvm-project/libc/src/__support/
H A Dblockstore.h47 struct Pair { in get_last_blocks() argument
44 struct Pair { global() struct
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dinsert_range.pass.cpp26 using Pair = std::pair<int, char>; in main() typedef
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dinsert_range.pass.cpp26 using Pair = std::pair<int, char>; in main() typedef
/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dinsert_range.pass.cpp26 using Pair = std::pair<int, char>; in main() typedef
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dinsert_range.pass.cpp26 using Pair = std::pair<int, char>; in main() typedef
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h56 std::pair<typename MapTy::iterator, bool> Pair = variable
68 std::pair<typename MapTy::iterator, bool> Pair = in insert() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp145 for (const auto &Pair : ArgParts) { doPromotion() local
228 for (const auto &Pair : ArgParts) { doPromotion() local
342 for (const auto &Pair : ArgsToPromote.find(&Arg)->second) { doPromotion() local
402 for (const auto &Pair : OffsetToAlloca) { doPromotion() local
508 auto Pair = ArgParts.try_emplace( findArgParts() local
639 for (const auto &Pair : ArgPartsVec) { findArgParts() local
785 for (const auto &Pair : ArgParts) promoteArguments() local
[all...]

12345678910