HomeSort by relevance Sort by last modified time
    Searched refs:fn1 (Results 1 - 14 of 14) sorted by null

  /external/clang/test/CodeGenCXX/
cxx0x-initializer-constructors.cpp 8 void fn1() { function
cxx11-initializer-aggregate.cpp 6 int fn1(int x) { function
debug-info-limit-type.cpp 13 void fn1(B b) { b.fn2(); } function in class:A
cxx0x-initializer-stdinitializerlist-startend.cpp 39 void fn1(int i) { function
cxx0x-initializer-stdinitializerlist.cpp 67 void fn1(int i) { function
  /external/clang/test/SemaCXX/
ms-interface.cpp 8 virtual void fn1() const;
28 // expected-error@+1 {{static member function 'fn1' is not permitted within an interface type}}
29 static int fn1();
45 void fn1() const override;
cxx0x-cursory-default-delete.cpp 19 void fn1 () { function
conditional-expr.cpp 25 void fn1();
163 pfm = i1 ? DFnPtr() : &Base::fn1;
164 pfm = i1 ? &Base::fn1 : DFnPtr();
176 pfm = i1 ? &Base::fn1 : &Derived::fn2;
177 pfm = i1 ? &Derived::fn2 : &Base::fn1;
  /external/llvm/test/Object/
archive-long-index.test 9 CHECKIDX: fn1 in 2.o
11 CHECKIDX: fn1 in 3.o
24 CHECKIDX: 00000000 T fn1
26 CHECKIDX: 0000000b T fn1
simple-archive.test 11 CHECKIDX: U fn1
  /external/clang/test/Sema/
unused-expr.c 83 int fn1() __attribute__ ((warn_unused_result));
88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings
91 fn1(); // expected-warning {{ignoring return value of function declared with warn_unused_result attribute}}
95 (void)0, fn1(); // expected-warning {{ignoring return value of function declared with warn_unused_result attribute}}
135 #define M6() fn1()
alloc_size.c 8 void* fn1(int) __attribute__((alloc_size("xpto"))); // expected-error{{attribute requires integer constant}}
  /external/clang/test/CodeGen/
struct.c 8 void fn1() { function
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 302 fn1 () function in namespace:PR12581

Completed in 60 milliseconds