Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dexpression.h337 #define constant_expression(token,tree) conditional_expression(token, tree) macro
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h134 rule_type constant_expression; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp4875 string CompilerGLSL::constant_expression(const SPIRConstant &c) in constant_expression() function in CompilerGLSL