Searched defs:stk (Results 1 – 12 of 12) sorted by relevance
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons/ |
H A D | deduct.pass.cpp | 48 std::stack stk(v); in main() local 75 std::stack stk(source); // stack(stack &) in main() local 91 std::stack stk(cont, Alloc(2)); in main() local 97 std::stack stk(cont, ConvertibleToAlloc(2)); in main() local 103 std::stack stk(std::move(cont), Alloc(2)); in main() local 109 std::stack stk(std::move(cont), ConvertibleToAlloc(2)); in main() local 124 std::stack stk(source, Alloc(2)); in main() local 130 std::stack stk(source, ConvertibleToAlloc(2)); in main() local 136 std::stack stk(std::move(source), Alloc(2)); in main() local 142 std::stack stk(std::move(source), ConvertibleToAlloc(2)); in main() local
|
H A D | deduct.verify.cpp | 38 …std::stack stk(source, 45); // expected-error-re {{no viable constructor or deduction guide for d… in main() local
|
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_trace_test.cpp | 93 VarSizeStackTrace stk; in TRACE_TEST() local 153 VarSizeStackTrace stk; in TRACE_TEST() local 181 VarSizeStackTrace stk; in TRACE_TEST() local 224 VarSizeStackTrace stk; in TRACE_TEST() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector_interface.h | 37 u32 stk; // creation stack member 59 u32 stk[2]; // stack ids for the edge member
|
H A D | sanitizer_deadlock_detector.h | 59 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock() argument 121 u32 stk; member 240 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() argument [all...] |
H A D | sanitizer_deadlock_detector1.cpp | 154 u32 stk = 0; in MutexAfterLock() local
|
H A D | sanitizer_deadlock_detector2.cpp | 67 u32 stk; member
|
/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.cpp | 31 static void PrintStackTrace(Thread *thr, u32 stk) { in PrintStackTrace() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_defs.h | 186 StackID stk; member
|
H A D | tsan_rtl_mutex.cpp | 541 u32 stk = r->loop[i].stk[j]; in ReportDeadlock() local
|
H A D | tsan_rtl_access.cpp | 106 StackID stk) { in TraceMutexLock() argument
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 80 SimpleTypeKind stk = ti.getSimpleKind(); in GetIntegralTypeInfo() local
|