OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declare
(Results
251 - 275
of
6868
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Launcher3/res/values/
attrs.xml
22
<
declare
-styleable name="PageIndicator">
24
</
declare
-styleable>
28
<
declare
-styleable name="Workspace">
35
</
declare
-styleable>
39
<
declare
-styleable name="Hotseat">
44
</
declare
-styleable>
48
<
declare
-styleable name="CellLayout">
60
</
declare
-styleable>
63
<
declare
-styleable name="StrokedTextView">
70
</
declare
-styleable
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
acosh.ir
4
(
declare
(in) float x))
9
(
declare
(in) vec2 x))
14
(
declare
(in) vec3 x))
19
(
declare
(in) vec4 x))
atanh.ir
4
(
declare
(in) float x))
13
(
declare
(in) vec2 x))
22
(
declare
(in) vec3 x))
31
(
declare
(in) vec4 x))
cosh.ir
4
(
declare
(in) float x))
11
(
declare
(in) vec2 x))
18
(
declare
(in) vec3 x))
25
(
declare
(in) vec4 x))
sinh.ir
4
(
declare
(in) float x))
11
(
declare
(in) vec2 x))
18
(
declare
(in) vec3 x))
25
(
declare
(in) vec4 x))
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_unified_returns.opt_test
12
((
declare
(in) float aa) (
declare
(in) float ab) (
declare
(in) float b)
13
(
declare
(in) float c)
/external/clang/test/CodeGen/
builtin-rename.c
1
// RUN: %clang_cc1 %s -emit-llvm -o - | grep '
declare
.*printf' | count 1
ms_abi.c
16
// FREEBSD:
declare
x86_64_win64cc void @f1()
17
// FREEBSD:
declare
void @f2()
18
// WIN64:
declare
void @f1()
19
// WIN64:
declare
x86_64_sysvcc void @f2()
/external/clang/test/CodeGenCXX/
mangle-extern-local.cpp
9
// CHECK:
declare
i32 @_Z5func1v()
10
// CHECK:
declare
i32 @_ZN1N5func2Ev()
11
// CHECK:
declare
i32 @func4()
12
// CHECK:
declare
i32 @_ZN1N5func3Ev()
/external/clang/test/Sema/
decl-invalid.c
16
int; // expected-warning {{declaration does not
declare
anything}}
18
const int; // expected-warning {{declaration does not
declare
anything}}
19
struct; // expected-error {{declaration of anonymous struct must be a definition}} // expected-warning {{declaration does not
declare
anything}}
21
I; // expected-warning {{declaration does not
declare
anything}}
/external/clang/test/SemaCXX/
pr9812.cpp
5
bool signed; // expected-error {{'bool' cannot be signed or unsigned}} expected-warning {{declaration does not
declare
anything}}
/external/llvm/test/Assembler/
2002-05-02-InvalidForwardRef.ll
10
declare
void @foo()
2007-07-19-ParamAttrAmbiguity.ll
9
declare
i8 @foo(i8)
2008-01-11-VarargAttrs.ll
5
declare
void @foo(...)
/external/llvm/test/CodeGen/ARM/
2009-08-15-RegScavengerAssert.ll
10
declare
void @exit(i32) noreturn nounwind
/external/llvm/test/CodeGen/CPP/
2012-02-05-UnitVarCrash.ll
2
declare
void @foo(<4 x i32>)
/external/llvm/test/CodeGen/Mips/
trap.ll
3
declare
void @llvm.trap()
/external/llvm/test/CodeGen/PowerPC/
2007-09-04-AltivecDST.ll
12
declare
void @llvm.ppc.altivec.dst(i8*, i32, i32)
13
declare
void @llvm.ppc.altivec.dstt(i8*, i32, i32)
14
declare
void @llvm.ppc.altivec.dstst(i8*, i32, i32)
15
declare
void @llvm.ppc.altivec.dststt(i8*, i32, i32)
/external/llvm/test/CodeGen/X86/
2009-01-31-BigShift.ll
9
declare
void @add(i288)
x86-64-ret0.ll
8
declare
void @t(i32)
/external/llvm/test/Linker/Inputs/
basiclink.b.ll
0
declare
i32* @foo(...)
/external/llvm/test/Transforms/ADCE/
dce_pure_call.ll
3
declare
i32 @strlen(i8*) readonly nounwind
/external/llvm/test/Verifier/
2007-12-21-InvokeParamAttrs.ll
3
declare
void @foo(i8*)
2008-01-11-VarargAttrs.ll
5
declare
void @foo(...)
byval-4.ll
4
declare
void @h(%struct.foo* byval %num)
Completed in 360 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>