HomeSort by relevance Sort by last modified time
    Searched defs:f4 (Results 51 - 75 of 275) sorted by null

1 23 4 5 6 7 8 91011

  /external/clang/test/Analysis/
method-call.cpp 37 void f4() { function
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
injected-class-name.cpp 36 template<typename ...ReallyInner> void f4();
42 void X0<T, T, Types...>::Inner<InnerTypes...>::f4() { } function in class:X0::Inner
  /external/clang/test/CodeGen/
2007-09-28-PackedUnionMember.c 9 struct opaque2 *f4; member in union:H::__anon7163
inline2.c 45 // CHECK-GNU89-LABEL: define available_externally i32 @f4()
46 // CHECK-C99-LABEL: define i32 @f4()
47 int f4(void);
48 extern inline int f4(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
mangle-windows.c 29 void __fastcall f4(char a) {} function
30 // CHECK: define x86_fastcallcc void @"\01@f4@4"
31 // X64: define void @f4(
ms_abi.c 30 void __attribute__((ms_abi)) f4(int a, ...) { function
31 // FREEBSD-LABEL: define x86_64_win64cc void @f4
32 // WIN64-LABEL: define void @f4
windows-struct-abi.c 28 struct f4 { struct
35 struct f4 return_f4(void) { while (1); }
37 // CHECK: define void @return_f4(%struct.f4* noalias sret %agg.result)
39 void receive_f4(struct f4 a0) { }
41 // CHECK: define void @receive_f4(%struct.f4* byval align 4 %a0)
  /external/clang/test/CodeGenCXX/
call-with-static-chain.cpp 17 A &f4();
36 // CHECK32: call dereferenceable(8) %struct.A* bitcast (%struct.A* ()* @f4 to %struct.A* (i8*)*)(i8* nest bitcast (%struct.A* ()* @f4 to i8*))
37 // CHECK64: call dereferenceable(16) %struct.A* bitcast (%struct.A* ()* @f4 to %struct.A* (i8*)*)(i8* nest bitcast (%struct.A* ()* @f4 to i8*))
38 __builtin_call_with_static_chain(f4(), f4); local
default-arguments.cpp 67 void f4() { function
mangle-variadic-templates.cpp 50 template<typename ...Types> tuple<Types...> f4() {} function
52 template tuple<int, float, double> f4();
  /external/clang/test/Parser/
asm-constraints-pr7869.c 36 f4 (void) function
cxx-stmt.cpp 49 void f4() { function
  /external/clang/test/Sema/
alias-redefinition.c 18 void f4() {} function
19 void fun4(void) __attribute((alias("f4")));
attr-unused.c 33 int f4(int x) { function
builtin-object-size.c 24 void f4(const char *fmt, ...) { function
knr-def-call.c 21 void f4() { function
pragma-unused.c 22 void f4(void) { function
  /external/clang/test/SemaCXX/
function-type-qual.cpp 14 static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} member in class:C
  /external/libcxx/test/std/thread/futures/futures.async/
async.pass.cpp 55 std::unique_ptr<int> f4(std::unique_ptr<int>&& p) function
179 std::async(f4, std::unique_ptr<int>(new int(3)));
  /external/llvm/test/MC/ARM/
ldr-pseudo-darwin.s 23 @ CHECK-LABEL: f4:
24 f4: label
ldr-pseudo.s 23 @ CHECK-LABEL: f4:
24 f4: label
ltorg-darwin.s 35 @ CHECK-LABEL: f4:
36 f4: label
ltorg.s 33 @ CHECK-LABEL: f4:
34 f4: label
  /external/testng/src/test/java/test/priority/
BaseSample.java 37 public void f4() { add("f4"); } method in class:BaseSample
  /external/v8/test/mjsunit/asm/
int32-tmod.js 23 function f4(i) {
27 return { f0: f0, f1: f1, f2: f2, f3: f3, f4: f4 };
37 assertEquals(i % 3333339 | 0, m.f4(i));

Completed in 341 milliseconds

1 23 4 5 6 7 8 91011