Searched refs:ArgsType (Results 1 – 4 of 4) sorted by relevance
/external/libweave/third_party/chromium/base/ |
D | bind_internal.h | 284 typename ArgsType> 313 template <typename ReturnType, typename Runnable, typename ArgsType> 314 struct InvokeHelper<true, ReturnType, Runnable, ArgsType> {
|
/external/libchrome/base/ |
D | bind_internal.h | 284 typename ArgsType> 313 template <typename ReturnType, typename Runnable, typename ArgsType> 314 struct InvokeHelper<true, ReturnType, Runnable, ArgsType> {
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600TextureIntrinsicsReplacer.cpp | 219 Type *ArgsType[] = { in doInitialization() local 231 TexSign = FunctionType::get(V4f32Type, ArgsType, /*isVarArg=*/false); in doInitialization()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1508 CodeGenModule &CGM, llvm::Type *ArgsType, in emitCopyprivateCopyFunction() argument 1533 ArgsType), CGF.getPointerAlign()); in emitCopyprivateCopyFunction() 1536 ArgsType), CGF.getPointerAlign()); in emitCopyprivateCopyFunction() 2731 llvm::Type *ArgsType, in emitReductionFunction() argument 2760 ArgsType), CGF.getPointerAlign()); in emitReductionFunction() 2763 ArgsType), CGF.getPointerAlign()); in emitReductionFunction()
|