Home
last modified time | relevance | path

Searched defs:ftype (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dblocks.c55 typedef double ftype(double); global() typedef
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-function-2.cpp39 typedef void ftype(int); typedef
/llvm-project/mlir/lib/IR/
H A DBuiltinDialectBytecode.cpp55 auto ftype = dyn_cast<FloatType>(type); readAPFloatWithKnownSemantics() local
/llvm-project/clang/test/CodeGenCXX/
H A Dlinkage.cpp124 typedef S(*ftype)(); in g() typedef
141 typedef S(*ftype)(I * x); in g() typedef
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp1106 mlir::FunctionType ftype; in genVecAbs() local
1217 auto ftype{builde in genVecAddAndMulSubXor() local
1305 mlir::FunctionType ftype{nullptr}; genVecAnyCompare() local
1569 auto ftype{(isUnsigned) genVecConvert() local
1628 auto ftype{ genVecConvert() local
1636 auto ftype{ genVecConvert() local
[all...]
H A DIntrinsicCall.cpp833 mlir::Type ftype; genLibSplitComplexArgsCall() local
2337 mlir::FunctionType ftype = genAcosd() local
2488 mlir::FunctionType ftype = genAsind() local
2512 mlir::FunctionType ftype = genAtand() local
2537 mlir::FunctionType ftype = genAtanpi() local
3071 mlir::FunctionType ftype = genCosd() local
6367 mlir::FunctionType ftype = genSind() local
6448 mlir::FunctionType ftype = genTand() local
[all...]
/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp919 writeSymbolAuxFileEntry(StringRef & Name,uint8_t ftype) writeSymbolAuxFileEntry() argument