Searched defs:f1 (Results 1 - 25 of 342) sorted by relevance

1234567891011>>

/external/clang/test/Preprocessor/
H A Duser_defined_system_framework.c6 int f1() { function
/external/clang/test/SemaCXX/
H A Dvararg-default-arg.cpp4 void f1(void);
7 void f1(void) function
/external/clang/test/Analysis/
H A Dcomplex.c5 void f1(int * p) { function
H A Dchroot.c9 void f1(void) { function
H A Dinline2.c7 int f1(int a) { function
13 x = f1(1);
H A Dinline3.c3 // Test when entering f1(), we set the right AnalysisDeclContext to Environment.
7 void f1() { function
13 f1();
H A Dlvalue.cpp3 int f1() { function
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dser.h3 inline bool f1() { function
/external/clang/test/CodeGen/
H A Dframe-pointer-elim.c8 // DARWIN: f1:
17 // LINUX: f1:
26 // OMIT_ALL: f1:
35 // OMIT_LEAF: f1:
40 void f1() { f0(); } function
H A Dredef-ext-inline.c4 extern inline int f1 (void) {return 1;} function
5 int f3 (void) {return f1();}
6 int f1 (void) {return 0;} function
H A DPR2743-reference-missing-static.c13 void f1() { e1(); } function
H A D_Bool-conversion.c10 _Bool f1(void) { function
H A Dalways_inline.c12 int f1() { function
H A Dassign.c21 // CHECK: define void @f1()
28 void f1() { function
H A Dattr-used.c4 // RUN: grep '@llvm.used = .*@f1.l0' %t
12 void f1() { function
H A Dbitfield-promote.c10 long long f1(void) { function
/external/clang/test/Parser/
H A Dasm.c3 void f1() { function
H A Dfor.cpp3 void f1() { function
/external/clang/test/Sema/
H A Dvarargs-x86-64.c4 void f1() { function
/external/llvm/test/MC/ELF/
H A Dcfi-sections.s6 f1: label
/external/valgrind/main/none/tests/s390x/
H A Dfgx.c9 double f1; local
11 memset(&f1, 0x0f, sizeof(double));
12 f = f1;
/external/v8/test/mjsunit/
H A Dscope-calls-eval.js32 function f1() { function
64 assertEquals(3, f1());
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
H A Dp2.cpp3 X0 f1();
21 X0::X0 X0::f1() { return X0(); } // expected-error{{qualified reference to 'X0' is a constructor name rather than a type wherever a constructor can be declared}} function in class:X0
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp13.cpp5 static int f1; member in struct:S
8 int S::f1 = f0; member in class:S
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
H A Dp1-neg.cpp9 void f1();
25 void A<T, N>::f1() { } // expected-error{{out-of-line definition}} function in class:A

Completed in 424 milliseconds

1234567891011>>