Home
last modified time | relevance | path

Searched defs: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
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1945 bool IsMain, bool IsLast = false) { in makeStmtName()
2167 bool IsMain = (MainInst ? MainLeader == Instructions.first : Count == 0); in buildEqivClassBlockStmts() local
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp3489 TEST_P(ASTMatchersTest, IsMain) { in TEST_P() argument