Home
last modified time | relevance | path

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

12

/third_party/boost/libs/optional/test/
Doptional_test_inplace_fail2.cpp28 struct Guard struct
32 Guard() : num() {} in Guard() argument
33 Guard(double num_, std::string str_) : num(num_), str(str_) {} in Guard() argument
Doptional_test_inplace_fail.cpp28 struct Guard struct
32 Guard() : num() {} in Guard() function
33 Guard(double num_, std::string str_) : num(num_), str(str_) {} in Guard() function
Doptional_test_inplace_factory.cpp28 struct Guard struct
32 Guard() : num() {} in Guard() argument
33 Guard(double num_, std::string str_) : num(num_), str(str_) {} in Guard() argument
Doptional_test_emplace.cpp31 class Guard class
35 Guard () : which_ctor(0) { } in Guard() function in Guard
36 Guard (int&, double&&) : which_ctor(1) { } in Guard() function in Guard
37 Guard (int&&, double&) : which_ctor(2) { } in Guard() function in Guard
38 Guard (int&&, double&&) : which_ctor(3) { } in Guard() function in Guard
39 Guard (int&, double&) : which_ctor(4) { } in Guard() function in Guard
40 Guard (std::string const&) : which_ctor(5) { } in Guard() function in Guard
41 Guard (std::string &) : which_ctor(6) { } in Guard() function in Guard
42 Guard (std::string &&) : which_ctor(7) { } in Guard() function in Guard
285 class Guard class
[all …]
Doptional_test_minimum_requirements.cpp39 class Guard class
42 explicit Guard(int) {} in Guard() function in Guard
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassRegistry.cpp42 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
119 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local
124 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp34 std::lock_guard<std::recursive_mutex> Guard(Mutex); in insertFile() local
54 std::lock_guard<std::recursive_mutex> Guard(Mutex); in encode() local
158 std::lock_guard<std::recursive_mutex> Guard(Mutex); in finalize() local
248 std::lock_guard<std::recursive_mutex> Guard(Mutex); in insertString() local
255 std::lock_guard<std::recursive_mutex> Guard(Mutex); in addFunctionInfo() local
261 std::lock_guard<std::recursive_mutex> Guard(Mutex); in forEachFunctionInfo() local
270 std::lock_guard<std::recursive_mutex> Guard(Mutex); in forEachFunctionInfo() local
/third_party/boost/boost/msm/front/
Dfunctor_row.hpp65 typedef GUARD Guard; typedef
90 typedef none Guard; typedef
101 typedef none Guard; typedef
119 typedef GUARD Guard; typedef
137 typedef none Guard; typedef
155 typedef GUARD Guard; typedef
172 typedef GUARD Guard; typedef
196 typedef none Guard; typedef
211 typedef GUARD Guard; typedef
234 typedef none Guard; typedef
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMakeGuardsExplicit.cpp58 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { in turnToExplicitForm()
88 for (auto *Guard : GuardIntrinsics) in explicifyGuards() local
DLoopPredication.cpp400 Instruction *Guard, in expandCheck()
563 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop()
612 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop()
675 Instruction *Guard) { in widenICmpRangeCheck()
740 Instruction *Guard) { in collectChecks()
791 bool LoopPredication::widenGuardConditions(IntrinsicInst *Guard, in widenGuardConditions()
1246 for (auto *Guard : Guards) in runOnLoop() local
1248 for (auto *Guard : GuardsAsWidenableBranches) in runOnLoop() local
/third_party/boost/libs/variant2/test/
Dvariant_emplace_type.cpp69 struct Guard struct
71 explicit Guard(int) {} in Guard() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp42 std::lock_guard<sys::Mutex> Guard(Lock); in clearAnnotationCache() local
47 std::lock_guard<sys::Mutex> Guard(Lock); in cacheAnnotationFromMD() local
73 std::lock_guard<sys::Mutex> Guard(Lock); in cacheAnnotationFromMD() local
107 std::lock_guard<sys::Mutex> Guard(Lock); in findOneNVVMAnnotation() local
121 std::lock_guard<sys::Mutex> Guard(Lock); in findAllNVVMAnnotation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp357 if (Value *Guard = TLI->getIRStackGuard(B)) in getStackGuard() local
453 LoadInst *Guard = B.CreateLoad(B.getInt8PtrTy(), AI, true, "Guard"); in InsertStackProtectors() local
507 Value *Guard = getStackGuard(TLI, M, B); in InsertStackProtectors() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGuardUtils.cpp31 CallInst *Guard, bool UseWC) { in makeGuardControlFlowExplicit()
DSimplifyLibCalls.cpp1263 IRBuilder<>::FastMathFlagGuard Guard(B); in replaceUnaryCall() local
1336 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeDoubleFP() local
1372 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeCAbs() local
1400 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeTrigReflections() local
1701 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizePow() local
1850 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeFMinFMax() local
1966 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeLog() local
2061 IRBuilder<>::FastMathFlagGuard Guard(B); in optimizeSqrt() local
DFlattenCFG.cpp283 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp57 std::lock_guard<sys::Mutex> Guard(OProfileInitializationMutex); in initialize() local
/third_party/boost/libs/outcome/test/
Dexpected-pass.cpp247 struct Guard struct
250 Guard() = default; argument
251 explicit Guard(std::string s, int /*unused*/ = 0) in Guard() argument
/third_party/unity/extras/memory/src/
Dunity_memory.c53 } Guard; typedef
/third_party/boost/boost/msm/front/euml/
Dstt_grammar.hpp34 typedef GUARD Guard; typedef
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.cpp31 void TracePC::HandleTrace(uint32_t *Guard, uintptr_t PC) { in HandleTrace()
263 void __sanitizer_cov_trace_pc_guard(uint32_t *Guard) { in __sanitizer_cov_trace_pc_guard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp424 std::lock_guard<sys::Mutex> Guard(Mutex); in NotifyCode() local
466 std::lock_guard<sys::Mutex> Guard(Mutex); in NotifyDebug() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp213 SCEVInsertPointGuard Guard(Builder, this); in InsertBinop() local
543 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local
563 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP() local
1250 SCEVInsertPointGuard Guard(Builder, this); in getAddRecExprPHILiterally() local
1429 SCEVInsertPointGuard Guard(Builder, this); in expandAddRecExprLiterally() local
1872 SCEVInsertPointGuard Guard(Builder, this); in expand() local
1935 SCEVInsertPointGuard Guard(Builder, this); in getOrInsertCanonicalInductionVariable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp185 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking() local
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture.c176 } Guard; typedef

12