Home
last modified time | relevance | path

Searched defs:Guard (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/lib/IR/
DPassRegistry.cpp43 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/
DHeaders.h24 enum Guard { ImmutableGuard, RequestGuard, RequestNoCORSGuard, ResponseGuard, NoneGuard }; enum
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp39 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/
DIRBuilderTest.cpp262 IRBuilder<>::FastMathFlagGuard Guard(Builder); in TEST_F() local
277 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F() local
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp59 MutexGuard Guard(OProfileInitializationMutex); in initialize() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp180 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/
DMonitor.java219 public abstract static class Guard { class in Monitor
227 protected Guard(Monitor monitor) { in Guard() method in Monitor.Guard
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp326 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( in EmitCXXThreadLocalInitFunc() local
449 llvm::GlobalVariable *Guard) { in GenerateCXXGlobalInitFunc()
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp82 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB() local
DAddressSanitizer.cpp1299 GlobalVariable *Guard = new GlobalVariable( in InjectCoverageAtBlock() local
/external/chromium_org/v8/src/base/platform/
Dplatform-solaris.cc225 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-openbsd.cc284 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-linux.cc380 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-macos.cc255 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-qnx.cc320 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-cygwin.cc277 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-freebsd.cc253 bool VirtualMemory::Guard(void* address) { in Guard() function in v8::base::VirtualMemory
Dplatform-posix.cc124 void OS::Guard(void* address, const size_t size) { in Guard() function in v8::base::OS
Dplatform-win32.cc814 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/
DFlattenCFG.cpp271 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp531 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/
DNeonEmitter.cpp280 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/
DASTUnit.cpp121 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/
DSelectionDAGBuilder.h478 const Value *Guard; variable
/external/chromium_org/v8/src/
Djsregexp.h1019 Guard(int reg, Relation op, int value) in Guard() function

12