Searched refs:CheckInit (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | libcurl_wrapper.cc | 57 if (!CheckInit()) return false; in SetProxy() 78 if (!CheckInit()) return false; in AddFile() 107 if (!CheckInit()) return false; in SendRequest() 126 if (!CheckInit()) return false; in SendGetRequest() 139 if (!CheckInit()) return false; in SendPutRequest() 159 if (!CheckInit()) return false; in SendSimplePostRequest() 328 bool LibcurlWrapper::CheckInit() { in CheckInit() function in google_breakpad::LibcurlWrapper
|
D | libcurl_wrapper.h | 85 bool CheckInit();
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_fusion.h | 64 bool CheckInit();
|
D | loop_fusion.cpp | 154 if (!CheckInit()) { in AreCompatible() 249 bool LoopFusion::CheckInit() { in CheckInit() function in spvtools::opt::LoopFusion
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_fusion.h | 64 bool CheckInit();
|
D | loop_fusion.cpp | 154 if (!CheckInit()) { in AreCompatible() 249 bool LoopFusion::CheckInit() { in CheckInit() function in spvtools::opt::LoopFusion
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_fusion.h | 64 bool CheckInit();
|
D | loop_fusion.cpp | 154 if (!CheckInit()) { in AreCompatible() 249 bool LoopFusion::CheckInit() { in CheckInit() function in spvtools::opt::LoopFusion
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Interp.h | 83 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 685 if (!CheckInit(S, OpPC, Ptr)) in InitPop() 696 if (!CheckInit(S, OpPC, Ptr)) in InitElem() 707 if (!CheckInit(S, OpPC, Ptr)) in InitElemPop()
|
D | Interp.cpp | 325 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInit() function
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3940 bool CheckInit(Stmt *S, bool EmitDiags = true); 4108 bool OpenMPIterationSpaceChecker::CheckInit(Stmt *S, bool EmitDiags) { in CheckInit() function in __anon756b9f4d1411::OpenMPIterationSpaceChecker 4588 if (!ISC.CheckInit(Init, /*EmitDiags=*/false)) { in ActOnOpenMPLoopInitialization() 4647 if (ISC.CheckInit(Init)) in CheckOpenMPIterationSpace()
|