HomeSort by relevance Sort by last modified time
    Searched refs:f1 (Results 1 - 25 of 1163) 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
  /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
  /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/strace/tests/
stack-fcall-0.c 1 int f1(int i);
5 return f1(i) - i;
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/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);
  /ndk/sources/cxx-stl/llvm-libc++/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

Completed in 6342 milliseconds

1 2 3 4 5 6 7 8 91011>>