Home
last modified time | relevance | path

Searched refs: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
211 P.formatLine("Address is in FPM{0} ({1} FPM)", Fpm, IsMain ? "Main" : "Alt"); in explainPdbFpmBlockOffset()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1783 bool IsMain, bool IsLast = false) { in makeStmtName() argument
1785 if (!IsMain) { in makeStmtName()
2005 bool IsMain = (MainInst ? MainLeader == Instructions.first : Count == 0); in buildEqivClassBlockStmts() local
2007 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3991 TEST_P(ASTMatchersTest, IsMain) { in TEST_P() argument