| /third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
| H A D | missing-return1.c | 1 static inline int fun(int a) in fun() function
|
| H A D | call-basic.c | 8 void pointer0(int a, int (*fun)(int)) in pointer0() argument 13 void pointer1(int a, int (*fun)(int)) in pointer1() argument
|
| H A D | call-casted-pointer.c | 3 int foo(void *a, void *fun) in foo() argument 8 int bar(void *a, void *fun) in bar() argument 13 int qux(void *a, void *fun) in qux() argument 18 int quz(void *a, void *fun) in quz() argument
|
| H A D | call-indirect.c | 1 int gg(int (*fun)(void)) { return fun(); } in gg() argument 3 int g0(int (*fun)(void)) { return (fun)(); } in g0() argument 4 int g1(int (*fun)(void)) { return (*fun)(); } // C99,C11 6.5.3.2p4 in g1() argument 5 int g2(int (*fun)(void)) { return (**fun)(); } // C99,C11 6.5.3.2p4 in g2() argument 6 int g3(int (*fun)(void)) { return (***fun)(); } // C9 in g2() argument [all...] |
| H A D | call-inline.c | 1 static inline int fun(void) { return 42; } in fun() function
|
| /third_party/libabigail/tests/data/test-diff-filter/ |
| H A D | test-PR27331-v1.c | 4 int fun(struct S s) { return s.var; } in fun() function
|
| H A D | test-PR27331-v0.c | 4 int fun(struct S s) { return s.var; } in fun() function
|
| H A D | test-PR26739-v1.c | 8 void fun(struct A * a) { in fun() function
|
| H A D | test-PR26739-v0.c | 8 void fun(struct A * a) { (void) a; } in fun() function
|
| H A D | test-PR27598-v0.cc | 11 fun(S s) in fun() function
|
| H A D | test-PR27598-v1.cc | 9 fun(S s) in fun() function
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | mappedTypeAsClauseRelationships.js | 32 function fun(val) {
function
|
| H A D | typeGuardsTypeParameters.js | 59 function fun(item) {
function
|
| H A D | parenthesizedContexualTyping2.js | 45 function fun() { global() function [all...] |
| H A D | typeofSimple.js | 12 var fun: () => I<number>; variable 21 var fun;
variable
|
| /third_party/ltp/tools/sparse/sparse-src/validation/expand/ |
| H A D | builtin_constant_inline1.c | 1 static inline void fun(void) { } in fun() function
|
| H A D | function-pointer.c | 2 int (*fun)(void); member
|
| /third_party/libabigail/tests/data/test-diff-dwarf/ |
| H A D | test24-added-fn-parms-v1.c | 4 fun() in fun() function 9 fun(__attribute__((unused))unsigned arg0, in fun() function
|
| H A D | test25-removed-fn-parms-v0.c | 4 fun(__attribute__((unused))unsigned arg0, in fun() function
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | stdint_typedef.rs | 9 pub fn fun() -> u64; in fun() functions
|
| /base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/dcm/src/ |
| H A D | hks_client_service_dcm.cpp | 38 AttestFunction fun = HksOpenDcmFunction(); in DcmGenerateCertChain() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| H A D | osal_debug.c | 37 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| H A D | osal_debug.c | 25 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument
|
| /third_party/libabigail/tests/data/test-read-common/PR26261/ |
| H A D | PR26261-main.c | 18 wrapped_call(void (*fun)(int, int), in wrapped_call() argument
|
| /third_party/libabigail/tests/data/test-abidiff-exit/ |
| H A D | test-non-leaf-array-v0.c | 11 void fun(struct flexible flex) { (void) flex; } in fun() function
|