Home
last modified time | relevance | path

Searched defs:FunctionType (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h38 class FunctionType; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DRecordInitializer.cpp404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h23 class FunctionType; variable
H A DCGBlocks.h33 class FunctionType; variable
H A DCGDeclCXX.cpp862 ArrayRef<std::tuple<llvm::FunctionType *, llvm::WeakTrackingVH, in GenerateCXXGlobalCleanUpFunc()
H A DCGOpenMPRuntime.h36 class FunctionType; variable
H A DCodeGenModule.h47 class FunctionType; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h29 class FunctionType; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h27 class FunctionType; variable
H A DInlineAsm.h27 class FunctionType; variable
H A DModule.h45 class FunctionType; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h220 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
230 TypeIndex FunctionType; variable
613 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
622 TypeIndex FunctionType; variable
H A DSymbolRecord.h60 TypeIndex FunctionType; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h40 class FunctionType; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h49 class FunctionType; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp307 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h751 QualType FunctionType; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h17 class FunctionType; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3213 QualType *FunctionType, in SubstituteExplicitTemplateArguments()
4230 QualType FunctionType, in adjustCCAndNoReturn()
4304 QualType FunctionType = Function->getType(); in DeduceTemplateArguments() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h651 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType() function