Home
last modified time | relevance | path

Searched refs:newBoolType (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DCtlSimdSyntaxTree.cpp487 BoolTypePtr boolType = lcontext.newBoolType (); in generateCode()
594 BoolTypePtr boolType = lcontext.newBoolType (); in generateCode()
654 BoolTypePtr boolType = lcontext.newBoolType (); in generateCode()
709 BoolTypePtr boolType = lcontext.newBoolType (); in generateCode()
H A DCtlSimdLContext.h222 virtual BoolTypePtr newBoolType () const;
H A DCtlSimdLContext.cpp414 SimdLContext::newBoolType () const in newBoolType() function in Ctl::SimdLContext
H A DCtlSimdStdTypes.cpp97 return _lcontext.newBoolType(); in type_b()
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtl/
H A DCtlSyntaxTree.cpp493 BoolTypePtr boolType = lcontext.newBoolType (); in computeType()
511 BoolTypePtr boolType = lcontext.newBoolType (); in computeType()
641 BoolTypePtr boolType = lcontext.newBoolType (); in computeType()
713 BoolTypePtr boolType = lcontext.newBoolType (); in computeType()
1156 type = lcontext.newBoolType (); in BoolLiteralNode()
H A DCtlLContext.h265 virtual BoolTypePtr newBoolType () const = 0;
H A DCtlParser.cpp1246 BoolTypePtr boolType = _lcontext.newBoolType (); in parseForStatement()
1344 BoolTypePtr boolType = _lcontext.newBoolType (); in parseIfStatement()
1606 BoolTypePtr boolType = _lcontext.newBoolType (); in parseWhileStatement()
2263 baseType = DataTypePtr (_lcontext.newBoolType ()); in parseBaseType()