/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | mutex.fail.cpp | 23 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
|
D | copy.fail.cpp | 27 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
|
D | mutex.pass.cpp | 68 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
|
D | assign.fail.cpp | 28 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
|
D | adopt_lock.pass.cpp | 38 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/tot/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | mutex.verify.cpp | 22 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
|
D | copy.verify.cpp | 26 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
|
D | mutex.pass.cpp | 67 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
|
D | assign.verify.cpp | 27 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
|
D | adopt_lock.pass.cpp | 37 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/cronet/stable/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | mutex.verify.cpp | 22 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
|
D | copy.verify.cpp | 26 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
|
D | mutex.pass.cpp | 67 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
|
D | assign.verify.cpp | 27 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
|
D | adopt_lock.pass.cpp | 37 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/ |
D | lstate.c | 44 typedef struct LG { struct 47 } LG; argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
D | DebuggerSupportPlugin.cpp | 401 MaterializationResponsibility &MR, LinkGraph &LG, in modifyPassConfig() 416 MaterializationResponsibility &MR, jitlink::LinkGraph &LG, in modifyPassConfigForMachO()
|
D | ELFNixPlatform.cpp | 638 MaterializationResponsibility &MR, jitlink::LinkGraph &LG, in modifyPassConfig()
|
D | COFFPlatform.cpp | 748 MaterializationResponsibility &MR, jitlink::LinkGraph &LG, in modifyPassConfig()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/ |
D | ELF_i386.cpp | 57 [&](LinkGraph &LG, Symbol &Sym) -> SectionRangeSymbolDesc { in getOrCreateGOTSymbol()
|
D | ELF_x86_64.cpp | 293 [&](LinkGraph &LG, Symbol &Sym) -> SectionRangeSymbolDesc { in getOrCreateGOTSymbol()
|
/external/leakcanary2/shark-android/src/main/java/shark/ |
D | AndroidReferenceMatchers.kt | 1609 const val LG = "LGE" in <lambda>() constant
|
/external/leakcanary2/plumber-android-core/src/main/java/leakcanary/ |
D | AndroidLeakFixes.kt | 721 private const val LG = "LGE" in <lambda>() constant
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | RDFLiveness.cpp | 876 const RegisterAggr &LG = LiveMap[&B]; in computeLiveIns() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 822 const RegisterAggr &LG = LiveMap[&B]; in computeLiveIns() local
|