HomeSort by relevance Sort by last modified time
    Searched full:declare (Results 401 - 425 of 6868) sorted by null

<<11121314151617181920>>

  /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(...)
2009-02-11-NotInitialized.ll 13 declare i64 @strlen(i8*) nounwind readonly
14 ; CHECK: declare i64 @strlen(i8* nocapture) nounwind readonly
call-cast-target-inalloca.ll 6 declare void @takes_i32(i32)
7 declare void @takes_i32_inalloca(i32* inalloca)
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(...)
trivial-throw.ll 56 declare void @abort() #2
58 declare i32 @llvm.eh.typeid.for(i8*) #3
60 declare void @__cxa_end_catch()
62 declare i8* @__cxa_allocate_exception(i64)
64 declare i32 @__gxx_personality_v0(...)
66 declare void @__cxa_throw(i8*, i8*, i8*)
68 declare i8* @__cxa_begin_catch(i8*)
70 declare void @_ZSt9terminatev()
  /external/llvm/test/Verifier/
varargs-intrinsic.ll 3 declare void @llvm.experimental.stackmap(i64, i32)
4 declare void @llvm.donothing(...)
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_breaks_2.opt_test 8 ((declare (in) float b) (declare (out) float a)
lower_breaks_4.opt_test 8 ((declare (in) float b) (declare (out) float a)
return_non_void_at_end_of_loop_lower_nothing.opt_test 8 ((declare (out) float a) (declare (out) float b)
return_non_void_at_end_of_loop_lower_return.opt_test 8 ((declare (out) float a) (declare (out) float b)
return_non_void_at_end_of_loop_lower_return_and_break.opt_test 8 ((declare (out) float a) (declare (out) float b)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
compile.h 12 struct _node; /* Declare the existence of this type */
31 struct _mod; /* Declare the existence of this type */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
compile.h 12 struct _node; /* Declare the existence of this type */
31 struct _mod; /* Declare the existence of this type */
  /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...]
  /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...]
  /external/llvm/test/CodeGen/AArch64/
arm64-illegal-float-ops.ll 7 declare float @llvm.cos.f32(float)
8 declare double @llvm.cos.f64(double)
9 declare fp128 @llvm.cos.f128(fp128)
29 declare float @llvm.exp.f32(float)
30 declare double @llvm.exp.f64(double)
31 declare fp128 @llvm.exp.f128(fp128)
51 declare float @llvm.exp2.f32(float)
52 declare double @llvm.exp2.f64(double)
53 declare fp128 @llvm.exp2.f128(fp128)
73 declare float @llvm.log.f32(float
    [all...]
illegal-float-ops.ll 7 declare float @llvm.cos.f32(float)
8 declare double @llvm.cos.f64(double)
9 declare fp128 @llvm.cos.f128(fp128)
29 declare float @llvm.exp.f32(float)
30 declare double @llvm.exp.f64(double)
31 declare fp128 @llvm.exp.f128(fp128)
51 declare float @llvm.exp2.f32(float)
52 declare double @llvm.exp2.f64(double)
53 declare fp128 @llvm.exp2.f128(fp128)
73 declare float @llvm.log.f32(float
    [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/res/values/
attrs.xml 17 <declare-styleable name="ButtonBarContainerTheme">
20 </declare-styleable>
22 <declare-styleable name="ControllerView">
36 </declare-styleable>
  /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/ceres-solver/
import_ceres_upstream.sh 16 declare -r google3_dir="$(pwd)"
18 declare -r temp_repo="/tmp/ceres-solver"
25 declare -r commit="$(git log | head -1 | cut -d ' ' -f2)"
39 declare -r temp_readme="/tmp/README.google"

Completed in 208 milliseconds

<<11121314151617181920>>