Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h38 class FunctionType; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/XRay/
H A DRecordInitializer.cpp404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h23 class FunctionType; variable
H A DCGBlocks.h33 class FunctionType; variable
H A DCGDeclCXX.cpp808 ArrayRef<std::tuple<llvm::FunctionType *, llvm::WeakTrackingVH, in GenerateCXXGlobalCleanUpFunc()
H A DCGOpenMPRuntime.h36 class FunctionType; variable
H A DCodeGenModule.h47 class FunctionType; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h29 class FunctionType; variable
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp80 FunctionType *FunctionType = in createVoidVoidPtrMachineFunction() local
/netbsd/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h40 class FunctionType; variable
/netbsd/external/apache2/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py168 class FunctionType(Type): class
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h49 class FunctionType; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp301 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h751 QualType FunctionType; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h17 class FunctionType; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3213 QualType *FunctionType, in SubstituteExplicitTemplateArguments()
4230 QualType FunctionType, in adjustCCAndNoReturn()
4304 QualType FunctionType = Function->getType(); in DeduceTemplateArguments() local
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst3362 .. _FunctionType: target
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h651 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType() function
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go584 func FunctionType(returnType Type, paramTypes []Type, isVarArg bool) (t Type) { func