HomeSort by relevance Sort by last modified time
    Searched refs:Invoke (Results 251 - 275 of 342) sorted by null

<<11121314

  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 550 // For an invoke, the normal destination is the only one that is
557 if (auto *Invoke = dyn_cast<InvokeInst>(outputs[out]))
558 NormalDest = Invoke->getNormalDest();
573 // with an invoke instruction, make sure that we don't emit a
574 // store of the invoke value for the unwind block.
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 517 // For an invoke, the normal destination is the only one that is
523 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(outputs[out])) {
524 DefBlock = Invoke->getNormalDest();
537 // with an invoke instruction, make sure that we don't emit a
538 // store of the invoke value for the unwind block.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tsuserex.h 114 HRESULT (WINAPI *Invoke)(IADsTSUserEx *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
157 #define IADsTSUserEx_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)