HomeSort by relevance Sort by last modified time
    Searched full:argtypes (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
injected-class-name.cpp 49 template<typename R, typename ...ArgTypes>
50 struct X<R(ArgTypes...)> {
51 X<R(ArgTypes...)> f();
54 template<typename R, typename ...ArgTypes>
55 X<R(ArgTypes...)> X<R(ArgTypes...)>::f() { return *this; }
61 template<typename ...ArgTypes> int g(ArgTypes...);
65 template<typename R, typename ...ArgTypes>
66 struct X1<R(ArgTypes...)>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/
operator_==.pass.cpp 12 // class function<R(ArgTypes...)>
14 // template <MoveConstructible R, MoveConstructible ... ArgTypes>
15 // bool operator==(const function<R(ArgTypes...)>&, nullptr_t);
17 // template <MoveConstructible R, MoveConstructible ... ArgTypes>
18 // bool operator==(nullptr_t, const function<R(ArgTypes...)>&);
20 // template <MoveConstructible R, MoveConstructible ... ArgTypes>
21 // bool operator!=(const function<R(ArgTypes...)>&, nullptr_t);
23 // template <MoveConstructible R, MoveConstructible ... ArgTypes>
24 // bool operator!=(nullptr_t, const function<R(ArgTypes...)>&);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/
types.pass.cpp 12 // template<Returnable R, CopyConstructible... ArgTypes>
13 // class function<R(ArgTypes...)>
14 // : public unary_function<T1, R> // iff sizeof...(ArgTypes) == 1 and
15 // // ArgTypes contains T1
16 // : public binary_function<T1, T2, R> // iff sizeof...(ArgTypes) == 2 and
17 // // ArgTypes contains T1 and T2
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.tas/futures.task.nonmembers/
swap.pass.cpp 12 // class packaged_task<R(ArgTypes...)>
14 // template <class R, class... ArgTypes>
16 // swap(packaged_task<R(ArgTypes...)>& x, packaged_task<R(ArgTypes...)>& y);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/refwrap/refwrap.invoke/
invoke.fail.cpp 14 // template <class... ArgTypes>
15 // requires Callable<T, ArgTypes&&...>
16 // Callable<T, ArgTypes&&...>::result_type
17 // operator()(ArgTypes&&... args) const;
invoke_int_0.pass.cpp 14 // template <class... ArgTypes>
15 // requires Callable<T, ArgTypes&&...>
16 // Callable<T, ArgTypes&&...>::result_type
17 // operator()(ArgTypes&&... args) const;
invoke_void_0.pass.cpp 14 // template <class... ArgTypes>
15 // requires Callable<T, ArgTypes&&...>
16 // Callable<T, ArgTypes&&...>::result_type
17 // operator()(ArgTypes&&... args) const;
  /ndk/tests/device/issue35933-lambda/jni/
issue35933-lambda.cpp 17 template <class Callable, typename... ArgTypes>
18 void* Call(Callable native_func, ArgTypes&&... args) noexcept
21 return native_func(std::forward<ArgTypes>(args)...);
  /external/llvm/bindings/python/llvm/
object.py 440 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer]
443 library.LLVMDisposeObjectFile.argtypes = [ObjectFile]
445 library.LLVMGetSections.argtypes = [ObjectFile]
448 library.LLVMDisposeSectionIterator.argtypes = [c_object_p]
450 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
453 library.LLVMMoveToNextSection.argtypes = [c_object_p]
455 library.LLVMMoveToContainingSection.argtypes = [c_object_p, c_object_p]
457 library.LLVMGetSymbols.argtypes = [ObjectFile]
460 library.LLVMDisposeSymbolIterator.argtypes = [c_object_p]
462 library.LLVMIsSymbolIteratorAtEnd.argtypes = [ObjectFile, c_object_p
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p21.cpp 11 template<class R, class ... ArgTypes> struct X<R(int, ArgTypes ...)> {
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.tas/
types.pass.cpp 12 // template<class R, class... ArgTypes>
13 // class packaged_task<R(ArgTypes...)>
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
target.pass.cpp 12 // class function<R(ArgTypes...)>
15 // requires Callable<T, ArgTypes...> && Convertible<Callable<T, ArgTypes...>::result_type, R>
19 // requires Callable<T, ArgTypes...> && Convertible<Callable<T, ArgTypes...>::result_type, R>
  /external/mockito/src/org/mockito/internal/configuration/injection/
ConstructorInjection.java 76 public Object[] resolveTypeInstances(Class<?>... argTypes) {
77 List<Object> argumentInstances = new ArrayList<Object>(argTypes.length);
78 for (Class<?> argType : argTypes) {
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 305 Class<?>[] argTypes;
308 argTypes = new Class<?>[0];
313 argTypes = new Class<?>[nArgs];
320 argTypes[i] = boolean.class;
324 argTypes[i] = byte.class;
328 argTypes[i] = char.class;
332 argTypes[i] = short.class;
336 argTypes[i] = int.class;
340 argTypes[i] = long.class;
344 argTypes[i] = float.class
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 27 List<CType> argTypes = new ArrayList<CType>();
59 argTypes.add(argType);
91 return argTypes.get(index);
113 s += argTypes.get(i) + " " + argNames.get(i);
JFunc.java 29 List<JType> argTypes = new ArrayList<JType>();
82 argTypes.add(argType);
114 return argTypes.get(index);
164 s += argTypes.get(i) + " " + argNames.get(i);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
MethodRef.java 26 public MethodRef(String declClass, String[] argTypes, String returnType,
29 mArgTypes = argTypes;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke.fail.cpp 12 // class function<R(ArgTypes...)>
14 // R operator()(ArgTypes... args) const
invoke_int_0.pass.cpp 12 // class function<R(ArgTypes...)>
14 // R operator()(ArgTypes... args) const
invoke_void_0.pass.cpp 12 // class function<R(ArgTypes...)>
14 // R operator()(ArgTypes... args) const
  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 77 int[] argTypes, int[] argDims,
86 argTypes, argDims, argClassNames);
96 Method m = lookupMethod(clazz, methodName, argTypes, argDims,
105 int[] argTypes, int[] argDims,
120 argTypes, argDims, argClassNames);
144 Method r = lookupMethod(pclazz, methodName, argTypes,
159 argTypes, argDims, argClassNames,
169 Method r = lookupMethod(pclazz, methodName, argTypes,
187 * argTypes, argDims, and argClassNames represent actual parameters.
196 private int compareSignature(String desc, int[] argTypes,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_assign.pass.cpp 12 // class function<R(ArgTypes...)>
15 // requires CopyConstructible<F> && Callable<F, ArgTypes..>
16 // && Convertible<Callable<F, ArgTypes...>::result_type
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {}
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 195 typedef std::vector<llvm::Type*> ArgTypes;
215 const ArgTypes &theArgTypes,
    [all...]
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 82 std::vector<llvm::Type *> ArgTypes;
88 ArgTypes.push_back(cast<llvm::PointerType>(V->getType())->getElementType());
91 CGF.getLLVMContext(), ArgTypes);
102 llvm::ConstantExpr::getSizeOf(ArgTypes[I]),

Completed in 1386 milliseconds

1 2 3 4 5