/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | overloadable-complex.c | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() 33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert() 41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | complex-overload.cpp | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() 33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert() 41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
|
H A D | cxx1y-generic-lambdas.cpp | 47 char (*fc)(char) = L; in test() local 58 char (*fc)(char) = L; //expected-error{{no viable conversion}} in test() local 70 char (*fc)(char) = L('a'); in test() local 85 char* (*fc)(char) = L('a'); in test() local 98 char* (*fc)(char) = L('a'); in test() local 155 char (*fc)(char) = L; in test() local 166 char (*fc)(char) = L; //expected-error{{no viable conversion}} in test() local 761 char (*fc)(char) = L('a'); in test() local
|
/minix3/external/bsd/tcpdump/dist/ |
H A D | print-802_15_4.c | 47 extract_header_length(uint16_t fc) in extract_header_length() 95 uint16_t fc; in ieee802_15_4_if_print() local
|
H A D | print-802_11.c | 165 #define FC_VERSION(fc) ((fc) & 0x3) argument 166 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument 167 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument 168 #define FC_TO_DS(fc) ((fc) & 0x0100) argument 169 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument 170 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument 171 #define FC_RETRY(fc) ((fc) & 0x0800) argument 172 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument 173 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument 174 #define FC_WEP(fc) ((fc) & 0x4000) argument [all …]
|
H A D | print-fddi.c | 166 print_fddi_fc(netdissect_options *ndo, u_char fc) in print_fddi_fc()
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | complex-builtints.c | 27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
|
/minix3/sys/lib/libsa/ |
H A D | fnmatch.c | 68 char fc, pc; in fnmatch() local
|
H A D | ufs.c | 142 #define cgstart(fc, c) cgstart_ufs2((fs), (c)) argument 144 #define cgstart(fc, c) cgstart_ufs1((fs), (c)) argument
|
/minix3/external/public-domain/xz/dist/src/liblzma/common/ |
H A D | filter_common.c | 259 const lzma_filter_coder *const fc in lzma_raw_coder_init() local 270 const lzma_filter_coder *const fc in lzma_raw_coder_init() local 309 const lzma_filter_coder *const fc in lzma_raw_coder_memusage() local
|
/minix3/external/bsd/llvm/dist/clang/test/Headers/ |
H A D | tgmath.c | 10 float complex fc; variable
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
H A D | times_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
H A D | plus_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
H A D | divide_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
H A D | minus_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/numerics/complex.number/complex.member.ops/ |
H A D | minus_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
H A D | times_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
H A D | plus_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
H A D | divide_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | complete-memfunc-cvquals.cpp | 17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text()
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/Inputs/ |
H A D | system-header-simulator.h | 61 freeCallback fc; member
|
/minix3/sys/fs/cd9660/ |
H A D | cd9660_util.c | 101 u_int16_t fc, ic; in isofncmp() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | vtable-linkage.cpp | 78 F<char> fc; in use_F() local
|
/minix3/lib/librefuse/ |
H A D | refuse.c | 86 struct fuse_chan *fc; /* fuse channel pointer */ member 374 struct fuse_chan *fc; in fuse_setup_real() local 1246 struct fuse_chan *fc; in fuse_mount() local 1276 fuse_new(struct fuse_chan *fc, struct fuse_args *args, in fuse_new() 1421 fuse_unmount(const char *mp, struct fuse_chan *fc) in fuse_unmount()
|
/minix3/external/bsd/dhcp/dist/includes/ |
H A D | statement.h | 59 struct executable_statement *tc, *fc; member
|