Home
last modified time | relevance | path

Searched refs:createCancel (Results 1 – 6 of 6) sorted by relevance

/external/nist-sip/java/javax/sip/
DClientTransaction.java14 Request createCancel() throws SipException; in createCancel() method
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h171 InsertPointTy createCancel(const LocationDescription &Loc, Value *IfCondition,
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java1104 public Request createCancel() throws SipException { in createCancel() method in SIPClientTransaction
/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp138 auto NewIP = OMPBuilder.createCancel(Loc, nullptr, OMPD_parallel); in TEST_F()
193 auto NewIP = OMPBuilder.createCancel(Loc, Builder.getTrue(), OMPD_parallel); in TEST_F()
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp348 OpenMPIRBuilder::createCancel(const LocationDescription &Loc, in createCancel() function in OpenMPIRBuilder
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5979 OMPBuilder.createCancel(Builder, IfCondition, S.getCancelRegion())); in EmitOMPCancelDirective()