Home
last modified time | relevance | path

Searched refs:FUNC_TYPE (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception.h154 # 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/
Dinterception.h172 # 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/
DFuzzerInterceptors.cpp20 #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/
DFuzzerInterceptors.cpp20 #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/
Dabg-elf-helpers.cc40 return elf_symbol::FUNC_TYPE; in stt_to_elf_symbol_type()
Dabg-writer.cc1573 case elf_symbol::FUNC_TYPE: in write_elf_symbol_type()
Dabg-ir.cc1722 {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()
Dabg-dwarf-reader.cc1420 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/
DGPBMessage.m2125 #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/
Dabg-ir.h800 FUNC_TYPE, enumerator