Searched refs:fnname (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/tools/ |
H A D | gen-inlining-tests.py | 192 def fnname(flags): function 349 write( " f = function {} () {{".format(fnname(flags)))
|
/third_party/libinput/include/valgrind/ |
H A D | valgrind.h | 1163 /* Use an extra level of macroisation so as to ensure the soname/fnname 1167 #define I_WRAP_SONAME_FNNAME_ZU(soname,fnname) \ 1168 VG_CONCAT4(_vgw00000ZU_,soname,_,fnname) 1170 #define I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) \ 1171 VG_CONCAT4(_vgw00000ZZ_,soname,_,fnname) 1185 #define I_REPLACE_SONAME_FNNAME_ZU(soname,fnname) \ 1186 VG_CONCAT4(_vgr00000ZU_,soname,_,fnname) 1188 #define I_REPLACE_SONAME_FNNAME_ZZ(soname,fnname) \ 1189 VG_CONCAT4(_vgr00000ZZ_,soname,_,fnname)
|
/third_party/node/deps/v8/src/third_party/valgrind/ |
H A D | valgrind.h | 685 /* Use an extra level of macroisation so as to ensure the soname/fnname 689 #define I_WRAP_SONAME_FNNAME_ZU(soname,fnname) \ 690 VG_CONCAT4(_vgwZU_,soname,_,fnname) 692 #define I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) \ 693 VG_CONCAT4(_vgwZZ_,soname,_,fnname)
|
/third_party/python/PC/ |
H A D | winreg.c | 33 #define PyErr_SetFromWindowsErrWithFunction(rc, fnname) \
|
/third_party/elfutils/src/ |
H A D | readelf.c | 902 char *fnname = alloca (strlen (fname) + strlen (elf_input_section) + 2); in process_file() local 903 sprintf (fnname, "%s:%s", fname, elf_input_section); in process_file() 911 fname = fnname; in process_file()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 59 milliseconds