HomeSort by relevance Sort by last modified time
    Searched refs:foof (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaCXX/
warn-implicit-conversion-floating-point-to-bool.cpp 3 float foof(float x);
15 b = foof(4.0);
17 b = foof(c < 1); // expected-warning {{implicit conversion turns floating-point number into bool: 'float' to 'bool'}}
  /dalvik/dx/tests/138-invoke-polymorphic-again/
Main.java 26 public int foof(int a, int b, int c, int d, method in class:Main
37 m.foof(0, 1, 2, 3,
49 m.foof(0, 1, 2, 3,
Main.class 
  /external/clang/test/Sema/
declspec.c 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
mips-interrupt-attr.c 24 __attribute__((mips16,interrupt)) void foof() {} // expected-error {{'mips16' and 'interrupt' attributes are not compatible}} \ function
array-init.c 5 extern int foof() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}

Completed in 1792 milliseconds