Searched refs:constructorType (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | parseConst.cpp | 20 constructorType(constructType), in TConstTraverser() 44 TOperator constructorType; member in TConstTraverser 117 constructorType = node->getOp(); in visitAggregate() 137 constructorType = EOpNull; in visitAggregate() 226 …rceLoc line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TSymbolTable… in parseConstTree() argument 231 TConstTraverser it(unionArray, singleConstantParam, constructorType, infoSink, symbolTable, t); in parseConstTree()
|
/external/webkit/Source/WebCore/bindings/scripts/ |
D | CodeGeneratorJS.pm | 1540 my $constructorType = $codeGenerator->StripModule($attribute->signature->type); 1541 $constructorType =~ s/Constructor$//; 1544 … push(@implContent, " return JS" . $constructorType . "::getConstructor(exec, castedThis);\n"); 1701 my $constructorType = $attribute->signature->type; 1702 $constructorType =~ s/Constructor$//; 1703 if ($constructorType ne "DOMObject") { 1704 $implIncludes{"JS" . $constructorType . ".h"} = 1;
|
D | CodeGeneratorV8.pm | 1460 my $constructorType = $codeGenerator->StripModule($attribute->signature->type); 1461 $constructorType =~ s/Constructor$//; 1462 $implIncludes{"V8${constructorType}.h"} = 1; 1466 $data = "&V8${constructorType}::info";
|