OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noBuiltInRedeclarations
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.h
463
TSymbolTable() : uniqueId(0),
noBuiltInRedeclarations
(false), separateNameSpaces(false), adoptedLevels(0)
485
noBuiltInRedeclarations
= symTable.
noBuiltInRedeclarations
;
507
void setNoBuiltInRedeclarations() {
noBuiltInRedeclarations
= true; }
537
if (
noBuiltInRedeclarations
) {
687
bool
noBuiltInRedeclarations
;
SymbolTable.cpp
345
noBuiltInRedeclarations
= copyOf.
noBuiltInRedeclarations
;
Completed in 75 milliseconds