| /third_party/boost/libs/optional/test/ |
| D | optional_test_inplace_fail2.cpp | 28 struct Guard struct 32 Guard() : num() {} in Guard() argument 33 Guard(double num_, std::string str_) : num(num_), str(str_) {} in Guard() argument
|
| D | optional_test_inplace_fail.cpp | 28 struct Guard struct 32 Guard() : num() {} in Guard() function 33 Guard(double num_, std::string str_) : num(num_), str(str_) {} in Guard() function
|
| D | optional_test_inplace_factory.cpp | 28 struct Guard struct 32 Guard() : num() {} in Guard() argument 33 Guard(double num_, std::string str_) : num(num_), str(str_) {} in Guard() argument
|
| D | optional_test_emplace.cpp | 31 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 …]
|
| D | optional_test_minimum_requirements.cpp | 39 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/ |
| 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 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/ |
| D | GsymCreator.cpp | 34 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/ |
| D | functor_row.hpp | 65 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/ |
| D | MakeGuardsExplicit.cpp | 58 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { in turnToExplicitForm() 88 for (auto *Guard : GuardIntrinsics) in explicifyGuards() local
|
| D | LoopPredication.cpp | 400 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/ |
| D | variant_emplace_type.cpp | 69 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/ |
| D | NVPTXUtilities.cpp | 42 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/ |
| D | StackProtector.cpp | 357 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/ |
| D | GuardUtils.cpp | 31 CallInst *Guard, bool UseWC) { in makeGuardControlFlowExplicit()
|
| D | SimplifyLibCalls.cpp | 1263 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
|
| D | FlattenCFG.cpp | 283 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
| D | OProfileWrapper.cpp | 57 std::lock_guard<sys::Mutex> Guard(OProfileInitializationMutex); in initialize() local
|
| /third_party/boost/libs/outcome/test/ |
| D | expected-pass.cpp | 247 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/ |
| D | unity_memory.c | 53 } Guard; typedef
|
| /third_party/boost/boost/msm/front/euml/ |
| D | stt_grammar.hpp | 34 typedef GUARD Guard; typedef
|
| /third_party/json/test/thirdparty/Fuzzer/ |
| D | FuzzerTracePC.cpp | 31 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/ |
| D | PerfJITEventListener.cpp | 424 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/ |
| D | ScalarEvolutionExpander.cpp | 213 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/ |
| D | BoundsChecking.cpp | 185 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking() local
|
| /third_party/cJSON/tests/unity/extras/fixture/src/ |
| D | unity_fixture.c | 176 } Guard; typedef
|