Home
last modified time | relevance | path

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

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