Searched refs:FUNC_TYPE (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/lib/interception/ |
D | interception.h | 154 # define FUNC_TYPE(x) x##_f macro 157 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \ 159 extern FUNC_TYPE(func) PTR_TO_REAL(func); \ 177 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \ 179 FUNC_TYPE(func) PTR_TO_REAL(func); \ 218 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \ 220 FUNC_TYPE(func) PTR_TO_REAL(func); \
|
/external/llvm-project/compiler-rt/lib/interception/ |
D | interception.h | 172 # define FUNC_TYPE(x) x##_type macro 175 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \ 177 extern FUNC_TYPE(func) PTR_TO_REAL(func); \ 207 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \ 209 FUNC_TYPE(func) PTR_TO_REAL(func); \ 259 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \ 261 FUNC_TYPE(func) PTR_TO_REAL(func); \
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerInterceptors.cpp | 20 #define FUNC_TYPE(x) x##_type macro 22 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \ 24 FUNC_TYPE(func) PTR_TO_REAL(func); \
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerInterceptors.cpp | 20 #define FUNC_TYPE(x) x##_type macro 22 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \ 24 FUNC_TYPE(func) PTR_TO_REAL(func); \
|
/external/libabigail/src/ |
D | abg-elf-helpers.cc | 40 return elf_symbol::FUNC_TYPE; in stt_to_elf_symbol_type()
|
D | abg-writer.cc | 1573 case elf_symbol::FUNC_TYPE: in write_elf_symbol_type()
|
D | abg-ir.cc | 1722 {return get_type() == FUNC_TYPE || get_type() == GNU_IFUNC_TYPE;} in is_function() 2359 case elf_symbol::FUNC_TYPE: in operator <<() 2482 t = elf_symbol::FUNC_TYPE; in string_to_elf_symbol_type() 2557 {return t == elf_symbol::FUNC_TYPE;} in elf_symbol_is_function()
|
D | abg-dwarf-reader.cc | 1420 if ((type == elf_symbol::FUNC_TYPE in lookup_public_function_symbol_from_elf() 14146 /*symbol type=*/ elf_symbol::FUNC_TYPE, in create_default_fn_sym()
|
/external/protobuf/objectivec/ |
D | GPBMessage.m | 2125 #define CASE_SINGLE_POD(NAME, TYPE, FUNC_TYPE) \ 2128 GPBSet##FUNC_TYPE##IvarWithFieldInternal(self, field, val, syntax); \ 2895 #define CASE_SINGLE_POD(NAME, TYPE, FUNC_TYPE) \ 2897 TYPE fieldVal = GPBGetMessage##FUNC_TYPE##Field(self, fieldDescriptor); \
|
/external/libabigail/include/ |
D | abg-ir.h | 800 FUNC_TYPE, enumerator
|