Home
last modified time | relevance | path

Searched defs:constant_expression (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dexpression.h337 #define constant_expression(token,tree) conditional_expression(token, tree) macro
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp4875 string CompilerGLSL::constant_expression(const SPIRConstant &c) in constant_expression() function in CompilerGLSL