Home
last modified time | relevance | path

Searched refs:fnname (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dgen-inlining-tests.py192 def fnname(flags): function
349 write( " f = function {} () {{".format(fnname(flags)))
/third_party/libinput/include/valgrind/
H A Dvalgrind.h1163 /* 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 Dvalgrind.h685 /* 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 Dwinreg.c33 #define PyErr_SetFromWindowsErrWithFunction(rc, fnname) \
/third_party/elfutils/src/
H A Dreadelf.c902 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 Dstylo.hpp[all...]

Completed in 59 milliseconds