/external/clang/test/Analysis/ |
outofbound.c | 41 void f5() { function
|
ptr-arith.c | 52 void f5() { function
|
uninit-const.cpp | 95 void f5(void) { function
|
uninit-vals-ps.c | 54 int f5(void) { function
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
p7-1y.cpp | 49 typedef decltype(auto) f5(); // expected-error {{'decltype(auto)' can only be used as a return type in a function declaration}} typedef
|
/external/clang/test/CodeGen/ |
le32-arguments.c | 33 // CHECK-LABEL: define void @f5(i8 zeroext %a, i16 zeroext %b) 34 void f5(unsigned char a, unsigned short b) {} function
|
stdcall-fastcall.c | 11 void __attribute__((stdcall)) f5(void) { function 12 // CHECK-LABEL: define x86_stdcallcc void @f5() 27 void (__attribute__((stdcall)) *pf5)(void) = f5; 31 f4(); f5(); f6(); 33 // CHECK: call x86_stdcallcc void @f5()
|
exprs.c | 90 struct f5_a f5() {return ((union f5_z)f5_a).y;} function
|
function-attributes.c | 8 // CHECK: define zeroext i16 @f5(i32 %x) [[NUW]] 22 unsigned short f5(int x) { return x; } function
|
x86_64-arguments-nacl.c | 28 // CHECK-LABEL: define double @f5() 29 long double f5(void) { function
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-back-references.cpp | 15 void f5(char const* a, unsigned int b, char c, void const* d, char const* e, unsigned int f) {} function 16 // CHECK: "\01?f5@@YAXPBDIDPBX0I@Z"
|
mangle-neon-vectors.cpp | 49 void f5(float32x2_t v) { } function
|
mangle-unnamed.cpp | 41 int f5() { function
|
debug-info-line.cpp | 65 void f5() { function
|
temp-order.cpp | 107 static unsigned f5() { function 186 print("f5", f5()); 187 if (f5() != ORDER4(5, 3, 7, 2))
|
visibility-inlines-hidden.cpp | 11 static void f5() { } function in struct:X0 23 static void f5() { } function in struct:X1 47 X0::f5(); 59 X1<int>::f5();
|
/external/clang/test/Sema/ |
warn-unused-function.c | 18 static void __attribute__((used)) f5() {} function
|
complex-int.c | 69 int f5[(3.0i == -(-3.0i) ? ((void)3.0, __extension__ (1.0i - 1.0)) : 0) == 1.0i - 1.0 ? 1 : -1]; variable
|
private-extern.c | 47 void f5() { function
|
string-init.c | 43 long f5[] = L"a"; // expected-error{{array initializer must be an initializer list}} local
|
/external/clang/test/SemaCXX/ |
conversion-delete-expr.cpp | 77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesions are skipped. function
|
exceptions.cpp | 181 void f5() { function in namespace:HandlerInversion
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberFormatRegistrationTest.java | 89 NumberFormat f5 = NumberFormat.getCurrencyInstance(SRC_LOC); local 99 logln("f5 unreg cur: " + f5.format(n)); 107 if (!f5.format(n).equals(f2.format(n))) {
|
/external/libcxxabi/test/ |
catch_pointer_reference.pass.cpp | 192 void f5() function 435 f5();
|
/external/compiler-rt/test/cfi/ |
utils.h | 20 virtual void f5() {} function in class:Deriver
|