Home
last modified time | relevance | path

Searched refs:PrepIncludeStack (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.cpp53 PrepIncludeStack.push_back( in TGLexer()
391 PrepIncludeStack.push_back( in LexInclude()
576 if (!PrepIncludeStack.back()->empty()) { in prepExitInclude()
583 if (PrepIncludeStack.empty()) { in prepExitInclude()
587 PrepIncludeStack.pop_back(); in prepExitInclude()
590 if (!PrepIncludeStack.empty()) in prepExitInclude()
593 if (PrepIncludeStack.empty()) in prepExitInclude()
694 PrepIncludeStack.back()->push_back( in lexPreprocessor()
722 if (PrepIncludeStack.back()->empty()) in lexPreprocessor()
725 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor()
[all …]
H A DTGLexer.h212 PrepIncludeStack; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DTGLexer.cpp54 PrepIncludeStack.push_back( in TGLexer()
417 PrepIncludeStack.push_back( in LexInclude()
603 if (!PrepIncludeStack.back()->empty()) { in prepExitInclude()
610 if (PrepIncludeStack.empty()) { in prepExitInclude()
614 PrepIncludeStack.pop_back(); in prepExitInclude()
617 if (!PrepIncludeStack.empty()) in prepExitInclude()
620 if (PrepIncludeStack.empty()) in prepExitInclude()
721 PrepIncludeStack.back()->push_back( in lexPreprocessor()
749 if (PrepIncludeStack.back()->empty()) in lexPreprocessor()
752 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor()
[all …]
H A DTGLexer.h220 PrepIncludeStack; variable