Home
last modified time | relevance | path

Searched defs:LG (Results 1 – 12 of 12) sorted by relevance

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dmutex.fail.cpp23 void test_conversion(LG) {} in test_conversion() argument
31 using LG = std::scoped_lock<>; in main() typedef
37 using LG = std::scoped_lock<M>; in main() typedef
43 using LG = std::scoped_lock<M, M>; in main() typedef
49 using LG = std::scoped_lock<M, M, M>; in main() typedef
Dcopy.fail.cpp27 using LG = std::scoped_lock<>; in main() typedef
32 using LG = std::scoped_lock<M>; in main() typedef
37 using LG = std::scoped_lock<M, M>; in main() typedef
42 using LG = std::scoped_lock<M, M, M>; in main() typedef
Dmutex.pass.cpp68 using LG = std::scoped_lock<>; in main() typedef
72 using LG = std::scoped_lock<TestMutex>; in main() typedef
81 using LG = std::scoped_lock<TestMutex, TestMutex>; in main() typedef
90 using LG = std::scoped_lock<TestMutex, TestMutex, TestMutex>; in main() typedef
101 using LG = std::scoped_lock<MT>; in main() typedef
112 using LG = std::scoped_lock<MT, MT>; in main() typedef
123 using LG = std::scoped_lock<MT, MT, MT>; in main() typedef
Dassign.fail.cpp28 using LG = std::scoped_lock<>; in main() typedef
33 using LG = std::scoped_lock<M>; in main() typedef
39 using LG = std::scoped_lock<M, M>; in main() typedef
45 using LG = std::scoped_lock<M, M, M>; in main() typedef
Dadopt_lock.pass.cpp38 using LG = std::scoped_lock<>; in main() typedef
43 using LG = std::scoped_lock<TestMutex>; in main() typedef
53 using LG = std::scoped_lock<TestMutex, TestMutex>; in main() typedef
63 using LG = std::scoped_lock<TestMutex, TestMutex, TestMutex>; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() argument
30 using LG = std::scoped_lock<>; in main() typedef
36 using LG = std::scoped_lock<M>; in main() typedef
42 using LG = std::scoped_lock<M, M>; in main() typedef
48 using LG = std::scoped_lock<M, M, M>; in main() typedef
Dcopy.fail.cpp26 using LG = std::scoped_lock<>; in main() typedef
31 using LG = std::scoped_lock<M>; in main() typedef
36 using LG = std::scoped_lock<M, M>; in main() typedef
41 using LG = std::scoped_lock<M, M, M>; in main() typedef
Dmutex.pass.cpp67 using LG = std::scoped_lock<>; in main() typedef
71 using LG = std::scoped_lock<TestMutex>; in main() typedef
80 using LG = std::scoped_lock<TestMutex, TestMutex>; in main() typedef
89 using LG = std::scoped_lock<TestMutex, TestMutex, TestMutex>; in main() typedef
100 using LG = std::scoped_lock<MT>; in main() typedef
111 using LG = std::scoped_lock<MT, MT>; in main() typedef
122 using LG = std::scoped_lock<MT, MT, MT>; in main() typedef
Dassign.fail.cpp27 using LG = std::scoped_lock<>; in main() typedef
32 using LG = std::scoped_lock<M>; in main() typedef
38 using LG = std::scoped_lock<M, M>; in main() typedef
44 using LG = std::scoped_lock<M, M, M>; in main() typedef
Dadopt_lock.pass.cpp37 using LG = std::scoped_lock<>; in main() typedef
42 using LG = std::scoped_lock<TestMutex>; in main() typedef
52 using LG = std::scoped_lock<TestMutex, TestMutex>; in main() typedef
62 using LG = std::scoped_lock<TestMutex, TestMutex, TestMutex>; in main() typedef
/external/lua/src/
Dlstate.c44 typedef struct LG { struct
47 } LG; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp822 const RegisterAggr &LG = LiveMap[&B]; in computeLiveIns() local