OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTypeObj
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/src/OpenGL/compiler/preprocessor/
Macro.cpp
22
Macro::Macro() : predefined(false), disabled(false), expansionCount(0), type(
kTypeObj
)
44
macro->type = Macro::
kTypeObj
;
Macro.h
32
kTypeObj
,
MacroExpander.cpp
308
if (macro.type == Macro::
kTypeObj
)
DirectiveParser.cpp
376
macro->type = Macro::
kTypeObj
;
Completed in 110 milliseconds