/external/llvm/lib/IR/ |
D | PassRegistry.cpp | 43 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 49 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 59 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local 75 sys::SmartScopedWriter<true> Guard(Lock); in unregisterPass() local 85 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local 111 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local 137 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local 142 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | Headers.h | 24 enum Guard { ImmutableGuard, RequestGuard, RequestNoCORSGuard, ResponseGuard, NoneGuard }; enum
|
/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 103 MutexGuard Guard(Lock); in findOneNVVMAnnotation() local 117 MutexGuard Guard(Lock); in findAllNVVMAnnotation() local
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 262 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F() local 277 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F() local
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 59 MutexGuard Guard(OProfileInitializationMutex); in initialize() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 180 BuilderType::InsertPointGuard Guard(Builder); in InsertBinop() local 551 BuilderType::InsertPointGuard Guard(Builder); in expandAddToGEP() local 1158 BuilderType::InsertPointGuard Guard(Builder); in getAddRecExprPHILiterally() local 1317 BuilderType::InsertPointGuard Guard(Builder); in expandAddRecExprLiterally() local 1393 BuilderType::InsertPointGuard Guard(Builder); in visitAddRecExpr() local 1631 BuilderType::InsertPointGuard Guard(Builder); in expand() local 1669 BuilderType::InsertPointGuard Guard(Builder); in getOrInsertCanonicalInductionVariable() local
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 219 public abstract static class Guard { class in Monitor 227 protected Guard(Monitor monitor) { in Guard() method in Monitor.Guard
|
/external/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 326 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( in EmitCXXThreadLocalInitFunc() local 449 llvm::GlobalVariable *Guard) { in GenerateCXXGlobalInitFunc()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 82 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB() local
|
D | AddressSanitizer.cpp | 1299 GlobalVariable *Guard = new GlobalVariable( in InjectCoverageAtBlock() local
|
/external/chromium_org/v8/src/base/platform/ |
D | platform-solaris.cc | 225 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-openbsd.cc | 284 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-linux.cc | 380 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-macos.cc | 255 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-qnx.cc | 320 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-cygwin.cc | 277 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-freebsd.cc | 253 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
|
D | platform-posix.cc | 124 void OS::Guard(void* address, const size_t size) { in Guard() function in v8::base::OS
|
D | platform-win32.cc | 814 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
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 271 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 531 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local 547 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local 588 BuilderTy::FastMathFlagGuard Guard(*Builder); in visitFMul() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 280 std::string Guard; member in __anon7fb122680111::Intrinsic 313 StringRef Guard, bool IsUnavailable, bool BigEndianSafe) in Intrinsic() 1909 std::string Guard = R->getValueAsString("ArchGuard"); in createIntrinsic() local
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 121 llvm::MutexGuard Guard(getOnDiskMutex()); in cleanupOnDiskMapAtExit() local 133 llvm::MutexGuard Guard(getOnDiskMutex()); in getOnDiskData() local 148 llvm::MutexGuard Guard(getOnDiskMutex()); in removeOnDiskEntry() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 478 const Value *Guard; variable
|
/external/chromium_org/v8/src/ |
D | jsregexp.h | 1019 Guard(int reg, Relation op, int value) in Guard() function
|