OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:varargs
(Results
201 - 225
of
398
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
753
/// passed through the
varargs
area, we can eliminate the use of the cast.
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
[
all
...]
/external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp
298
// FIXME:
varargs
319
assert(!isVarArg && "
Varargs
not supported yet");
[
all
...]
/external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
598
// Work around LLVM bug PR56: the CWriter cannot emit
varargs
functions which
722
// Push any
varargs
arguments on the list.
[
all
...]
/external/quake/quake/src/WinQuake/
common.cpp
1197
does a
varargs
printf into a temp buffer, so I don't need to have
1198
varargs
versions of all text functions.
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/bluetooth/glib/gio/tests/
live-g-file.c
111
#else /* no
varargs
macros */
[
all
...]
/external/chromium/third_party/libevent/
ChangeLog
15
o Use __VA_ARGS__ syntax for
varargs
macros in event_rpcgen when compiler is not GCC.
/external/guava/javadoc/com/google/common/base/
package-summary.html
176
<TD>An object which joins pieces of text (specified as an array, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><CODE>Iterable</CODE></A>,
varargs
or even a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A>) with a separator.</TD>
package-use.html
158
An object which joins pieces of text (specified as an array, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><CODE>Iterable</CODE></A>,
varargs
or even a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A>) with a separator.</TD>
/external/guava/javadoc/com/google/common/io/class-use/
InputSupplier.html
128
Varargs
form of <A HREF="../../../../../com/google/common/io/ByteStreams.html#join(java.lang.Iterable)"><CODE>ByteStreams.join(Iterable)</CODE></A>.</TD>
136
Varargs
form of <A HREF="../../../../../com/google/common/io/CharStreams.html#join(java.lang.Iterable)"><CODE>CharStreams.join(Iterable)</CODE></A>.</TD>
[
all
...]
/external/guava/src/com/google/common/io/
ByteStreams.java
841
/**
Varargs
form of {@link #join(Iterable)}. */
/external/ipsec-tools/src/racoon/
cftoken.l
54
#include <
varargs
.h>
/external/llvm/lib/Analysis/
Lint.cpp
315
"Undefined behavior: va_start called in a non-
varargs
function",
/external/llvm/lib/Target/X86/
X86CallingConv.td
185
// FIXME: Handle
varargs
.
/external/llvm/utils/TableGen/
CodeGenTarget.cpp
465
if (VT == MVT::isVoid && i != e-1 /*void at end means
varargs
*/)
IntrinsicEmitter.cpp
271
// MVT::isVoid is used to mean
varargs
here.
/external/safe-iop/include/
safe_iop.h
12
* - Add
varargs
style interface for safe_<op>()
/external/valgrind/main/include/
pub_tool_basics.h
49
// For
varargs
types
/external/zlib/win32/
DLL_FAQ.txt
144
- Most of the native Windows API functions (without
varargs
) use
/frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp
757
// to resolve
varargs
calls, etc, so let instcombine do this.
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h
162
we have
varargs
macros. */
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h
162
we have
varargs
macros. */
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
system.h
162
we have
varargs
macros. */
Completed in 2687 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>