Searched
full:declare (Results
601 -
625 of
4316) sorted by null
<<21222324252627282930>>
/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)
|
/external/clang/test/CodeGenCXX/ |
visibility-hidden-extern-templates.cpp | 21 // CHECK: declare void @_ZN1XIcE1fEv
|
/external/clang/test/CodeGenObjC/ |
exceptions-nonfragile.m | 4 // CHECK: declare void @objc_exception_rethrow()
|
/external/clang/test/Parser/ |
cxx-class.cpp | 10 enum {}; // expected-warning{{declaration does not declare anything}} 11 int; // expected-warning {{declaration does not declare anything}} 62 int F1 { return 1; } // expected-error{{function definition does not declare parameters}} 63 void F2 {} // expected-error{{function definition does not declare parameters}}
|
cxx0x-for-range.cpp | 24 for (tie(p, n) : m) { // expected-error {{for range declaration must declare a variable}}
|
/external/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/llvm/test/Analysis/BasicAA/ |
2007-08-01-NoAliasAndCalls.ll | 13 declare i32* @unclear(i32* %a)
|
nocapture.ll | 3 declare i32* @test(i32* nocapture)
|
/external/llvm/test/Analysis/CallGraph/ |
no-intrinsics.ll | 5 declare void @llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1)
|
/external/llvm/test/Analysis/GlobalsModRef/ |
2008-09-03-ReadGlobals.ll | 20 declare i32 @e() readonly ; might call @r
|
/external/llvm/test/Assembler/ |
2002-03-08-NameCollision.ll | 15 declare i32 @xxx(i32*)
|
metadata.ll | 16 declare void @llvm.dbg.func.start(metadata) nounwind readnone
|
/external/llvm/test/CodeGen/ARM/ |
2007-04-03-PEIBug.ll | 12 declare i32 @bar(...)
|
2009-05-07-RegAllocLocal.ll | 12 declare i32 @printf(i8*, ...) nounwind
|
2009-09-21-LiveVariablesBug.ll | 8 declare arm_aapcs_vfpcc <4 x float> @bbb(%bar*) nounwind
|
2009-10-27-double-align.ll | 15 declare void @f(i8*, ...)
|
2010-12-07-PEIBug.ll | 16 declare hidden float @bar() nounwind readnone ssp
|
2011-03-10-DAGCombineCrash.ll | 41 declare %struct.ui* @vn_pp_to_ui(i32*) 43 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind 45 declare i32 @mo_create_nnm(%struct.mo*, i64, i32**) 47 declare i32 @vn_size(i32*, i64*, i32*)
|
2011-11-09-BitcastVectorDouble.ll | 7 declare <2 x i16> @foo_v2i16(<2 x i16>) nounwind
|
arm-frameaddr.ll | 17 declare i8* @llvm.frameaddress(i32) nounwind readnone
|
call-tc.ll | 11 declare void @g(i32, i32, i32, i32) 65 declare float @sinf(float) nounwind readonly 67 declare double @sin(double) nounwind readonly 81 declare void @foo() nounwind 136 declare i32 @a(i32) 138 declare i32 @b(i32) 140 declare i32 @c(i32) 163 declare %class.MutexLock* @_ZN9MutexLockC1Ev(%class.MutexLock*) unnamed_addr nounwind align 2 165 declare %class.MutexLock* @_ZN9MutexLockD1Ev(%class.MutexLock*) unnamed_addr nounwind align 2
|
fold-const.ll | 14 declare i64 @llvm.ctlz.i64(i64, i1) nounwind readnone
|
fp-arg-shuffle.ll | 11 declare double @function2(double, double, double, double, double, double)
|
hardfloat_neon.ll | 13 declare <16 x i8> @g(<16 x i8>)
|
ifcvt8.ll | 5 declare void @abort()
|
Completed in 907 milliseconds
<<21222324252627282930>>