HomeSort by relevance Sort by last modified time
    Searched full:declare (Results 201 - 225 of 4316) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/CodeGen/X86/
sse-fcopysign.ll 15 declare float @copysignf(float, float)
16 declare double @copysign(double, double)
store-fp-constant.ll 9 declare void @extfloat(float)
11 declare void @extdouble(double)
  /external/llvm/test/CodeGen/XCore/
ps-intrinsics.ll 2 declare i32 @llvm.xcore.getps(i32)
3 declare void @llvm.xcore.setps(i32, i32)
  /external/llvm/test/Transforms/ADCE/
dce_pure_invoke.ll 3 declare i32 @strlen(i8*) readnone
19 declare i32 @__gxx_personality_v0(...)
  /external/llvm/test/Transforms/Inline/
2003-09-14-InlineValue.ll 3 declare i32 @External()
24 declare i32 @__gxx_personality_v0(...)
invoke_test-1.ll 7 declare void @might_throw()
28 declare i32 @__gxx_personality_v0(...)
  /external/llvm/test/Transforms/InstCombine/
2003-10-29-CallSiteResolve.ll 3 declare i32* @bar()
18 declare i32 @__gxx_personality_v0(...)
invariant.ll 4 declare void @g(i8*)
6 declare {}* @llvm.invariant.start(i64, i8* nocapture) nounwind readonly
  /external/llvm/test/Transforms/SCCP/
2004-11-16-DeadInvoke.ll 3 declare i32 @foo()
18 declare i32 @__gxx_personality_v0(...)
  /external/llvm/test/Transforms/SimplifyCFG/
invoke_unwind.ll 3 declare void @bar()
20 declare i32 @__gxx_personality_v0(...)
  /external/clang/test/CodeGen/
regparm-struct.c 4 // CHECK: declare void @f1(i32 inreg, i32 inreg, i32 inreg, i32)
13 // CHECK: declare void @f2(i32 inreg, i32 inreg, i32 inreg, i32)
24 // CHECK: declare void @f3(i32 inreg, i32 inreg, i32, i32, i32)
30 // CHECK: declare void @f4(i32 inreg, i32 inreg, i32 inreg, i32)
42 // CHECK: declare void @f5(i32 inreg, i32, i32, i32, i32)
48 // CHECK: declare void @f6(i32 inreg, i32 inreg, i32 inreg, i32)
61 // CHECK: declare void @f7(i32, i32, i32, i32, i32)
68 // CHECK: declare void @f8(float, i32 inreg)
77 // CHECK: declare void @f9(float, i32 inreg)
88 // CHECK: declare void @f10(i32 inreg, i32 inreg, i32 inreg
    [all...]
2008-04-08-NoExceptions.c 10 // CHECK-NOT: declare void @f() nounwind
x86_64-arguments-darwin.c 4 // CHECK: declare void @func(i64, double)
  /external/llvm/test/Transforms/GlobalOpt/
2006-07-07-InlineAsmCrash.ll 21 declare void @_GLOBAL__I__ZN62FLAG__foo_string_10FLAGS_E()
23 declare void @_GLOBAL__I__ZN60FLAG__foo_bool_19FLAGS_E()
25 declare void @_GLOBAL__I__ZNK5Bzh4Enum13is_contiguousEv()
27 declare void @_GLOBAL__I__ZN62FLAG__foo_string_17FLAGS_E()
29 declare void @_GLOBAL__I__ZN61FLAG__foo_int32_21FLAGS_E()
43 declare void @_GLOBAL__I__ZN7ScannerC2Ev()
45 declare void @_GLOBAL__I__Z11StripStringPSsPKcc()
52 declare void @_GLOBAL__I__ZNK9__gnu_cxx4hashI11StringPieceEclERKS1_()
54 declare void @_GLOBAL__I__ZN8Hasher325ResetEj()
56 declare void @_GLOBAL__I__Z25ACLRv(
    [all...]
  /packages/apps/Contacts/res/values/
attrs.xml 18 <declare-styleable name="Mapping">
29 </declare-styleable>
31 <declare-styleable name="EdgeTriggerView">
37 </declare-styleable>
39 <declare-styleable name="InterpolatingLayout_Layout">
52 </declare-styleable>
54 <declare-styleable name="ProportionalLayout">
57 </declare-styleable>
59 <declare-styleable name="ContactBrowser">
63 </declare-styleable
    [all...]
  /dalvik/tests/064-field-access/src/other/
OtherPackage.java 6 * Declare a few fields to reflect upon.
  /development/samples/ActionBarCompat/res/values/
attrs.xml 19 <declare-styleable name="AppTheme">
24 </declare-styleable>
26 <declare-styleable name="BezelImageView">
29 </declare-styleable>
  /development/samples/Snake/res/values/
attrs.xml 19 <declare-styleable name="TileView">
21 </declare-styleable>
22 <declare-styleable name="BackgroundView">
28 </declare-styleable>
  /external/clang/test/CodeGenObjC/
arc-no-runtime.m 9 // CHECK: declare extern_weak void @objc_release(
implicit-objc_msgSend.m 2 // RUN: grep -F 'declare i8* @objc_msgSend(i8*, i8*, ...)' %t
nonlazy-msgSend.m 2 // RUN: grep -F 'declare i8* @objc_msgSend(i8*, i8*, ...) nonlazybind' %t
  /external/clang/test/SemaObjC/
class-extension-after-implementation.m 8 @interface A () // expected-error {{cannot declare class extension for 'A' after class implementation}}
  /external/llvm/test/Assembler/
2002-07-25-ReturnPtrFunction.ll 6 declare void (i32)* @foo()
2002-10-08-LargeArrayPerformance.ll 8 declare void @__main()
2007-04-25-AssemblerFoldExternWeak.ll 5 declare extern_weak i32 @test_weak(...)

Completed in 300 milliseconds

1 2 3 4 5 6 7 891011>>