Home
last modified time | relevance | path

Searched defs:invoke (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dmozilla-ms-inline-asm.c8 void invoke(void* that, unsigned methodIndex, in invoke() function
H A Dblockstret.c68 void (*invoke)(void *, ...); member
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp52 …template<class T> void invoke(void (*f)(T)) { f(T()); } // expected-note 6 {{couldn't infer templa… in invoke() function
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndex_Internal.h37 enum CXVisitorResult (*invoke)(_CXCursorAndRangeVisitorBlock *, member
H A DCIndex.cpp3442 enum CXChildVisitResult(*invoke)(struct _CXChildVisitResult*, CXCursor, member
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp20 R invoke(Args... args) { return f(args...); } in invoke() function in functor_invoker
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2435 } else if (llvm::InvokeInst *invoke = dyn_cast<llvm::InvokeInst>(value)) { in emitARCRetainAfterCall() local
H A DCGCall.cpp2890 llvm::InvokeInst *invoke = in EmitNoreturnRuntimeCallOrInvoke() local