Home
last modified time | relevance | path

Searched refs:functionLike (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h271 MacroSymbol() : functionLike(0), busy(0), undef(0) { } in MacroSymbol()
274 unsigned functionLike : 1; // 0 means object-like, 1 means function-like member
DPp.cpp118 mac.functionLike = 1; in CPPdefine()
167 if (existing->functionLike != mac.functionLike) in CPPdefine()
1197 if (macro->functionLike) { in MacroExpand()