Searched defs:IsCompileTimeConstant (Results 1 – 5 of 5) sorted by relevance
96 constexpr bool IsCompileTimeConstant(const T v) { in IsCompileTimeConstant() function104 constexpr bool IsCompileTimeConstant(const T) { in IsCompileTimeConstant() function
93 constexpr bool IsCompileTimeConstant(const T v) { in IsCompileTimeConstant() function101 constexpr bool IsCompileTimeConstant(const T) { in IsCompileTimeConstant() function
100 constexpr bool IsCompileTimeConstant(const T v) in IsCompileTimeConstant() function110 constexpr bool IsCompileTimeConstant(const T) in IsCompileTimeConstant() function
450 bool Analysis::IsCompileTimeConstant(const Expression& expr) { in IsCompileTimeConstant() function in SkSL::Analysis