Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DMacroInfo.cpp96 bool Lexically = !Syntactically; in isIdenticalTo() local
106 if (Lexically) { in isIdenticalTo()
132 if (Lexically) in isIdenticalTo()
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dbasic.ll143 ;; Lexically duplicated conditionals should be threaded.