Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h327 MacroSymbol() : functionLike(0), busy(0), undef(0) { } in MacroSymbol()
330 unsigned functionLike : 1; // 0 means object-like, 1 means function-like member
518 if (macro && macro->functionLike) in scan()
DPp.cpp118 mac.functionLike = 1; in CPPdefine()
173 if (existing->functionLike != mac.functionLike) { in CPPdefine()
1234 if (macro->functionLike) { in MacroExpand()