Home
last modified time | relevance | path

Searched defs:arg_type (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
Dcommon.cpp79 const auto arg_type = arg.getType(); in make_kernel_args() local
/external/python/apitools/apitools/base/py/
Dutil.py87 def Typecheck(arg, arg_type, msg=None): argument
/external/v8/src/builtins/
Dbuiltins-trace.cc161 uint8_t arg_type; in BUILTIN() local
/external/e2fsprogs/intl/
Dprintf-args.h75 } arg_type; typedef
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp104 mutable TypeID const* arg_type; member
145 mutable TypeID const* arg_type; member
/external/v8/tools/clang/plugins/
DCheckIPCVisitor.cpp110 QualType arg_type; in ValidateWriteParamArgument() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c360 LLVMTypeRef arg_type; in lp_build_select() local
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp90 mutable TypeID const* arg_type; member
/external/perfetto/src/trace_processor/
Dfuchsia_trace_tokenizer.cc335 uint32_t arg_type = in ParseRecord() local
/external/v8/src/tracing/
Dtrace-event.h570 uint8_t arg_type; in AddTraceEvent() local
612 uint8_t arg_type; in AddTraceEventWithTimestamp() local
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c69 static size_t ffi_put_arg(ffi_type **arg_type, void **arg, char *stack) in ffi_put_arg()
/external/libffi/src/arm/
Dffi.c69 static size_t ffi_put_arg(ffi_type **arg_type, void **arg, char *stack) in ffi_put_arg()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc411 const protobuf::RepeatedPtrField<OpDef::ArgDef>& args, const char* arg_type, in ValidateNoListArguments()
Dfunction.cc980 for (const auto& arg_type : fbody->arg_types) { in RunRemote() local
/external/flatbuffers/src/
Didl_gen_rust.cpp1687 const auto arg_type = reference + GetTypeGet(field.value.type); in GenStruct() local
Didl_gen_cpp.cpp2632 const auto arg_type = in GenStruct() local
/external/e2fsprogs/misc/
De4defrag.c1677 int arg_type = -1; in main() local
/external/wayland/src/
Dscanner.c188 enum arg_type { enum
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13096 const Utils::_variable_type res_type, const Utils::_variable_type arg_type) in unaryBase()
13158 const Utils::_variable_type res_type, const Utils::_variable_type arg_type) in unaryByComponent()
13192 const Utils::_variable_type arg_type, const Utils::_variable_type out_type) in unaryWithOutputByComponent()
/external/python/cpython3/Python/
DPython-ast.c473 static PyTypeObject *arg_type; variable