Searched
full:declare (Results
951 -
975 of
6868) sorted by null
<<31323334353637383940>>
/external/llvm/test/Feature/ |
varargs_new.ll | 8 declare void @llvm.va_start(i8*) 10 declare void @llvm.va_copy(i8*, i8*) 12 declare void @llvm.va_end(i8*)
|
/external/llvm/test/Other/ |
extract-alias.ll | 12 ; CHECK: declare void @a0bar() 19 ; DELETE: declare i32* @foo() 30 ; ALIASRE: declare void @bar()
|
/external/llvm/test/Transforms/DeadArgElim/ |
2008-01-16-VarargsParamAttrs.ll | 18 declare void @llvm.va_start(i8*) nounwind 20 declare void @llvm.va_end(i8*) nounwind 31 declare void @exit(i32) noreturn nounwind
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
lifetime.ll | 5 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind 6 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind 7 declare void @llvm.memset.p0i8.i8(i8* nocapture, i8, i8, i32, i1) nounwind
|
memintrinsics.ll | 3 declare void @llvm.memcpy.p0i8.p0i8.i8(i8* nocapture, i8* nocapture, i8, i32, i1) nounwind 4 declare void @llvm.memmove.p0i8.p0i8.i8(i8* nocapture, i8* nocapture, i8, i32, i1) nounwind 5 declare void @llvm.memset.p0i8.i8(i8* nocapture, i8, i8, i32, i1) nounwind
|
/external/llvm/test/Transforms/GlobalOpt/ |
tls.ll | 3 declare void @wait() 4 declare void @signal() 5 declare void @start_thread(void ()*)
|
/external/llvm/test/Transforms/InstCombine/ |
2008-05-08-StrLenSink.ll | 28 declare i8* @malloc(i32) nounwind 30 declare i32 @strlen(i8*) nounwind readonly 32 declare i32 @b(...)
|
/external/llvm/test/Transforms/InstSimplify/ |
call-callconv.ll | 16 declare arm_aapcscc i32 @abs(i32) nounwind readnone 28 declare arm_aapcscc i32 @labs(i32) nounwind readnone 37 declare arm_aapcscc i32 @strlen(i8*)
|
/external/llvm/test/Transforms/LoopUnroll/ |
2012-04-09-unroll-indirectbr.ll | 5 declare void @subtract() nounwind uwtable 38 declare coldcc i8* @funca(i8*, i8*) readonly 40 declare void @subtract_v2(i64) nounwind uwtable
|
/external/bison/m4/ |
rawmemchr.m4 | 9 dnl Persuade glibc <string.h> to declare rawmemchr().
|
stpcpy.m4 | 9 dnl Persuade glibc <string.h> to declare stpcpy().
|
strverscmp.m4 | 9 dnl Persuade glibc <string.h> to declare strverscmp().
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
management.html | 3 <p>You must declare the "management" permission
|
/external/chromium_org/third_party/libxslt/libexslt/ |
exsltexports.h | 15 * Macros which declare an exportable function, an exportable variable and 27 * Macros which declare an exportable function 33 * Macros which declare an exportable variable 39 * Macros which declare the called convention for exported functions
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltexports.h | 17 * Macros which declare an exportable function, an exportable variable and 29 * Macros which declare an exportable function 35 * Macros which declare an exportable variable 41 * Macros which declare the called convention for exported functions
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_so_emit_tmp.h | 9 /* declare more local vars */ \
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
SConscript | 23 'BUILD_GL32', # declare gl* as __declspec(dllexport) in Mesa headers
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
SConscript | 12 'BUILD_GL32', # declare gl* as __declspec(dllexport) in Mesa headers
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2.h | 14 ** FTS2 library. All it does is declare the sqlite3Fts2Init() interface.
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3.h | 14 ** FTS3 library. All it does is declare the sqlite3Fts3Init() interface.
|
/external/chromium_org/third_party/sqlite/src/ext/icu/ |
sqliteicu.h | 14 ** ICU extension. All it does is declare the sqlite3IcuInit() interface.
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree.h | 14 ** RTREE library. All it does is declare the sqlite3RtreeInit() interface.
|
/external/chromium_org/ui/display/chromeos/x11/ |
display_mode_x11.h | 11 // Forward declare from Xlib and Xrandr.
|
/external/clang/test/CXX/temp/ |
p3.cpp | 7 template<typename T> int S<T>::a, S<T>::b; // expected-error {{can only declare a single entity}}
|
/external/clang/test/CodeGen/ |
mips-vector-arg.c | 12 // O32: declare i32 @test_v4sf_2(i32, i32, i32, i32, i32, i32, i32, i32, i32, i32) 14 // N64: declare i32 @test_v4sf_2(i64, i64, i32, i64, i64, i64) 21 // O32: declare i32 @test_v4i32_2(i32, i32, i32, i32, i32, i32, i32, i32, i32, i32) 23 // N64: declare i32 @test_v4i32_2(i64, i64, i32, i64, i64, i64)
|
Completed in 622 milliseconds
<<31323334353637383940>>