Home
last modified time | relevance | path

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

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