HomeSort by relevance Sort by last modified time
    Searched refs:FunctionPointer (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdePkg/Include/Ebc/
ProcessorBind.h 135 @param FunctionPointer A pointer to a function.
139 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
  /device/linaro/bootloader/edk2/MdePkg/Include/AArch64/
ProcessorBind.h 137 @param FunctionPointer A pointer to a function.
142 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/AArch64/
ProcessorBind.h 151 @param FunctionPointer A pointer to a function.
156 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Arm/
ProcessorBind.h 149 @param FunctionPointer A pointer to a function.
154 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
  /device/linaro/bootloader/edk2/MdePkg/Include/Arm/
ProcessorBind.h 163 @param FunctionPointer A pointer to a function.
168 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
  /device/linaro/bootloader/edk2/MdePkg/Include/Ia32/
ProcessorBind.h 300 @param FunctionPointer A pointer to a function.
305 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
  /device/linaro/bootloader/edk2/MdePkg/Include/Ipf/
ProcessorBind.h 301 @param FunctionPointer A pointer to a function.
306 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(((EFI_PLABEL *)(FunctionPointer))->EntryPoint)
  /device/linaro/bootloader/edk2/MdePkg/Include/X64/
ProcessorBind.h 319 @param FunctionPointer A pointer to a function.
324 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
  /development/vndk/tools/header-checker/src/repr/json/
converter.cpp 35 VTableComponentIR::Kind::FunctionPointer;
converter.h 104 {VTableComponentIR::Kind::FunctionPointer, "function_pointer"},
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 172 typedef void (*FunctionPointer)(void);
174 template <FunctionPointer function>
  /external/libcxx/benchmarks/
function.bench.cpp 23 FunctionPointer,
89 case FunctionType::FunctionPointer:
  /development/vndk/tools/header-checker/src/repr/protobuf/
converter.h 146 case VTableComponentIR::Kind::FunctionPointer:
178 return VTableComponentIR::Kind::FunctionPointer;
  /development/vndk/tools/header-checker/tests/expected/
example1.cpp 47 kind: FunctionPointer
333 kind: FunctionPointer
example2.h 65 kind: FunctionPointer
example1.h 47 kind: FunctionPointer
333 kind: FunctionPointer
  /external/compiler-rt/lib/profile/
InstrProfilingValue.c 71 return Data->FunctionPointer;
InstrProfData.inc 86 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \
  /external/tensorflow/tensorflow/core/lib/gtl/
cleanup_test.cc 185 TEST_F(CleanupReferenceTest, FunctionPointer) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
IteratorTest.cpp 174 TEST(FilterIteratorTest, FunctionPointer) {
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 86 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \
  /development/vndk/tools/header-checker/src/repr/
ir_representation.h 215 FunctionPointer = 4,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProfData.inc 86 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \
  /development/vndk/tools/header-checker/src/dumper/
abi_wrappers.cpp 732 kind = repr::VTableComponentIR::Kind::FunctionPointer;
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 306 const IntPtrT FPtr = swap(I->FunctionPointer);

Completed in 6806 milliseconds

1 2