HomeSort by relevance Sort by last modified time
    Searched full:foo1 (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGen/
weak-incomplete.c 4 void __attribute__((weak)) foo1(struct S);
5 void (*foo2)(struct S) = foo1;
dllimport-dllexport.c 3 void __attribute__((dllimport)) foo1();
4 void __attribute__((dllexport)) foo1(){} function
5 // CHECK: define dllexport void @foo1
2006-01-23-FileScopeAsm.c 3 // CHECK: module asm "foo1"
4 __asm__ ("foo1");
sret.c 9 struct abc foo1(void);
13 struct abc dummy1 = foo1();
  /external/clang/test/SemaObjCXX/
const-cast.mm 6 const Foo *foo1 = 0;
7 Foo *foo2 = foo1; // expected-error {{cannot initialize}}
11 const Foo *foo1 = 0;
12 Foo *foo2 = const_cast<Foo*>(foo1);
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
remove-item.js 17 shouldBeUndefined("storage.foo1");
18 evalAndLog("storage.foo1 = 'bar'");
19 shouldBeEqualToString("storage.foo1", "bar");
20 evalAndLog("storage.removeItem('foo1')");
21 shouldBeUndefined("storage.foo1");
22 evalAndLog("storage.removeItem('foo1')");
23 shouldBeUndefined("storage.foo1");
  /external/webkit/LayoutTests/storage/domstorage/
remove-item-expected.txt 10 PASS storage.foo1 is undefined.
11 storage.foo1 = 'bar'
12 PASS storage.foo1 is "bar"
13 storage.removeItem('foo1')
14 PASS storage.foo1 is undefined.
15 storage.removeItem('foo1')
16 PASS storage.foo1 is undefined.
39 PASS storage.foo1 is undefined.
40 storage.foo1 = 'bar'
41 PASS storage.foo1 is "bar
    [all...]
  /external/llvm/test/CodeGen/Mips/
mips64lea.ll 7 call void @foo1(i32* %a) nounwind
11 declare void @foo1(i32*)
mips64fpimm0.ll 3 define double @foo1() nounwind readnone {
cprestore.ll 14 call void @foo1(%struct.S* byval %s)
18 declare void @foo1(%struct.S* byval)
fneg.ll 10 define double @foo1(i32 %a, double %d) nounwind readnone {
12 ; CHECK: foo1
inlineasm64.ll 7 define void @foo1() nounwind {
9 ; CHECK: foo1
  /sdk/emulator/qtools/tests/gtrace/
test.c 3 int foo1();
24 foo1();
36 foo1();
40 foo1();
45 foo1();
50 foo1();
55 foo1();
60 foo1();
65 foo1();
70 foo1();
110 int foo1() function
    [all...]
  /external/llvm/test/Linker/
2008-06-13-LinkOnceRedefinition.ll 3 ; RUN: llvm-as %s -o %t.foo1.bc
6 ; RUN: llvm-link %t.foo1.bc %t.foo2.bc -S
7 ; RUN: llvm-link %t.foo1.bc %t.foo3.bc -S
2008-06-26-AddressSpace.ll 3 ; RUN: llvm-as %s -o %t.foo1.bc
5 ; RUN: llvm-link %t.foo2.bc %t.foo1.bc -S | grep {addrspace(2)}
6 ; RUN: llvm-link %t.foo1.bc %t.foo2.bc -S | grep {addrspace(2)}
redefinition.ll 3 ; RUN: llvm-as %s -o %t.foo1.bc
6 ; RUN: not llvm-link %t.foo1.bc %t.foo2.bc -o %t.bc |& \
8 ; RUN: not llvm-link %t.foo1.bc %t.foo3.bc -o %t.bc |& \
  /external/llvm/test/Transforms/GlobalOpt/
alias-resolve.ll 2 ; RUN: cat %t | grep foo1 | count 1
7 @foo1 = alias void ()* @foo2
15 call void @foo1()
  /external/llvm/test/Object/Inputs/
elfver.S 17 .symver foo1, foo@VER1
18 .globl foo1
19 .type foo1, @function
20 foo1: label
  /external/oprofile/libutil++/tests/
glob_filter_tests.cpp 33 check(f1, "foo1", false);
39 check(f2, "foo1", false);
44 check(f3, "foo1", true);
49 check(f4, "foo1", false);
  /external/clang/test/SemaObjC/
provisional-ivar-lookup.m 9 @property (readwrite, nonatomic) int foo, foo1, foo2, foo3;
16 @synthesize foo1;
23 _foo = foo1; // OK
  /external/llvm/test/Feature/
packed.ll 5 @foo1 = external global <4 x float> ; <<4 x float>*> [#uses=2]
9 store <4 x float> < float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00 >, <4 x float>* @foo1
11 %l1 = load <4 x float>* @foo1 ; <<4 x float>> [#uses=0]
  /external/llvm/test/Integer/
packed_bt.ll 5 @foo1 = external global <4 x float>
11 store <4 x float> <float 1.0, float 2.0, float 3.0, float 4.0>, <4 x float>* @foo1
13 %l1 = load <4 x float>* @foo1
  /external/clang/test/Parser/
nested-namespaces-recovery.cpp 6 namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each namespace separately}}
11 return foo1::foo2::foo3::foo(x);
enhanced-proto-1.m 7 - (void) FOO1;
  /external/clang/test/PCH/Inputs/
chain-selectors1.h 8 void foo1() { function

Completed in 287 milliseconds

1 2 3 4 5 6 7 8