Searched defs:ValidateASTOptions (Results 1 – 2 of 2) sorted by relevance
20 struct ValidateASTOptions struct25 bool validateSingleParent = true;28 bool validateVariableReferences = true;31 bool validateSpecConstReferences = false;34 bool validateBuiltInOps = true;38 bool validateFunctionCall = true;41 bool validateNoRawFunctionCalls = true;44 bool validateNullNodes = true;58 bool validateQualifiers = true;61 bool validatePrecision = true;[all …]
20 struct ValidateASTOptions struct25 bool validateSingleParent = true;29 bool validateFunctionCall = true; // TODO54 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options); argument