HomeSort by relevance Sort by last modified time
    Searched refs:Arguments (Results 226 - 250 of 419) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 153 ArrayRef<const Value *> Arguments) {
154 return BaseT::getIntrinsicCost(IID, RetTy, Arguments);
310 /// non-constant operands. The types of the arguments are ordinarily
345 // When no information on arguments is provided, we add the cost
744 /// Get intrinsic cost based on arguments.
804 /// arguments and the return value will be computed based on types.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 153 ArrayRef<const Value *> Arguments) {
154 return BaseT::getIntrinsicCost(IID, RetTy, Arguments);
310 /// non-constant operands. The types of the arguments are ordinarily
345 // When no information on arguments is provided, we add the cost
744 /// Get intrinsic cost based on arguments.
804 /// arguments and the return value will be computed based on types.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 153 ArrayRef<const Value *> Arguments) {
154 return BaseT::getIntrinsicCost(IID, RetTy, Arguments);
310 /// non-constant operands. The types of the arguments are ordinarily
345 // When no information on arguments is provided, we add the cost
744 /// Get intrinsic cost based on arguments.
804 /// arguments and the return value will be computed based on types.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 153 ArrayRef<const Value *> Arguments) {
154 return BaseT::getIntrinsicCost(IID, RetTy, Arguments);
310 /// non-constant operands. The types of the arguments are ordinarily
345 // When no information on arguments is provided, we add the cost
744 /// Get intrinsic cost based on arguments.
804 /// arguments and the return value will be computed based on types.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 20 getargspec(), getargvalues(), getcallargs() - get info about function arguments
149 func_defaults tuple of any default values for arguments
213 co_argcount number of arguments (not including * or ** args)
224 co_varnames tuple of names of arguments and local variables"""
741 Arguments = namedtuple('Arguments', 'args varargs keywords')
744 """Get information about the arguments accepted by a code object.
748 'varargs' and 'varkw' are the names of the * and ** arguments or None."""
758 # The following acrobatics are for anonymous (tuple) arguments.
799 return Arguments(args, varargs, varkw
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 20 getargspec(), getargvalues(), getcallargs() - get info about function arguments
149 func_defaults tuple of any default values for arguments
213 co_argcount number of arguments (not including * or ** args)
224 co_varnames tuple of names of arguments and local variables"""
741 Arguments = namedtuple('Arguments', 'args varargs keywords')
744 """Get information about the arguments accepted by a code object.
748 'varargs' and 'varkw' are the names of the * and ** arguments or None."""
758 # The following acrobatics are for anonymous (tuple) arguments.
799 return Arguments(args, varargs, varkw
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
value.go 33 // Arguments of this value
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
value.go 33 // Arguments of this value
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 20 getargspec(), getargvalues(), getcallargs() - get info about function arguments
149 func_defaults tuple of any default values for arguments
213 co_argcount number of arguments (not including * or ** args)
224 co_varnames tuple of names of arguments and local variables"""
741 Arguments = namedtuple('Arguments', 'args varargs keywords')
744 """Get information about the arguments accepted by a code object.
748 'varargs' and 'varkw' are the names of the * and ** arguments or None."""
758 # The following acrobatics are for anonymous (tuple) arguments.
799 return Arguments(args, varargs, varkw
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 20 getargspec(), getargvalues(), getcallargs() - get info about function arguments
149 func_defaults tuple of any default values for arguments
213 co_argcount number of arguments (not including * or ** args)
224 co_varnames tuple of names of arguments and local variables"""
741 Arguments = namedtuple('Arguments', 'args varargs keywords')
744 """Get information about the arguments accepted by a code object.
748 'varargs' and 'varkw' are the names of the * and ** arguments or None."""
758 # The following acrobatics are for anonymous (tuple) arguments.
799 return Arguments(args, varargs, varkw
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 47 Disabled, Arguments, Structure, Executions, Details
56 clEnumVal(Arguments , "print pass arguments to pass to 'opt'"),
773 if (PassDebugging < Arguments)
776 dbgs() << "Pass Arguments: ";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp 47 None, Arguments, Structure, Executions, Details
55 clEnumVal(Arguments , "print pass arguments to pass to 'opt'"),
724 if (PassDebugging < Arguments)
727 dbgs() << "Pass Arguments: ";
    [all...]
  /external/autotest/frontend/afe/
moblab_rpc_interface.py 748 @param suite_args: Arguments to be used in the suite control file.
  /external/bison/data/
glr.c 50 # The possible parse-params formal arguments preceded by a comma.
60 # Accumule in b4_lex_param all the yylex arguments.
70 # Optional effective arguments passed to yyerror: user args plus yylloc, and
102 # Arguments passed to yyerror: user formals plus yylocp with leading comma.
473 /* YYLEX -- calling `yylex' with the right arguments. */
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 122 /// \brief Returns the minimum number of arguments needed to form a
126 /// the parameters have default arguments or if there is a parameter pack.
198 const TemplateArgument *Arguments;
200 /// \brief The number of template arguments in this template
213 /// stack object. It does not own its template arguments.
217 /// template arguments.
223 /// The template argument list does not own the template arguments
226 : Arguments(Args.data()), NumArguments(Args.size()) {}
235 : Arguments(Other->data()), NumArguments(Other->size()) {}
251 /// \brief Retrieve the number of template arguments in thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 122 /// \brief Returns the minimum number of arguments needed to form a
126 /// the parameters have default arguments or if there is a parameter pack.
198 const TemplateArgument *Arguments;
200 /// \brief The number of template arguments in this template
213 /// stack object. It does not own its template arguments.
217 /// template arguments.
223 /// The template argument list does not own the template arguments
226 : Arguments(Args.data()), NumArguments(Args.size()) {}
235 : Arguments(Other->data()), NumArguments(Other->size()) {}
251 /// \brief Retrieve the number of template arguments in thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 122 /// \brief Returns the minimum number of arguments needed to form a
126 /// the parameters have default arguments or if there is a parameter pack.
198 const TemplateArgument *Arguments;
200 /// \brief The number of template arguments in this template
213 /// stack object. It does not own its template arguments.
217 /// template arguments.
223 /// The template argument list does not own the template arguments
226 : Arguments(Args.data()), NumArguments(Args.size()) {}
235 : Arguments(Other->data()), NumArguments(Other->size()) {}
251 /// \brief Retrieve the number of template arguments in thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 122 /// \brief Returns the minimum number of arguments needed to form a
126 /// the parameters have default arguments or if there is a parameter pack.
198 const TemplateArgument *Arguments;
200 /// \brief The number of template arguments in this template
213 /// stack object. It does not own its template arguments.
217 /// template arguments.
223 /// The template argument list does not own the template arguments
226 : Arguments(Args.data()), NumArguments(Args.size()) {}
235 : Arguments(Other->data()), NumArguments(Other->size()) {}
251 /// \brief Retrieve the number of template arguments in thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 122 /// \brief Returns the minimum number of arguments needed to form a
126 /// the parameters have default arguments or if there is a parameter pack.
198 const TemplateArgument *Arguments;
200 /// \brief The number of template arguments in this template
213 /// stack object. It does not own its template arguments.
217 /// template arguments.
223 /// The template argument list does not own the template arguments
226 : Arguments(Args.data()), NumArguments(Args.size()) {}
235 : Arguments(Other->data()), NumArguments(Other->size()) {}
251 /// \brief Retrieve the number of template arguments in thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 122 /// \brief Returns the minimum number of arguments needed to form a
126 /// the parameters have default arguments or if there is a parameter pack.
198 const TemplateArgument *Arguments;
200 /// \brief The number of template arguments in this template
213 /// stack object. It does not own its template arguments.
217 /// template arguments.
223 /// The template argument list does not own the template arguments
226 : Arguments(Args.data()), NumArguments(Args.size()) {}
235 : Arguments(Other->data()), NumArguments(Other->size()) {}
251 /// \brief Retrieve the number of template arguments in thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 122 /// \brief Returns the minimum number of arguments needed to form a
126 /// the parameters have default arguments or if there is a parameter pack.
198 const TemplateArgument *Arguments;
200 /// \brief The number of template arguments in this template
213 /// stack object. It does not own its template arguments.
217 /// template arguments.
223 /// The template argument list does not own the template arguments
226 : Arguments(Args.data()), NumArguments(Args.size()) {}
235 : Arguments(Other->data()), NumArguments(Other->size()) {}
251 /// \brief Retrieve the number of template arguments in thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 122 /// \brief Returns the minimum number of arguments needed to form a
126 /// the parameters have default arguments or if there is a parameter pack.
198 const TemplateArgument *Arguments;
200 /// \brief The number of template arguments in this template
213 /// stack object. It does not own its template arguments.
217 /// template arguments.
223 /// The template argument list does not own the template arguments
226 : Arguments(Args.data()), NumArguments(Args.size()) {}
235 : Arguments(Other->data()), NumArguments(Other->size()) {}
251 /// \brief Retrieve the number of template arguments in thi
    [all...]
  /build/soong/ui/build/
config.go 32 arguments []string
36 // From the arguments
187 c.arguments = append(c.arguments, arg)
249 func (c *configImpl) Arguments() []string {
250 return c.arguments
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.asm 428 ; Arguments:
  /external/compiler-rt/make/platform/
clang_darwin.mk 10 # that we don't have working toolchains for. Arguments:
135 # Always set deployment target arguments for every build, these libraries should

Completed in 1267 milliseconds

1 2 3 4 5 6 7 8 91011>>