Searched refs:IsPrecisionApplicableToType (Results 1 – 5 of 5) sorted by relevance
86 bool IsPrecisionApplicableToType(TBasicType type);
796 if (!isBuiltIn && IsPrecisionApplicableToType(node->getBasicType()) && in visitSymbol()939 if (mOptions.validatePrecision && IsPrecisionApplicableToType(returnType.getBasicType()) && in visitFunctionPrototype()998 if (mOptions.validatePrecision && IsPrecisionApplicableToType(paramType.getBasicType()) && in visitFunctionPrototype()1260 if (IsPrecisionApplicableToType(fieldType->getBasicType()) && in visitDeclaration()
903 bool IsPrecisionApplicableToType(TBasicType type) in IsPrecisionApplicableToType() function
191 if (IsPrecisionApplicableToType(node->getBasicType())) in PropagatePrecisionIfApplicable()
555 ASSERT(!IsPrecisionApplicableToType(originalType.getBasicType()) || in updateTree()556 !IsPrecisionApplicableToType(replacementType.getBasicType()) || in updateTree()