Home
last modified time | relevance | path

Searched defs:FuncType (Results 1 – 19 of 19) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DTypeTraitsTest.cpp33 using FuncType = bool (*)(const int &); typedef
/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp139 auto *FuncType = dyn_cast<FunctionType>(IF.getValueType()); run() local
H A DExpandVariadics.cpp646 FunctionType *FuncType = CB->getFunctionType(); expandCall() local
/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp182 QualType FuncType = FD->getType(); getFunctionPointer() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp467 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false); CreateOldFunc() local
479 DISubroutineType *FuncType = CreateOldFunctionBodyAndDI() local
958 auto *FuncType = FunctionType::get(Type::getVoidTy(C), false); CreateOldModule() local
/llvm-project/llvm/unittests/IR/
H A DFunctionTest.cpp160 FunctionType *FuncType(FunctionType::get(VoidType, false)); TEST() local
H A DConstantsTest.cpp435 FunctionType *FuncType(FunctionType::get(VoidType, false)); foldFuncPtrAndConstToNull() local
/llvm-project/clang/test/Parser/
H A Dcxx0x-keyword-attributes.cpp243 …using FuncType = void (ATTR_USE int); // expected-error {{'ATTR_NAME' only applies to function typ… in foo() typedef
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp688 struct FuncType { checkMustTailAttr() struct
689 __anon86ccc4100503Sema::checkMustTailAttr::FuncType checkMustTailAttr() argument
694 MemberTypeSema::checkMustTailAttr::FuncType checkMustTailAttr() argument
696 ThisSema::checkMustTailAttr::FuncType checkMustTailAttr() argument
697 FuncSema::checkMustTailAttr::FuncType checkMustTailAttr() argument
698 MethodSema::checkMustTailAttr::FuncType checkMustTailAttr() argument
/llvm-project/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp424 FunctionType *FuncType = in RunRandTest() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-using.cpp156 typedef my_cclass FuncType; typedef
/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp424 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp625 SPIRVType *FuncType = GR->getOrCreateOpTypeFunctionWithArgs( insertInlineAsmProcess() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp875 const FunctionType *FuncType = Decl->getFunctionType(); checkPostCall() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1450 FunctionType *FuncType = FunctionType::get(ReturnType, ParamTypes, IsVaArgs); emitLibCall() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp179 using FuncType = std::function<Value *(Instruction *, LLVMContext &)>; typedef
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3100 QualType FuncType = getSimpleFunctionType( SynthMsgSendStretCallExpr() local
4542 QualType FuncType; convertFunctionTypeOfBlocks() local
H A DRewriteObjC.cpp3710 QualType FuncType; convertFunctionTypeOfBlocks() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6501 auto FuncType = FunctionType::get(Builder.getVoidTy(), ParameterTypes, createOutlinedFunction() local