Lines Matching refs:hash64

56 	hash64(compileTimeLiteralHash("Literal"));  in operator ()()
57 hash64(_literal.value.hash()); in operator ()()
58 hash64(_literal.type.hash()); in operator ()()
64 hash64(compileTimeLiteralHash("Identifier")); in operator ()()
75 hash64(compileTimeLiteralHash("external")); in operator ()()
77 hash64(compileTimeLiteralHash("internal")); in operator ()()
78 hash64(it->second.id); in operator ()()
83 hash64(compileTimeLiteralHash("FunctionCall")); in operator ()()
84 hash64(_funCall.functionName.name.hash()); in operator ()()
85 hash64(_funCall.arguments.size()); in operator ()()
91 hash64(compileTimeLiteralHash("ExpressionStatement")); in operator ()()
97 hash64(compileTimeLiteralHash("Assignment")); in operator ()()
98 hash64(_assignment.variableNames.size()); in operator ()()
106 hash64(compileTimeLiteralHash("VariableDeclaration")); in operator ()()
107 hash64(_varDecl.variables.size()); in operator ()()
121 hash64(compileTimeLiteralHash("If")); in operator ()()
127 hash64(compileTimeLiteralHash("Switch")); in operator ()()
128 hash64(_switch.cases.size()); in operator ()()
146 hash64(compileTimeLiteralHash("FunctionDefinition")); in operator ()()
154 hash64(compileTimeLiteralHash("ForLoop")); in operator ()()
160 hash64(compileTimeLiteralHash("Break")); in operator ()()
166 hash64(compileTimeLiteralHash("Continue")); in operator ()()
172 hash64(compileTimeLiteralHash("Leave")); in operator ()()
178 hash64(compileTimeLiteralHash("Block")); in operator ()()
179 hash64(_block.statements.size()); in operator ()()
189 hash64(subBlockHasher.m_hash); in operator ()()
190 hash64(subBlockHasher.m_externalReferences.size()); in operator ()()