OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:varargs
(Results
51 - 75
of
714
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenCXX/
vararg-non-pod-ms-compat.cpp
1
// RUN: %clang_cc1 -Wno-error=non-pod-
varargs
-triple i686-pc-win32 -fms-compatibility -emit-llvm -o - %s | FileCheck %s -check-prefix=X86 -check-prefix=CHECK
2
// RUN: %clang_cc1 -Wno-error=non-pod-
varargs
-triple x86_64-pc-win32 -fms-compatibility -emit-llvm -o - %s | FileCheck %s -check-prefix=X64 -check-prefix=CHECK
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/ndk/sources/host-tools/make-3.81/
ansi2knr.1
6
[--
varargs
] input_file [output_file]
28
The --
varargs
switch is obsolete, and is recognized only for
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/prebuilts/sdk/renderscript/clang-include/
varargs.h
1
/*===----
varargs
.h - Variable argument handling -------------------------------------===
25
#error "Please use <stdarg.h> instead of <
varargs
.h>"
/external/clang/include/clang/Lex/
MacroArgs.h
36
/// VarargsElided - True if this is a C99 style
varargs
macro invocation and
38
/// was specified (even empty) or this isn't a C99 style
varargs
function, or
39
/// if in strict mode and the C99
varargs
macro had only a ... argument, this
102
/// isVarargsElidedUse - Return true if this is a C99 style
varargs
macro
104
/// the argument was specified (even empty) or this isn't a C99 style
varargs
105
/// function, or if in strict mode and the C99
varargs
macro had only a ...
/external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h
55
/// \brief FrameIndex for start of
varargs
area for arguments passed on the
59
/// \brief FrameIndex for start of
varargs
area for arguments passed in
63
/// \brief Size of the
varargs
area for arguments passed in general purpose
67
/// \brief FrameIndex for start of
varargs
area for arguments passed in
71
/// \brief Size of the
varargs
area for arguments passed in floating-point
/external/clang/test/CodeGen/
x86_32-arguments-iamcu.c
55
// inreg gets ignored by the CG for
varargs
functions, but that's
57
// CHECK-LABEL: define i32 @
varArgs
(i32 inreg %i1, ...)
58
int
varArgs
(int i1, ...) { return i1; }
/external/v8/test/webkit/
apply-varargs.js
71
var
varArgs
= [];
73
varArgs
[i] = undefined;
78
var result = callee.apply(baseObj,
varArgs
);
/libcore/ojluni/src/main/java/java/util/
EnumSet.java
194
* uses the
varargs
feature. This overloading may be used to create
196
* is likely to run slower than the overloadings that do not use
varargs
.
213
* uses the
varargs
feature. This overloading may be used to create
215
* is likely to run slower than the overloadings that do not use
varargs
.
234
* uses the
varargs
feature. This overloading may be used to create
236
* is likely to run slower than the overloadings that do not use
varargs
.
257
* uses the
varargs
feature. This overloading may be used to create
259
* is likely to run slower than the overloadings that do not use
varargs
.
282
* uses the
varargs
feature. This overloading may be used to create
284
* is likely to run slower than the overloadings that do not use
varargs
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
71
std::vector<GenericValue>
VarArgs
; // Values passed through an ellipsis
79
VarArgs
(std::move(O.
VarArgs
)), Allocas(std::move(O.Allocas)) {}
87
VarArgs
= std::move(O.
VarArgs
);
203
return &(ECStack.back ().
VarArgs
[0]);
/external/doclava/src/com/google/doclava/
ParameterInfo.java
98
public boolean matchesDimension(String dimension, boolean
varargs
) {
99
if (
varargs
) {
/external/valgrind/coregrind/m_gdbserver/
utils.c
58
/*
VARARGS
*/
68
/*
VARARGS
*/
/prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py
741
Arguments = namedtuple('Arguments', 'args
varargs
keywords')
746
Three things are returned: (args,
varargs
, varkw), where 'args' is
748
'
varargs
' and 'varkw' are the names of the * and ** arguments or None."""
792
varargs
= None
794
varargs
= co.co_varnames[nargs]
799
return Arguments(args,
varargs
, varkw)
801
ArgSpec = namedtuple('ArgSpec', 'args
varargs
keywords defaults')
806
A tuple of four things is returned: (args,
varargs
, varkw, defaults).
808
'
varargs
' and 'varkw' are the names of the * and ** arguments or None.
816
args,
varargs
, varkw = getargs(func.func_code
[
all
...]
Completed in 1353 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>