/llvm-project/llvm/unittests/ADT/ |
H A D | TypeTraitsTest.cpp | 33 using FuncType = bool (*)(const int &); typedef
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 139 auto *FuncType = dyn_cast<FunctionType>(IF.getValueType()); run() local
|
H A D | ExpandVariadics.cpp | 646 FunctionType *FuncType = CB->getFunctionType(); expandCall() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 182 QualType FuncType = FD->getType(); getFunctionPointer() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CloningTest.cpp | 467 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 D | FunctionTest.cpp | 160 FunctionType *FuncType(FunctionType::get(VoidType, false)); TEST() local
|
H A D | ConstantsTest.cpp | 435 FunctionType *FuncType(FunctionType::get(VoidType, false)); foldFuncPtrAndConstToNull() local
|
/llvm-project/clang/test/Parser/ |
H A D | cxx0x-keyword-attributes.cpp | 243 …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 D | SemaStmt.cpp | 688 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 D | AssumeBundleQueriesTest.cpp | 424 FunctionType *FuncType = in RunRandTest() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-using.cpp | 156 typedef my_cclass FuncType; typedef
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 424 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPreLegalizer.cpp | 625 SPIRVType *FuncType = GR->getOrCreateOpTypeFunctionWithArgs( insertInlineAsmProcess() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 875 const FunctionType *FuncType = Decl->getFunctionType(); checkPostCall() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1450 FunctionType *FuncType = FunctionType::get(ReturnType, ParamTypes, IsVaArgs); emitLibCall() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 179 using FuncType = std::function<Value *(Instruction *, LLVMContext &)>; typedef
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 3100 QualType FuncType = getSimpleFunctionType( SynthMsgSendStretCallExpr() local 4542 QualType FuncType; convertFunctionTypeOfBlocks() local
|
H A D | RewriteObjC.cpp | 3710 QualType FuncType; convertFunctionTypeOfBlocks() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6501 auto FuncType = FunctionType::get(Builder.getVoidTy(), ParameterTypes, createOutlinedFunction() local
|