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

  /external/clang/test/CodeGenCXX/
pr18962.cpp 4 // append has to have the same prototype as fn1 to tickle the bug.
20 void fn1(A *p1) { function
cxx11-initializer-aggregate.cpp 6 int fn1(int x) { function
cxx0x-initializer-constructors.cpp 8 void fn1() { function
cxx0x-initializer-stdinitializerlist-startend.cpp 39 void fn1(int i) { function
ctor-dtor-alias.cpp 177 fn1() { function
microsoft-abi-sret-and-byval.cpp 325 // type will use the argument type selected by fn1.
329 void fn1(FnPtr1 a, SmallWithDtor b) { } function
333 void fn2(FnPtr1 a, SmallWithDtor b) { fn1(a, b); };
345 // WIN32: call void @"\01?fn1@@YAXP6AXUForwardDeclare1@@@ZUSmallWithDtor@@@Z"([[argmem_ty]]* inalloca %[[argmem]])
cxx0x-initializer-stdinitializerlist.cpp 98 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;
microsoft-dtor-lookup.cpp 119 void fn1(B *b) { b->m_fn1(); } function in namespace:Test6
130 void fn1(B b) {} function in namespace:Test7
cxx0x-cursory-default-delete.cpp 19 void fn1 () { function
conditional-expr.cpp 25 void fn1();
173 pfm = i1 ? DFnPtr() : &Base::fn1;
174 pfm = i1 ? &Base::fn1 : DFnPtr();
186 pfm = i1 ? &Base::fn1 : &Derived::fn2;
187 pfm = i1 ? &Derived::fn2 : &Base::fn1;
constant-expression.cpp 139 template < typename T > void fn1() { function in namespace:rdar16064952
  /external/clang/test/CodeGen/
named_reg_global.c 32 // CHECK: define {{.*}}@fn1
33 int fn1() { function
struct.c 8 void fn1() { function
  /external/llvm/test/Object/
archive-long-index.test 9 CHECKIDX: fn1 in 2.o
11 CHECKIDX: fn1 in 3.o
24 CHECKIDX: 0000000000000000 T fn1
26 CHECKIDX: 000000000000000b 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()
  /external/compiler-rt/test/msan/
chained_origin_limits.cc 94 void fn1() { function
109 fn1();
144 // CHECK-PER-STACK: in fn1
  /external/chromium_org/tools/gn/
tokenizer_unittest.cc 195 TokenExpectation fn1[] = { local
209 fn1));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tools.py 43 def assertFileEqual(self, fn1, fn2):
44 with open(fn1) as f1, open(fn2) as f2:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tools.py 43 def assertFileEqual(self, fn1, fn2):
44 with open(fn1) as f1, open(fn2) as f2:
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 302 fn1 () function in namespace:PR12581
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 1863 Label fn1, after_fn1; local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 1692 Label fn1, after_fn1; local
    [all...]

Completed in 1662 milliseconds