Home
last modified time | relevance | path

Searched refs:FunctionTypePtr (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DCtlSimdStdTypes.h256 FunctionTypePtr _funcType_v_b;
257 FunctionTypePtr _funcType_v_i;
258 FunctionTypePtr _funcType_v_ui;
259 FunctionTypePtr _funcType_v_h;
260 FunctionTypePtr _funcType_v_f;
261 FunctionTypePtr _funcType_v_s;
262 FunctionTypePtr _funcType_b_h;
263 FunctionTypePtr _funcType_b_f;
264 FunctionTypePtr _funcType_f_f;
265 FunctionTypePtr _funcType_h_f;
[all …]
H A DCtlSimdStdTypes.cpp293 FunctionTypePtr
309 FunctionTypePtr
325 FunctionTypePtr
341 FunctionTypePtr
357 FunctionTypePtr
373 FunctionTypePtr
389 FunctionTypePtr
405 FunctionTypePtr
421 FunctionTypePtr
437 FunctionTypePtr
[all …]
H A DCtlSimdStdLibrary.h76 typedef RcPtr <FunctionType> FunctionTypePtr; typedef
85 const FunctionTypePtr &type,
H A DCtlSimdStdLibrary.cpp82 const FunctionTypePtr &type, in declareSimdCFunc()
H A DCtlSimdFunctionCall.h84 FunctionTypePtr type,
H A DCtlSimdFunctionCall.cpp77 FunctionTypePtr type, in SimdFunctionCall()
H A DCtlSimdLContext.h244 virtual FunctionTypePtr newFunctionType
H A DCtlSimdLContext.cpp481 FunctionTypePtr
H A DCtlSimdSyntaxTree.cpp1087 FunctionTypePtr functionType = function->info->functionType(); in returnsType()
1109 FunctionTypePtr functionType = info->functionType(); in generateCode()
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtl/
H A DCtlSymbolTable.h140 FunctionTypePtr functionType () const;
H A DCtlLContext.h293 virtual FunctionTypePtr newFunctionType
H A DCtlSymbolTable.cpp124 FunctionTypePtr
H A DCtlInterpreter.cpp483 const FunctionTypePtr fType = info->type(); in findModule()
H A DCtlType.h131 typedef RcPtr <FunctionType> FunctionTypePtr; typedef
H A DCtlSyntaxTree.cpp1341 FunctionTypePtr functionType = function->type.cast <FunctionType>(); in computeType()
H A DCtlType.cpp1609 FunctionTypePtr functionT = t.cast<FunctionType>(); in isSameTypeAs()