Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp207 bool IsMain = (Fpm == MainFpm); in explainPdbFpmBlockOffset() local
208 P.formatLine("Address is in FPM{0} ({1} FPM)", Fpm, IsMain ? "Main" : "Alt"); in explainPdbFpmBlockOffset()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1945 bool IsMain, bool IsLast = false) { in makeStmtName() argument
1947 if (!IsMain) { in makeStmtName()
2167 bool IsMain = (MainInst ? MainLeader == Instructions.first : Count == 0); in buildEqivClassBlockStmts() local
2169 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp3489 TEST_P(ASTMatchersTest, IsMain) { in TEST_P() argument