Searched refs:arg_type (Results 1 - 25 of 33) sorted by relevance

12

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.pass.cpp54 TrackingDeleter() : arg_type(&makeArgumentID<>()) {}
57 : arg_type(&makeArgumentID<TrackingDeleter const&>()) {}
60 : arg_type(&makeArgumentID<TrackingDeleter &&>()) {}
63 TrackingDeleter(T&&) : arg_type(&makeArgumentID<T&&>()) {}
66 arg_type = &makeArgumentID<TrackingDeleter const&>();
71 arg_type = &makeArgumentID<TrackingDeleter &&>();
77 arg_type = &makeArgumentID<T&&>();
85 TypeID const* tmp = arg_type;
86 arg_type = nullptr;
90 mutable TypeID const* arg_type; member in struct:TrackingDeleter
[all...]
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp68 TrackingDeleter() : arg_type(&makeArgumentID<>()) {}
71 : arg_type(&makeArgumentID<TrackingDeleter const&>()) {}
74 : arg_type(&makeArgumentID<TrackingDeleter &&>()) {}
77 TrackingDeleter(T&&) : arg_type(&makeArgumentID<T&&>()) {}
80 arg_type = &makeArgumentID<TrackingDeleter const&>();
85 arg_type = &makeArgumentID<TrackingDeleter &&>();
91 arg_type = &makeArgumentID<T&&>();
99 TypeID const* tmp = arg_type;
100 arg_type = nullptr;
104 mutable TypeID const* arg_type; member in struct:TrackingDeleter
145 mutable TypeID const* arg_type; member in struct:ConstTrackingDeleter
[all...]
/external/e2fsprogs/intl/
H A Dprintf-args.h75 } arg_type; typedef in typeref:enum:__anon5660
80 arg_type type;
H A Dvasnprintf.c265 arg_type type = a.arg[dp->arg_index].type;
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
H A Dcommon.cpp80 const auto arg_type = arg.getType(); local
86 const unsigned arg_store_size = dl.getTypeStoreSize(arg_type);
87 const unsigned arg_api_size = dl.getTypeAllocSize(arg_type);
89 const auto target_type = !arg_type->isIntegerTy() ? arg_type :
124 isa<::llvm::PointerType>(arg_type) && arg.hasByValAttr() ?
125 cast<::llvm::PointerType>(arg_type)->getElementType() : arg_type;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c360 LLVMTypeRef arg_type; local
370 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4);
374 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8);
378 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 32);
384 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2);
388 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4);
391 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16);
394 if (arg_type != bld->int_vec_type) {
395 mask = LLVMBuildBitCast(builder, mask, arg_type, "");
398 if (arg_type !
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-matchers.h1210 // and refer to its type by 'arg_type'.
1246 // Note that the type of the value being matched (arg_type) is
1253 // takes an int, 'arg_type' will be int; if it takes an unsigned long,
1254 // 'arg_type' will be unsigned long; and so on.
1349 // 'arg_type' as that's determined by the context in which the matcher
1415 template <typename arg_type>\
1416 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1421 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1440 template <typename arg_type>\
1441 operator ::testing::Matcher<arg_type>() cons
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h1179 // and refer to its type by 'arg_type'.
1215 // Note that the type of the value being matched (arg_type) is
1222 // takes an int, 'arg_type' will be int; if it takes an unsigned long,
1223 // 'arg_type' will be unsigned long; and so on.
1318 // 'arg_type' as that's determined by the context in which the matcher
1385 template <typename arg_type>\
1386 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1391 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1411 template <typename arg_type>\
1412 operator ::testing::Matcher<arg_type>() cons
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h1179 // and refer to its type by 'arg_type'.
1215 // Note that the type of the value being matched (arg_type) is
1222 // takes an int, 'arg_type' will be int; if it takes an unsigned long,
1223 // 'arg_type' will be unsigned long; and so on.
1318 // 'arg_type' as that's determined by the context in which the matcher
1384 template <typename arg_type>\
1385 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1390 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1409 template <typename arg_type>\
1410 operator ::testing::Matcher<arg_type>() cons
[all...]
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp75 template <class F, class return_type, class arg_type>
79 static_assert((std::is_same<typename F::argument_type, arg_type>::value), "" );
/external/v8/tools/clang/plugins/
H A DCheckIPCVisitor.cpp110 QualType arg_type; local
114 arg_type = cast_expr->getTypeAsWritten();
116 arg_type = arg_expr->getType();
120 if (CheckType(arg_type, &details)) {
/external/google-breakpad/src/testing/gtest/scripts/
H A Dgen_gtest_pred_impl.py620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
659 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
/external/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
659 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
/external/protobuf/gtest/scripts/
H A Dgen_gtest_pred_impl.py623 arg_type = 'user-defined type (Bool)'
630 arg_type = 'built-in type (int)'
654 'arg_type' : arg_type,
662 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
/external/v8/testing/gtest/scripts/
H A Dgen_gtest_pred_impl.py620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
659 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
H A Dgen_gtest_pred_impl.py620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
659 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
/external/e2fsprogs/misc/
H A De4defrag.c1675 int arg_type = -1; local
1759 arg_type = DEVNAME;
1769 arg_type = DIRNAME;
1773 arg_type = FILENAME;
1787 if (arg_type == FILENAME || arg_type == DIRNAME) {
1816 switch (arg_type) {
1851 if (arg_type == DEVNAME) {
1974 if (arg_type == DEVNAME)
1977 else if (arg_type
[all...]
/external/tpm2/generator/
H A Dstructure_generator_test.py126 def _MakeArg(self, arg_type, arg_name):
127 return {'type': arg_type,
/external/v8/src/tracing/
H A Dtrace-event.h511 uint8_t arg_type; local
513 SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_type, &arg_value); local
516 &arg1_name, &arg_type, &arg_value, flags);
/external/v8/src/asmjs/
H A Dasm-typer.cc2381 AsmType* arg_type; local
2382 RECURSE(arg_type = ValidateExpression(arg));
2383 args.emplace_back(arg_type);
2684 AsmType* arg_type; local
2685 RECURSE(arg_type = ValidateExpression(arg));
2686 if (arg_type->IsA(AsmType::Floatish()) || arg_type->IsA(AsmType::DoubleQ()) ||
2687 arg_type->IsA(AsmType::Signed()) || arg_type->IsA(AsmType::Unsigned())) {
/external/libffi/src/arm/
H A Dffi.c69 static size_t ffi_put_arg(ffi_type **arg_type, void **arg, char *stack) argument
72 register ffi_type **p_arg = arg_type;
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
H A Dffi.c69 static size_t ffi_put_arg(ffi_type **arg_type, void **arg, char *stack) argument
72 register ffi_type **p_arg = arg_type;
/external/python/cpython3/Modules/_ctypes/libffi/src/arm/
H A Dffi.c69 static size_t ffi_put_arg(ffi_type **arg_type, void **arg, char *stack) argument
72 register ffi_type **p_arg = arg_type;
/external/libchrome/base/trace_event/
H A Dtrace_log.cc115 unsigned char arg_type; local
117 ::trace_event_internal::SetTraceValue(value, &arg_type, &arg_value);
130 &arg_type,
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc665 StaticAssertTypeEq< ::std::string, arg_type>();
670 StaticAssertTypeEq<const ::std::string&, arg_type>();

Completed in 3009 milliseconds

12