OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foo2
(Results
51 - 75
of
444
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Parser/
enhanced-proto-1.m
15
- (void)
FOO2
;
objc-interfaces.m
6
- (int*)
foo2
__attribute__((deprecated)) : (int) x1 __attribute__((deprecated)); // expected-error {{expected ';' after method prototype}} expected-error {{method type specifier must start with '-' or '+'}}
/external/llvm/test/CodeGen/ARM/
aliases.ll
8
; CHECK: .globl
foo2
9
; CHECK:
foo2
= bar
21
@
foo2
= alias i32* @bar
37
%tmp1 = load i32* @
foo2
/external/llvm/test/Integer/
BitPacked.ll
6
@
foo2
= external global <2 x i10>
12
store <2 x i10> <i10 4, i10 4>, <2 x i10>* @
foo2
14
%l2 = load <2 x i10>* @
foo2
19
store <2 x i10> %r3, <2 x i10>* @
foo2
/external/llvm/test/Transforms/GlobalOpt/
alias-resolve.ll
3
@foo1 = alias void ()* @
foo2
6
@
foo2
= alias void()* @bar1
7
; CHECK: @
foo2
= alias void ()* @bar2
29
call void @
foo2
()
/external/llvm/test/Transforms/InstCombine/
2009-03-20-AShrOverShift.ll
4
define i32 @
foo2
(i32 %val) nounwind {
/ndk/tests/build/cpp-extensions/jni/
Android.mk
11
foo2
.cp \
/ndk/tests/device/whole-static-libs/jni/
foo2.c
5
int
foo2
(int x)
function
/external/chromium_org/third_party/sqlite/src/tool/
shell2.test
162
CREATE TABLE
foo2
(b);
163
INSERT INTO
foo2
(b) VALUES(1);
164
SELECT * FROM foo1; SELECT * FROM
foo2
;
165
INSERT INTO foo1(a) VALUES(2); INSERT INTO
foo2
(b) VALUES(2);
166
SELECT * FROM foo1; SELECT * FROM
foo2
;
170
CREATE TABLE
foo2
(b);
171
INSERT INTO
foo2
(b) VALUES(1);
174
SELECT * FROM
foo2
;
177
INSERT INTO
foo2
(b) VALUES(2);
181
SELECT * FROM
foo2
;
[
all
...]
/external/chromium_org/v8/test/mjsunit/regress/
compare-map-elim1.js
36
return this.x + this.z +
foo2
(this);
39
function
foo2
(o) {
function
52
%ClearFunctionTypeFeedback(
foo2
);
53
foo2
(o2);
54
foo2
(o2);
55
foo2
(o3);
/external/deqp/data/gles2/shaders/
qualification_order.test
388
float
foo2
( inout mediump float x)
399
foo2
(result);
422
float
foo2
( inout float x)
433
foo2
(result);
456
float
foo2
( mediump float x)
467
foo2
(result);
490
float
foo2
(inout mediump float x)
501
foo2
(result);
528
float
foo2
( mediump inout float x)
539
foo2
(result)
[
all
...]
/external/clang/test/CodeGen/
2008-03-05-syncPtr.c
9
int
foo2
(int** a, int* b, int* c) {
function
12
// CHECK-LABEL: define i32 @
foo2
indirect-goto.c
16
static int
foo2
(unsigned i) {
function
30
return foo(3)+
foo2
(4);
mips-byval-arg.c
8
extern void
foo2
(S0);
14
foo2
(a0);
/external/clang/test/CodeGenCXX/
regparm.cpp
13
void __attribute__((regparm(3)))
foo2
(S1 a, int b);
16
foo2
(a, b);
2004-09-27-DidntEmitTemplate.cpp
19
bool
foo2
(basic_string &X) {
function
/external/clang/test/PCH/
objc_import.m
26
void
foo2
(NewID2 *p) {
30
foo2
(p);
/external/clang/test/Rewriter/
rewrite-local-static-id.mm
10
@interface
foo2
: foo
21
foo = [
foo2
x];
/external/clang/test/SemaObjC/
custom-atomic-property.m
12
@interface
Foo2
{
18
@implementation
Foo2
/external/llvm/test/CodeGen/Mips/
imm.ll
19
define i32 @
foo2
() nounwind readnone {
21
; CHECK:
foo2
/external/llvm/test/CodeGen/X86/
alloca-align-rounding-32.ll
13
define void @
foo2
(i32 %h) {
17
; CHECK:
foo2
alloca-align-rounding.ll
13
define void @
foo2
(i64 %h) {
17
; CHECK:
foo2
/external/llvm/test/Linker/
redefinition.ll
4
; RUN: llvm-as %s -o %t.
foo2
.bc
6
; RUN: not llvm-link %t.foo1.bc %t.
foo2
.bc -o %t.bc 2>&1 | FileCheck %s
/external/llvm/test/Transforms/TailCallElim/
setjmp.ll
20
; CHECK:
foo2
23
define void @
foo2
(i32* %x) {
/external/clang/test/Lexer/
counter.c
15
// CHECK: C:
foo2
;
Completed in 1641 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>