Home
last modified time | relevance | path

Searched defs:IsMain (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp210 bool IsMain = (Fpm == MainFpm); in explainPdbFpmBlockOffset() local
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1783 bool IsMain, bool IsLast = false) { in makeStmtName()
2005 bool IsMain = (MainInst ? MainLeader == Instructions.first : Count == 0); in buildEqivClassBlockStmts() local
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3991 TEST_P(ASTMatchersTest, IsMain) { in TEST_P() argument