OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f1
(Results
51 - 75
of
780
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGen/
_Bool-conversion.c
10
_Bool
f1
(void) {
function
always_inline.c
12
int
f1
() {
function
assign.c
21
// CHECK-LABEL: define void @
f1
()
28
void
f1
() {
function
attr-used.c
4
// RUN: grep '@llvm.used = .*@
f1
.l0' %t
12
void
f1
() {
function
bitfield-promote.c
10
long long
f1
(void) {
function
14
// CHECK: @
f1
()
decl-in-prototype.c
5
// CHECK-LABEL: define i32 @
f1
6
int
f1
(enum {AA,BB} E) {
function
fast-math.c
2
float f0,
f1
, f2;
variable
8
f0 =
f1
+ f2;
finite-math.c
2
float f0,
f1
, f2;
variable
8
f0 =
f1
+ f2;
mangle-windows-rtd.c
3
void
f1
(void) {}
function
ppc64-extend.c
4
void
f1
(int x) { return; }
function
5
// CHECK: define void @
f1
(i32 signext %x) [[NUW:#[0-9]+]]
/external/clang/test/CodeGenCXX/
2007-10-01-StructResize.cpp
6
unsigned int
f1
: 3;
member in struct:Bork
11
hdr->
f1
= 7;
PR5834-constructor-conversion.cpp
11
void
f1
() {
function
debug-info-global.cpp
9
int
f1
() {
function
int64_uint64.cpp
14
void
f1
(int64_t a) {}
function
operator-new.cpp
13
void
f1
() {
function
reinterpret-cast.cpp
4
void *
f1
(unsigned long l) {
function
/external/clang/test/PCH/
multiple_decls.c
15
void
f1
(int i) {
function
/external/clang/test/Parser/
pragma-fp-contract.c
3
void
f1
(void) {
function
/external/clang/test/Sema/
align-arm-apcs.c
4
struct s0 { double f0; int
f1
; };
member in struct:s0
warn-unused-parameters.c
10
void
f1
() {
function
/external/clang/test/SemaCXX/
attr-after-definition.cpp
6
bool
f1
(X) { return true; }
function
9
__attribute__ ((__visibility__("hidden"))) bool
f1
(Y);
/external/clang/test/SemaTemplate/
canonical-expr-type-0x.cpp
19
N<sizeof...(T)>
f1
() {} // expected-note{{previous}}
function
22
N<sizeof...(T)>
f1
() {}
function
25
N<sizeof...(U)>
f1
() {} // expected-error{{redefinition}}
function
/external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/
get_new_handler.pass.cpp
15
void
f1
() {}
function
21
std::set_new_handler(
f1
);
22
assert(std::get_new_handler() ==
f1
);
set_new_handler.pass.cpp
15
void
f1
() {}
function
20
assert(std::set_new_handler(
f1
) == 0);
21
assert(std::set_new_handler(f2) ==
f1
);
/external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
get_terminate.pass.cpp
16
void
f1
() {}
function
21
std::set_terminate(
f1
);
22
assert(std::get_terminate() ==
f1
);
Completed in 2141 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>