Searched refs:FuncType (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 656 using FuncType = ReturnType (*)(); 658 return outvalueToVariantMatcher(reinterpret_cast<FuncType>(Func)()); 667 using FuncType = ReturnType (*)(ArgType1); 670 return outvalueToVariantMatcher(reinterpret_cast<FuncType>(Func)( 680 using FuncType = ReturnType (*)(ArgType1, ArgType2); 684 return outvalueToVariantMatcher(reinterpret_cast<FuncType>(Func)(
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 840 const FunctionType *FuncType = Decl->getFunctionType(); in checkPostCall() local 841 if (!FuncType) in checkPostCall() 843 QualType ReturnType = FuncType->getReturnType(); in checkPostCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 424 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent() local 425 encodeULEB128(FuncType, OS); in writeSectionContent()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 664 struct FuncType { in checkMustTailAttr() struct 677 auto GetMethodType = [this, St, MTA](const CXXMethodDecl *CMD, FuncType &Type, in checkMustTailAttr() 689 Type.MemberType = FuncType::ft_static_member; in checkMustTailAttr() 692 Type.MemberType = FuncType::ft_non_static_member; in checkMustTailAttr() 739 CalleeType.MemberType = FuncType::ft_pointer_to_member; in checkMustTailAttr() 803 auto CheckTypesMatch = [this](FuncType CallerType, FuncType CalleeType, in checkMustTailAttr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 179 using FuncType = std::function<Value *(Instruction *, LLVMContext &)>; typedef 180 Rule(StringRef N, FuncType F) : Name(N), Fn(F) {} in Rule() 182 FuncType Fn; 185 void addRule(StringRef N, const Rule::FuncType &F) { in addRule()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 3101 QualType FuncType = getSimpleFunctionType( in SynthMsgSendStretCallExpr() local 3103 QualType castType = Context->getPointerType(FuncType); in SynthMsgSendStretCallExpr() 3179 ID, FuncType, nullptr, SC_Extern, false, false); in SynthMsgSendStretCallExpr() 4545 QualType FuncType; in convertFunctionTypeOfBlocks() local 4547 FuncType = getSimpleFunctionType(Res, ArgTypes); in convertFunctionTypeOfBlocks() 4548 else FuncType = QualType(FT, 0); in convertFunctionTypeOfBlocks() 4549 return FuncType; in convertFunctionTypeOfBlocks()
|
| H A D | RewriteObjC.cpp | 3710 QualType FuncType; in convertFunctionTypeOfBlocks() local 3714 FuncType = getSimpleFunctionType(Res, ArgTypes); in convertFunctionTypeOfBlocks() 3715 else FuncType = QualType(FT, 0); in convertFunctionTypeOfBlocks() 3716 return FuncType; in convertFunctionTypeOfBlocks()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1448 FunctionType *FuncType = FunctionType::get(ReturnType, ParamTypes, IsVaArgs); in emitLibCall() local 1449 FunctionCallee Callee = getOrInsertLibFunc(M, *TLI, TheLibFunc, FuncType); in emitLibCall()
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | symbolication.rst | 226 …FuncType: id = {0x0000004f}, decl = main.c:9, compiler_type = "int (int, const char **, const char…
|