Home
last modified time | relevance | path

Searched defs:FT (Results 1 – 25 of 103) sorted by relevance

12345

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp104 FunctionType *FT = F->getFunctionType(); in lookupFunction() local
310 static GenericValue lle_X_atexit(FunctionType *FT, in lle_X_atexit()
320 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit()
326 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort()
335 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf()
417 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf()
429 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf()
444 static GenericValue lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) { in lle_X_scanf()
459 static GenericValue lle_X_fprintf(FunctionType *FT, in lle_X_fprintf()
472 static GenericValue lle_X_memset(FunctionType *FT, in lle_X_memset()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp38 FunctionType *FT = in main() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DFaultMapParser.cpp16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DFaultMaps.cpp103 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp594 auto FT = F->getFunctionType(); in checkWFRetconPrototype() local
630 auto FT = F->getFunctionType(); in checkWFAlloc() local
645 auto FT = F->getFunctionType(); in checkWFDealloc() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp175 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper()
420 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.h65 #define pp_cxx_cv_qualifiers(PP, CV, FT) \ argument
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.h65 #define pp_cxx_cv_qualifiers(PP, CV, FT) \ argument
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp102 if (auto FT = dyn_cast<llvm::FunctionType>(T)) in convertFreeFunctionType() local
H A DCodeGenTypes.cpp240 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { in isFuncTypeConvertible()
328 const FunctionType *FT = cast<FunctionType>(QFT.getTypePtr()); in ConvertFunctionTypeInternal() local
H A DTargetInfo.h333 virtual void setCUDAKernelCallingConvention(const FunctionType *&FT) const {} in setCUDAKernelCallingConvention()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp288 const FunctionType *FT, in getSummaryForObjCOrCFObject()
508 const auto *FT = FD->getType()->castAs<FunctionType>(); in generateSummary() local
781 RetainSummaryManager::getUnarySummary(const FunctionType* FT, in getUnarySummary()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DMangler.cpp172 FunctionType *FT = MSFunc->getFunctionType(); in getNameWithPrefix() local
H A DFunction.cpp424 auto *FT = getFunctionType(); in BuildLazyArguments() local
799 } else if (FunctionType *FT = dyn_cast<FunctionType>(Ty)) { in getMangledTypeStr() local
843 FunctionType *FT) { in getName()
1327 auto *FT = getType(M->getContext(), id, Tys); in getDeclaration() local
/netbsd/external/apache2/llvm/dist/clang/utils/ABITest/
H A DABITestGen.py104 def writeFunction(self, i, FT): argument
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp92 const FunctionType *FT = T->castAs<FunctionType>(); in getCallingConvMangling() local
214 const FunctionType *FT = FD->getType()->castAs<FunctionType>(); in mangleName() local
/netbsd/usr.bin/checknr/
H A Dchecknr.c84 #define FT 1 macro
/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp381 Expected<CC::FileType> FT = in compileSharedObject() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp869 FunctionType *FT; in getCustomFunctionType() local
1214 FunctionType *FT = F->getFunctionType(); in buildWrapperFunction() local
1244 Constant *DataFlowSanitizer::getOrBuildTrampolineFunction(FunctionType *FT, in getOrBuildTrampolineFunction()
1558 FunctionType *FT = F.getFunctionType(); in runImpl() local
2991 FunctionType *FT = F.getFunctionType(); in addShadowArguments() local
3030 FunctionType *FT = F.getFunctionType(); in addOriginArguments() local
3093 FunctionType *FT = F.getFunctionType(); in visitWrappedCallBase() local
3205 FunctionType *FT = CB.getFunctionType(); in visitCallBase() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp298 if (auto FT = codegen::getExplicitFileType()) in run() local
/netbsd/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dvms.h136 enum avms_arg_type {I64, FF, FD, FG, FS, FT}; enumerator
/netbsd/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dvms.h136 enum avms_arg_type {I64, FF, FD, FG, FS, FT}; enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp193 if (const auto *FT = MethodDecl->getInstantiatedFromMemberFunction()) in addUSRsOfInstantiatedMethods() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp220 Constant* createIRTypedAddress(FunctionType &FT, JITTargetAddress Addr) { in createIRTypedAddress()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.cpp273 QualType FT = FD->getType(); in getOrCreateRecord() local

12345