Home
last modified time | relevance | path

Searched refs:isAborted (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/Analysis/
DPtrUseVisitor.h62 bool isAborted() const { return AbortedInfo.getInt(); } in isAborted() function
226 if (PI.isAborted()) in visitPtr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DPtrUseVisitor.h75 bool isAborted() const { return AbortedInfo.getInt(); } in isAborted() function
243 if (PI.isAborted()) in visitPtr()
/external/llvm-project/llvm/include/llvm/Analysis/
DPtrUseVisitor.h74 bool isAborted() const { return AbortedInfo.getInt(); } in isAborted() function
242 if (PI.isAborted()) in visitPtr()
/external/apache-http/src/org/apache/http/client/methods/
DHttpUriRequest.java83 boolean isAborted(); in isAborted() method
DHttpRequestBase.java171 public boolean isAborted() { in isAborted() method in HttpRequestBase
/external/llvm-project/clang/lib/ARCMigrate/
DInternals.h134 if (!isAborted()) in ~Transaction()
143 bool isAborted() const { return Aborted; } in isAborted() function
/external/clang/lib/ARCMigrate/
DInternals.h133 if (!isAborted()) in ~Transaction()
142 bool isAborted() const { return Aborted; } in isAborted() function
/external/apache-http/src/org/apache/http/impl/client/
DRequestWrapper.java155 public boolean isAborted() { in isAborted() method in RequestWrapper
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp529 if (PtrI.isEscaped() || PtrI.isAborted()) { in mightWriteIntoAllocaPtr()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp990 if (PtrI.isEscaped() || PtrI.isAborted()) { in AllocaSlices()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1059 if (PtrI.isEscaped() || PtrI.isAborted()) { in AllocaSlices()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp1070 if (PtrI.isEscaped() || PtrI.isAborted()) { in AllocaSlices()
/external/apache-http/api/
Dcurrent.txt1461 method @Deprecated public boolean isAborted();
1479 method @Deprecated public boolean isAborted();
2640 method @Deprecated public boolean isAborted();
/external/apache-http/
Dart-profile106 HPLorg/apache/http/client/methods/HttpUriRequest;->isAborted()Z