/external/clang/test/CodeGenCXX/ |
PR20038.cpp | 9 // CHECK: [[FUN1:.*]] = distinct !DISubprogram(name: "fun1",{{.*}} isDefinition: true 10 // CHECK: [[DTOR_CALL1_LOC]] = !DILocation(line: [[@LINE+1]], scope: [[FUN1]]) 11 void fun1() { b && (C(), 1); } function
|
mangle.cpp | 1034 decltype(S1<T>().~S1<T>()) fun1() {}; function in namespace:test51 1049 template void fun1<int>();
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
plugin_test_7_1.c | 23 int fun1(void); 36 int fun1(void) function
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
Database.py | 333 fun1 = DataClass.FunctionClass(-1, '', '', 'fun1', '', 21, 2, 60, 45, 1, 23, 0, [], [])
variable in class:Database 334 file = DataClass.FileClass(-1, 'F1', 'c', 'C:\\', 'C:\\F1.exe', DataClass.MODEL_FILE_C, '2007-12-28', [fun1], [identifier1, identifier2, identifier3, identifier4], [])
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Database.py | 245 fun1 = DataClass.FunctionClass(-1, '', '', 'fun1', '', 21, 2, 60, 45, 1, 23, 0, [], [])
variable in class:Database 246 file = DataClass.FileClass(-1, 'F1', 'c', 'C:\\', 'C:\\F1.exe', DataClass.MODEL_FILE_C, '2007-12-28', [fun1], [identifier1, identifier2, identifier3, identifier4], [])
|
/external/clang/test/Sema/ |
alias-redefinition.c | 7 void fun1() {} // expected-note {{previous definition}} function 8 void fun1(void) __attribute((alias("f1"))); // expected-error {{redefinition of 'fun1'}}
|
/system/tools/hidl/c2hal/test/ |
test.h | 75 static void fun1() { } function 81 static void fun1() { } function in namespace:MyNamespace
|