Home
last modified time | relevance | path

Searched defs:PF (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dblock-explicit-return-type.m5 typedef float * PF; typedef
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp39 ArrayRef<SubtargetFeatureKV> PF, in InitMCSubtargetInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp454 int (*PF)(int, char **, const char **) = in runFunction() local
468 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr; in runFunction() local
481 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr; in runFunction() local
/minix3/bin/pax/
H A Doptions.h68 #define PF 0x000000400ULL macro
/minix3/usr.bin/printf/
H A Dprintf.c98 #define PF(f, func) { \ macro
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp92 const Function *PF = PBB->getParent(); in deleteInstructionFromProgram() local
/minix3/libexec/getty/
H A Dgettytab.h113 #define PF gettynums[12].value macro
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp744 Function *PF = OpenModule->getFunction(FnName); in getFunction() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp734 Function *PF = OpenModule->getFunction(FnName); in getFunction() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp833 Function *PF = OpenModule->getFunction(FnName); in getFunction() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp901 Function *PF = CurrentModule->getFunction(FnName); in getFunction() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp528 const MemSDNode *PF = cast<MemSDNode>(N); in AddNodeIDCustom() local