HomeSort by relevance Sort by last modified time
    Searched refs:f1 (Results 1 - 25 of 795) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/win/shard/
hello1.cc 5 int f1() { function
  /external/clang/test/CodeGen/
redef-ext-inline.c 4 extern inline int f1 (void) {return 1;} function
5 int f3 (void) {return f1();}
6 int f1 (void) {return 0;} function
debug-info-scope-file.c 8 // CHECK: [[F1:![0-9]*]] = {{.*}} ; [ DW_TAG_subprogram ] {{.*}} [def] [f1]
10 // CHECK: [[F1_LINE]] = {{.*}}, metadata [[F1]], null}
13 void f1() { function
intel_ocl_bicc.c 4 void __attribute__((intel_ocl_bicc)) f1(void);
7 f1();
8 // CHECK: call intel_ocl_bicc void @f1()
11 // CHECK: declare intel_ocl_bicc void @f1()
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;
2008-07-21-mixed-var-fn-decl.c 4 int f1(), g1;
mangle-windows-rtd.c 3 void f1(void) {} function
ms_abi.c 4 void __attribute__((ms_abi)) f1(void);
9 f1();
10 // FREEBSD: call x86_64_win64cc void @f1()
11 // WIN64: call void @f1()
16 // FREEBSD: declare x86_64_win64cc void @f1()
18 // WIN64: declare void @f1()
  /external/clang/test/Frontend/
warning-mapping-2.c 4 void f0() { f1(); } // expected-error {{implicit declaration of function}}
  /external/clang/test/Analysis/
inline3.c 4 // Test when entering f1(), we set the right AnalysisDeclContext to Environment.
8 void f1() { function
14 f1();
inline2.c 8 int f1(int a) { function
14 x = f1(1);
lvalue.cpp 4 int f1() { function
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p3.cpp 4 inline void f1(); // expected-error {{inline declaration of 'f1' not allowed in block scope}}
8 void f1();
  /external/clang/test/SemaCXX/
vararg-default-arg.cpp 5 void f1(void);
8 void f1(void) function
function-pointer-arguments.cpp 4 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...]
  /external/clang/test/Driver/
frame-pointer-elim.c 30 void f1() { f0(); } function
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p13.cpp 6 static int f1; member in struct:S
9 int S::f1 = f0; member in class:S
  /external/clang/test/CodeCompletion/
call.c 4 void f1();
8 f1(0, 0);
14 // CHECK-CC3: f1()
  /external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/
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/
set_terminate.pass.cpp 16 void f1() {} function
21 std::set_terminate(f1);
22 assert(std::set_terminate(f2) == f1);
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
ser.h 3 inline bool f1() { function
  /external/clang/test/Parser/
cxx-in-c.c 5 void f1(int x) try {}; // expected-error{{expected function body after function declarator}}
  /external/clang/test/Sema/
varargs-x86-64.c 4 void f1() { function
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.funcaddr/
p1.cpp 12 template<typename T> T f1(T, int);
13 template<typename T> T f1(T);
16 float (*f1a)(float, int) = f1;
17 float (*f1b)(float, int) = &f1;
18 float (*f1c)(float) = f1;
19 float (*f1d)(float) = (f1);
20 float (*f1e)(float) = &f1;
21 float (*f1f)(float) = (&f1);

Completed in 406 milliseconds

1 2 3 4 5 6 7 8 91011>>