/external/llvm/lib/IR/ |
D | PassRegistry.cpp | 42 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 48 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 58 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local 74 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local 98 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local 121 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local 126 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 39 MutexGuard Guard(Lock); in clearAnnotationCache() local 44 MutexGuard Guard(Lock); in cacheAnnotationFromMD() local 70 MutexGuard Guard(Lock); in cacheAnnotationFromMD() local 104 MutexGuard Guard(Lock); in findOneNVVMAnnotation() local 118 MutexGuard Guard(Lock); in findAllNVVMAnnotation() local
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 59 MutexGuard Guard(OProfileInitializationMutex); in initialize() local
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 291 public abstract static class Guard { class in Monitor 303 protected Guard(Monitor monitor) { in Guard() method in Monitor.Guard
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 305 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F() local 320 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 201 BuilderType::InsertPointGuard Guard(Builder); in InsertBinop() local 528 BuilderType::InsertPointGuard Guard(Builder); in expandAddToGEP() local 1159 BuilderType::InsertPointGuard Guard(Builder); in getAddRecExprPHILiterally() local 1324 BuilderType::InsertPointGuard Guard(Builder); in expandAddRecExprLiterally() local 1638 BuilderType::InsertPointGuard Guard(Builder); in expand() local 1676 BuilderType::InsertPointGuard Guard(Builder); in getOrInsertCanonicalInductionVariable() local
|
D | MemoryBuiltins.cpp | 639 BuilderTy::InsertPointGuard Guard(Builder); in compute_() local
|
/external/v8/src/base/platform/ |
D | platform-solaris.cc | 157 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-cygwin.cc | 229 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-macos.cc | 197 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-freebsd.cc | 204 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-linux.cc | 324 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-openbsd.cc | 235 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-aix.cc | 201 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-qnx.cc | 261 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-win32.cc | 819 void OS::Guard(void* address, const size_t size) { in Guard() function in v8::base::OS 1263 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-posix.cc | 125 void OS::Guard(void* address, const size_t size) { in Guard() function in v8::base::OS
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 80 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB() local
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 271 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
|
D | SimplifyLibCalls.cpp | 1131 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizePow() local 1308 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeFMinFMax() local 1364 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeLog() local 1432 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeSqrt() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 638 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local 654 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local 695 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 249 unique_lock<sys::Mutex> Guard(*FunctionsLock); in callExternalFunction() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 291 std::string Guard; member in __anon2f9be8960111::Intrinsic 324 StringRef Guard, bool IsUnavailable, bool BigEndianSafe) in Intrinsic() 1916 std::string Guard = R->getValueAsString("ArchGuard"); in createIntrinsic() local
|
/external/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 506 Address Guard) { in GenerateCXXGlobalInitFunc()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 123 llvm::MutexGuard Guard(getOnDiskMutex()); in cleanupOnDiskMapAtExit() local 134 llvm::MutexGuard Guard(getOnDiskMutex()); in getOnDiskData() local 149 llvm::MutexGuard Guard(getOnDiskMutex()); in removeOnDiskEntry() local
|