Searched refs:f1 (Results 26 - 50 of 966) sorted by relevance

1234567891011>>

/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dser.h3 inline bool f1() { function
/external/clang/test/CodeGen/
H A D2008-07-21-mixed-var-fn-decl.c4 int f1(), g1;
H A Dattr-disable-tail-calls.c4 // DISABLE: define i32 @f1() [[ATTRTRUE:#[0-9]+]] {
6 // ENABLE: define i32 @f1() [[ATTRFALSE:#[0-9]+]] {
9 int f1() { function
H A Dmangle-windows-rtd.c3 void f1(void) {} function
H A D2007-04-05-PackedBitFields-2.c12 struct F f1; variable in typeref:struct:F
15 f1.l = 5;
H A Dbuiltins-wasm.c6 __SIZE_TYPE__ f1(void) { function
H A Ddebug-info-line.c3 int f1(int a, int b) { function
H A Dppc64-extend.c4 void f1(int x) { return; } function
5 // CHECK: define void @f1(i32 signext %x) [[NUW:#[0-9]+]]
/external/clang/test/Parser/
H A Dcxx-in-c.c5 void f1(int x) try {}; // expected-error{{expected function body after function declarator}}
H A Dasm.c3 void f1() { function
H A Dcxx-invalid-for-range.cpp9 void f1() { function
/external/ltp/testcases/commands/ld/datafiles/
H A Df1.c2 void f1(void) function
/external/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp4 int f1(int, int);
10 int(*g1)(int, int) = f1;
11 int(*g2)(const int, int) = f1;
12 int(*g3)(volatile int, int) = f1;
21 void (*g1)(int, int) = f1;
23 const int (*g2)(int, int) = f1;
26 int (*g3)(char, int) = f1;
28 int (*g4)(int, char) = f1;
31 int (*g5)(int) = f1;
34 int (*g6)(int, int, int) = f1;
[all...]
H A Dattr-after-definition.cpp6 bool f1(X) { return true; } function
9 __attribute__ ((__visibility__("hidden"))) bool f1(Y);
/external/clang/test/Layout/
H A Ditanium-union-bitfield.cpp5 int f1: 3;
12 char f1: 35;
20 // CHECK-NEXT: 0:0-2 | int f1
26 // CHECK-NEXT: 0:0-34 | char f1
/external/clang/test/Sema/
H A Dpragma-pack-2.c11 int f1; member in struct:s0
13 extern int a0[offsetof(struct s0, f1) == 4 ? 1 : -1];
18 int f1; member in struct:s1
20 extern int a1[offsetof(struct s1, f1) == 2 ? 1 : -1];
26 int f1; member in struct:s3_0
31 int f1; member in struct:s3_1
33 extern int a3_0[offsetof(struct s3_0, f1) == 1 ? 1 : -1];
34 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1];
40 int f1; member in struct:s4_0
45 int f1; member in struct:s4_1
56 } f1; member in struct:s5_0
[all...]
/external/clang/test/CXX/except/except.spec/
H A Dtemplate.cpp5 template <int N> void f1() throw(int);
8 void (*t1)() throw(int) = &f1<0>;
9 void (*t2)() throw() = &f1<0>; // expected-error {{not superset}}
/external/libcxx/test/std/language.support/support.exception/exception.terminate/set.terminate/
H A Dget_terminate.pass.cpp16 void f1() {} function
21 std::set_terminate(f1);
22 assert(std::get_terminate() == f1);
/external/clang/test/ASTMerge/Inputs/
H A Dfunction1.c2 void f1(int, float);
/external/clang/test/CodeGenCXX/
H A D2007-10-01-StructResize.cpp6 unsigned int f1 : 3; member in struct:Bork
11 hdr->f1 = 7;
H A Ddebug-info-global.cpp9 int f1() { function
H A Ddebug-info-scoped-class.cpp9 Return f1();
/external/compiler-rt/test/profile/
H A Dinstrprof-visibility-kinds.inc1 void f1() {}
25 f1();
/external/libcxx/test/std/depr/exception.unexpected/unexpected/
H A Dunexpected.pass.cpp18 void f1() function
25 std::set_unexpected(f1);
/external/libcxx/test/std/language.support/support.exception/exception.terminate/terminate/
H A Dterminate.pass.cpp16 void f1() function
23 std::set_terminate(f1);

Completed in 795 milliseconds

1234567891011>>